Version: KDevelop 3.0.0b2 (using KDE KDE 3.1.3) Installed from: I Don't Know Compiler: Thread model: posix gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk) OS: Linux Greetings, my friend and I work on graphics library. I've put cleaned sources in cvs (removed debug dir and *~ files) and checkout the module. While opening KDevelop crashed nicely. I have added localy debug dir and open KDevelop again. It opened the project, but crushed while build try. Below I put the critical exception message. Does anyone know, how to avoid this bug? 0x41580686 in waitpid () from /lib/i686/libpthread.so.0 #0 0x41580686 in waitpid () from /lib/i686/libpthread.so.0 #1 0x40c56fda in KCrash::defaultCrashHandler(int) () from /usr/lib/libkdecore.so.4 #2 0x416ebca8 in __libc_sigaction () from /lib/i686/libc.so.6
It seems those are problems with lipthread from Mdk again.
I'm guessing this is a dupe of bug 69906. A workaround seems to be to remove the projects .pcs file before starting. A more permanent "solution" could be to create a .pcs_ignore file in the project root and remove the users permission to write/delete that file (UNTESTED). *** This bug has been marked as a duplicate of 69906 ***