Bug 80564 - changing Active Language crash kdevelop
Summary: changing Active Language crash kdevelop
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: PHP (show other bugs)
Version: 3.0.3
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-28 20:50 UTC by ivan
Modified: 2013-03-31 01:08 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ivan 2004-04-28 20:50:04 UTC
Version:           3.0.3 (using KDE 3.2.1, Gentoo)
Compiler:          gcc version 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7)
OS:          Linux (i686) release 2.6.5-gentoo-r1

I have php-project and when a change Active Lang. to SQL, then select/open php file (.php) and change back Active Lang. to PHP , kdevelop always crashs.

report :

This backtrace appears to be useless.
This is probably because your packages are built in a way which prevents creating of proper backtraces, or the stack frame was seriously corrupted in the crash.

Using host libthread_db library "/lib/libthread_db.so.1".
0x417f45b8 in waitpid () from /lib/libpthread.so.0
#0  0x417f45b8 in waitpid () from /lib/libpthread.so.0
#1  0x40de9ef4 in ?? () from /usr/kde/3.2/lib/libkdecore.so.4
#2  0x40d249a1 in KCrash::defaultCrashHandler(int) ()
   from /usr/kde/3.2/lib/libkdecore.so.4
#3  0x41526f60 in vtable for QGArray () from /usr/qt/3/lib/libqt-mt.so.3
Comment 1 Sascha Cunz 2004-06-04 01:47:29 UTC
This backtrace is very useless. But there was a known crash exiting the php support part which was fixed in cvs recently.

I'm closing it, because i highly suspect it to be gone with current cvs (please check the about to be release KDevelop 3.1 beta 1 - when it is available in about one month).

Please reopen, if you can reproduce this with kdevelop 3.1 beta 1 or current cvs head.

Another hint: i had such useless backtraces mostly using gdb6.0. But anyway, you need to compile qt+kde+kdevelop with ./configure --enable-debug=full to give us a "useable" backtrace.