Bug 228380 - kdevelop crashes at start-up
Summary: kdevelop crashes at start-up
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: 2010-02-24 22:48 UTC by nicola giacobbe
Modified: 2010-02-24 23:29 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 nicola giacobbe 2010-02-24 22:48:50 UTC
Application that crashed: kdevelop
Version of the application: 3.9.95 (using KDevPlatform 0.9.95)
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:
Kdevelop crashes every time I try to start it.
 the backtrace is different if the KDE libraries have already been loaded or not

 -- Backtrace:
Application: KDevelop (kdevelop), signal: Segmentation fault
[KCrash Handler]
#6  _int_malloc (av=<value optimized out>, bytes=<value optimized out>) at malloc.c:4426
#7  0xb62500ba in __libc_malloc (bytes=84) at malloc.c:3660
#8  0xb63fb525 in operator new(unsigned int) () from /usr/lib/libstdc++.so.6
#9  0xb6605735 in QImageData::create (size=..., format=Format_ARGB8565_Premultiplied, numColors=0) at image/qimage.cpp:226
#10 0xb6606e29 in QImage::QImage (this=0xbf9e1a74, width=16, height=16, format=Format_ARGB8565_Premultiplied) at image/qimage.cpp:831
#11 0xb660779a in QImage::copy (this=0xbf9e1c74, r=...) at image/qimage.cpp:1397
#12 0xb6607c8e in QImage::detach (this=0xbf9e1c74) at image/qimage.cpp:1353
#13 0xb6608db8 in QImage::bits (this=0xbf9e1c74) at image/qimage.cpp:1841
#14 0xb7189b61 in KIconEffect::colorize(QImage&, QColor const&, float) () from /usr/lib/libkdeui.so.5
#15 0xb74454b6 in KDevelop::WorkingSet::WorkingSet (this=0x8219b78, id=..., icon=...) at /usr/src/debug/kdevplatform-0.9.95/shell/workingsetcontroller.cpp:654
#16 0xb74486d1 in KDevelop::WorkingSetController::getWorkingSet (this=0x81c0f10, id=...) at /usr/src/debug/kdevplatform-0.9.95/shell/workingsetcontroller.cpp:130
#17 0xb744e7b0 in areaCreated (area=<value optimized out>, this=<value optimized out>) at /usr/src/debug/kdevplatform-0.9.95/shell/workingsetcontroller.h:268
#18 KDevelop::WorkingSetController::qt_metacall (area=<value optimized out>, this=<value optimized out>) at /usr/src/debug/kdevplatform-0.9.95/build/shell/workingsetcontroller.moc:350
#19 0xb6f21864 in QMetaObject::activate (sender=0x81cb9f0, from_signal_index=10, to_signal_index=10, argv=0xbf9e1ea8) at kernel/qobject.cpp:3113
#20 0xb6f22585 in QMetaObject::activate (sender=0x81cb9f0, m=0xb53de648, local_signal_index=6, argv=0xbf9e1ea8) at kernel/qobject.cpp:3187
#21 0xb53b0ef5 in Sublime::Controller::areaCreated (this=0x81cb9f0, _t1=0x81cd128) at /usr/src/debug/kdevplatform-0.9.95/build/sublime/controller.moc:165
#22 0xb53b28c8 in Sublime::Controller::addDefaultArea (this=0x81cb9f0, area=0x81cd128) at /usr/src/debug/kdevplatform-0.9.95/sublime/controller.cpp:224
#23 0xb7471967 in KDevelop::UiControllerPrivate::UiControllerPrivate (this=0x81f9ee8, controller=0x81cb9f0) at /usr/src/debug/kdevplatform-0.9.95/shell/uicontroller.cpp:78
#24 0xb746f482 in KDevelop::UiController::UiController (this=0x81cb9f0, core=0x81d7550) at /usr/src/debug/kdevplatform-0.9.95/shell/uicontroller.cpp:177
#25 0xb746afdf in KDevelop::CorePrivate::initialize (this=0x81d4df8, mode=Default) at /usr/src/debug/kdevplatform-0.9.95/shell/core.cpp:101
#26 0xb746b2eb in KDevelop::Core::initialize (mode=Default) at /usr/src/debug/kdevplatform-0.9.95/shell/core.cpp:217
#27 0x0804eddb in main (argc=1, argv=0xbf9e27a4) at /usr/src/debug/kdevelop-3.9.95/app/main.cpp:136

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

Reported using DrKonqi
Comment 1 Andreas Pakulat 2010-02-24 23:29:38 UTC
This is a bug in the libc shipped with your distro as far as I can see. Additionally beta5 is much too old to accept bugreports from it. Update to beta8 and a fixed libc.

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