Bug 69630 - kdevelop crashes when I open a project file.
Summary: kdevelop crashes when I open a project file.
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: 2003-12-04 17:46 UTC by Mats Jacobsson
Modified: 2003-12-17 00:05 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 Mats Jacobsson 2003-12-04 17:46:45 UTC
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
Comment 1 Mario Scalas 2003-12-05 16:39:06 UTC
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  :-/
Comment 2 Amilcar do Carmo Lucas 2003-12-07 02:48:36 UTC
Please, please what is your KDevelop version?
Comment 3 Mats Jacobsson 2003-12-12 17:28:15 UTC
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
Comment 4 Jens Dagerbo 2003-12-17 00:05:41 UTC

*** This bug has been marked as a duplicate of 69906 ***