Version: (using KDE KDE 3.1.3) Installed from: Mandrake RPMs OS: Linux When I try to open an existing project file, kdevelop crashes. I am using the 031204 snapshot (although the same problem occured with previous snapshots also). Here is what I get from the backtrace: 0x41576686 in waitpid () from /lib/i686/libpthread.so.0 #0 0x41576686 in waitpid () from /lib/i686/libpthread.so.0 #1 0x40c4c33a in KCrash::defaultCrashHandler(int) () from /usr/lib/libkdecore.so.4 #2 0x416e1ca8 in __libc_sigaction () from /lib/i686/libc.so.6 #3 0x41572b8b in raise () from /lib/i686/libpthread.so.0 #4 0x416e1b04 in raise () from /lib/i686/libc.so.6 #5 0x416e31e0 in abort () from /lib/i686/libc.so.6 #6 0x4166cfe5 in __cxa_call_unexpected () from /usr/lib/libstdc++.so.5 #7 0x4166d022 in std::terminate() () from /usr/lib/libstdc++.so.5 #8 0x4166d1a2 in __cxa_throw () from /usr/lib/libstdc++.so.5 #9 0x4166d3f2 in operator new(unsigned) () from /usr/lib/libstdc++.so.5 #10 0x4166d4ad in operator new[](unsigned) () from /usr/lib/libstdc++.so.5 #11 0x40c4c7d3 in KCrash::defaultCrashHandler(int) () from /usr/lib/libkdecore.so.4
Please compile kdevelop with --with-debug=full option (in configure), otherwise we are unable to help you dealing with this crash (the bt simply doesn't tell us anything useful about calls within kdevelop :-/
Please, please what is your KDevelop version?
Most recently, I tried with the snapshot kdevelop-031211. It crashed in exactly the same way (as soon as I opened a project file). I am using a "standard" Mandrake installation (all the libs that came with the distro). The BT I got was: 0x415b7686 in waitpid () from /lib/i686/libpthread.so.0 #0 0x415b7686 in waitpid () from /lib/i686/libpthread.so.0 #1 0x40c8d33a in KCrash::defaultCrashHandler(int) () from /usr/lib/libkdecore.so.4 #2 0x41722ca8 in __libc_sigaction () from /lib/i686/libc.so.6
*** This bug has been marked as a duplicate of 69906 ***