[Bug 49678] gideon crashes when it is closed while parsing files
Roberto Raggi
roberto at kdevelop.org
Sat Feb 1 10:31:02 UTC 2003
On Sat, 2003-02-01 at 03:24, Jeffrey McGee wrote:
> ------- 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
Hi Jeffrey,
please, can you update gideon and test again? yesterday, i've fixed a
lot of bug in cppsupport.
ciao robe
More information about the KDevelop-devel
mailing list