Bug 72803 - KDevelop crush while building and opening project
Summary: KDevelop crush while building and opening project
Status: RESOLVED DUPLICATE of bug 69906
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Mandrake RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-17 11:39 UTC by artur
Modified: 2004-01-17 13:51 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 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 ***