[Bug 49678] gideon crashes when it is closed while parsing files

Jeffrey McGee jeffreym at cs.tamu.edu
Sat Feb 1 03:26:02 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=49678     




------- Additional Comments From jeffreym at cs.tamu.edu  2003-02-01 03:24 -------
(Continuation of comment #5)It might be a multithreading problem; these are the
backtraces for the other two threads.

(gdb) info threads
  3 Thread 1277954 (LWP 5963)  0x41bcd039 in
Parser::parseFunctionBody(std::auto_ptr<AST>&) () from
/usr/lib/kde3/libkdevcppsupport.so
  2 Thread 32769 (LWP 25016)  0x415b5fcb in poll () from /lib/libc.so.6
  1 Thread 16384 (LWP 16096)  0x4150ec69 in sigsuspend () from /lib/libc.so.6
(gdb) thread 2
[Switching to thread 2 (Thread 32769 (LWP 25016))]#0  0x415b5fcb in poll () from
/lib/libc.so.6
(gdb) bt
#0  0x415b5fcb in poll () from /lib/libc.so.6
#1  0x41382d90 in __pthread_manager () from /lib/libpthread.so.0
(gdb) thread 3
[Switching to thread 3 (Thread 1277954 (LWP 5963))]#0  0x41bcd039 in
Parser::parseFunctionBody(std::auto_ptr<AST>&) () from
/usr/lib/kde3/libkdevcppsupport.so
(gdb) bt
#0  0x41bcd039 in Parser::parseFunctionBody(std::auto_ptr<AST>&) () from
/usr/lib/kde3/libkdevcppsupport.so
#1  0x41bcc61c in Parser::parseDeclaration(std::auto_ptr<DeclarationAST>&) ()
from /usr/lib/kde3/libkdevcppsupport.so
#2  0x41bb87ee in Parser::parseDefinition(std::auto_ptr<DeclarationAST>&) ()
from /usr/lib/kde3/libkdevcppsupport.so
#3  0x41bb81b7 in
Parser::parseTranslationUnit(std::auto_ptr<TranslationUnitAST>&) () from
/usr/lib/kde3/libkdevcppsupport.so
#4  0x41bd3db8 in FileRepositoryData::parse(Unit*, bool) () from
/usr/lib/kde3/libkdevcppsupport.so
#5  0x41bd2717 in FileRepository::problems(QString const&, bool) () from
/usr/lib/kde3/libkdevcppsupport.so
#6  0x41bd1ee1 in BackgroundParser::run() () from /usr/lib/kde3/libkdevcppsupport.so
#7  0x40ddef98 in start_thread () from /usr/qt/3/lib/libqt-mt.so.3
#8  0x41383180 in pthread_start_thread () from /lib/libpthread.so.0
(gdb)




More information about the KDevelop-devel mailing list