[Bug 65290] New: SEGFAULT when #defining and #undef'ing a function
Graham Dennis
u3952328 at anu.edu.au
Wed Oct 1 04:28:07 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=65290
Summary: SEGFAULT when #defining and #undef'ing a function
Product: kdevelop
Version: 3.0.0a7
Platform: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: crash
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: u3952328 at anu.edu.au
Version: 3.0.0a7 (using KDE 3.1.9)
Compiler: gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice)
OS: Linux (i686) release 2.4.22-ck2
Steps to reproduce:
insert the code into the file
#define GMT1_1_2001 978307200
#define UNIX2OSX(x) ((x)-GMT1_1_2001)
#undef GMT1_1_2001
#undef UNIX2OSX
Now begin to type UNIX2OSX( ... on the opening parenthesis it SEGFAULTS
This bug is always reproducible. Gideon was built using KDE3.2alpha2 but I found the same problem with KDE3.1.4 and a previous release of gideon.
More information about the KDevelop-devel
mailing list