Bug 216507 - kdevelop4 crash at startup, fresh installation
Summary: kdevelop4 crash at startup, fresh installation
Status: RESOLVED DUPLICATE of bug 206775
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-28 13:54 UTC by ulrich.isensee
Modified: 2009-11-28 18:45 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 ulrich.isensee 2009-11-28 13:54:50 UTC
Application that crashed: kdevelop
Version of the application: 3.9.96 (using KDevPlatform 0.9.96)
KDE Version: 4.3.1 (KDE 4.3.1) "release 6"
Qt Version: 4.5.3
Operating System: Linux 2.6.31.5-0.1-desktop i686
Distribution: "openSUSE 11.2 (i586)"

What I was doing when the application crashed:
cannot start kdevelop
happens everytime
re-install kedevelop did not help

 -- Backtrace:
Application: KDevelop (kdevelop), signal: Segmentation fault
[KCrash Handler]
#6  0xb62dcc55 in ?? () from /lib/libc.so.6
#7  0xb62df0ba in malloc () from /lib/libc.so.6
#8  0xb648a525 in operator new(unsigned int) () from /usr/lib/libstdc++.so.6
#9  0xb6694735 in QImageData::create (size=..., format=Format_ARGB8565_Premultiplied, numColors=0) at image/qimage.cpp:226
#10 0xb6695e29 in QImage::QImage (this=0xbf9d9804, width=16, height=16, format=Format_ARGB8565_Premultiplied) at image/qimage.cpp:831
#11 0xb669679a in QImage::copy (this=0xbf9d99e8, r=...) at image/qimage.cpp:1397
#12 0xb6696c8e in QImage::detach (this=0xbf9d99e8) at image/qimage.cpp:1353
#13 0xb6697db8 in QImage::bits (this=0xbf9d99e8) at image/qimage.cpp:1841
#14 0xb7218b61 in KIconEffect::colorize(QImage&, QColor const&, float) () from /usr/lib/libkdeui.so.5
#15 0xb74d4e0a in KDevelop::WorkingSet::WorkingSet(QString, QString) () from /usr/lib/libkdevplatformshell.so.1
#16 0xb74d81a1 in KDevelop::WorkingSetController::getWorkingSet(QString) () from /usr/lib/libkdevplatformshell.so.1
#17 0xb74de330 in KDevelop::WorkingSetController::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libkdevplatformshell.so.1
#18 0xb6fb0864 in QMetaObject::activate (sender=0x81f1610, from_signal_index=10, to_signal_index=10, argv=0xbf9d9c18) at kernel/qobject.cpp:3113
#19 0xb6fb1585 in QMetaObject::activate (sender=0x81f1610, m=0xb54628a8, local_signal_index=6, argv=0xbf9d9c18) at kernel/qobject.cpp:3187
#20 0xb5433ba5 in Sublime::Controller::areaCreated(Sublime::Area*) () from /usr/lib/libsublime.so.1
#21 0xb5435578 in Sublime::Controller::addDefaultArea(Sublime::Area*) () from /usr/lib/libsublime.so.1
#22 0xb7502cb4 in KDevelop::UiControllerPrivate::UiControllerPrivate(KDevelop::UiController*) () from /usr/lib/libkdevplatformshell.so.1
#23 0xb7500772 in KDevelop::UiController::UiController(KDevelop::Core*) () from /usr/lib/libkdevplatformshell.so.1
#24 0xb74fbf8f in KDevelop::CorePrivate::initialize(KDevelop::Core::Setup) () from /usr/lib/libkdevplatformshell.so.1
#25 0xb74fc29b in KDevelop::Core::initialize(KDevelop::Core::Setup) () from /usr/lib/libkdevplatformshell.so.1
#26 0x0804d32a in main ()

This bug may be a duplicate of or related to bug 206787

Reported using DrKonqi
Comment 1 Milian Wolff 2009-11-28 15:58:50 UTC
do you have the updated libc package installed with the fix for the MALLOC_CHECK_ stuff? see bug 206775 and http://sourceware.org/bugzilla/show_bug.cgi?id=10282
Comment 2 Milian Wolff 2009-11-28 15:59:19 UTC
updating status
Comment 3 Andreas Pakulat 2009-11-28 18:45:44 UTC
As Millian said, the bug is in libc2.10

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