[Bug 63086] New: r++ hangs and leaks memory until killed by system.
Peter Antonius
peter.antonius at e-privat.dk
Thu Aug 21 21:38:04 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=63086
Summary: r++ hangs and leaks memory until killed by system.
Product: kdevelop
Version: unspecified
Platform: SuSE RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: crash
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: peter.antonius at e-privat.dk
Version: Gideon CVS 2003-08-21 (using KDE KDE 3.1.1)
Installed from: SuSE RPMs
Compiler: gcc version 3.3 20030226 (prerelease) (SuSE Linux)
OS: Linux
I have tried to run r++ on /usr/include. When it tries to parse /usr/include/ptlib it starts to use all avaiable memory (2GB) and r++ is killed by the system.
generate tags for ptlib/array.h
ptlib/array.h:699:185: Syntax Error before 'public'
ptlib/array.h:699:1090: Syntax Error before '['
ptlib/array.h:699:1109: Syntax Error before ')'
ptlib/array.h:699:1117: Syntax Error before '{'
ptlib/array.h:699:1144: Syntax Error before 'return'
Killed
I have seen the problem before in another include file that used #pragma interface (unfortnatly i forgot which one).
More information about the KDevelop-devel
mailing list