Bug 72803

Summary: KDevelop crush while building and opening project
Product: [Applications] kdevelop Reporter: artur
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED DUPLICATE    
Severity: crash    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Mandrake RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description artur 2004-01-17 11:39:08 UTC
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
Comment 1 Alexander Dymo 2004-01-17 12:35:08 UTC
It seems those are problems with lipthread from Mdk again.
Comment 2 Jens Dagerbo 2004-01-17 13:51:31 UTC
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 ***