Bug 219116 - KDevelop crashed on startup
Summary: KDevelop crashed on startup
Status: RESOLVED NOT A BUG
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-12-17 23:11 UTC by Jörg Wunderlich-Pfeiffer
Modified: 2016-12-07 21:20 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jörg Wunderlich-Pfeiffer 2009-12-17 23:11:49 UTC
Application that crashed: kdevelop
Version of the application: 3.9.92 (using KDevPlatform 0.9.97)
KDE Version: 4.3.4 (KDE 4.3.4)
Qt Version: 4.5.3
Operating System: Linux 2.6.30-2-686 i686
Distribution: Debian GNU/Linux unstable (sid)

What I was doing when the application crashed:
I started KDevelop and it crashed immediatly without showing the GUI.

System: Debian unstable - KDE 4.3.4

If this is not enough information, please feel free to ask.

Jörg

 -- Backtrace:
Application: KDevelop (kdevelop), signal: Segmentation fault
[Current thread is 1 (Thread 0xb4fd0700 (LWP 12942))]

Thread 2 (Thread 0xb1adbb70 (LWP 12961)):
#0  0xb7f04424 in __kernel_vsyscall ()
#1  0xb56093d2 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179
#2  0xb6a84884 in __pthread_cond_timedwait (cond=0x8d550c0, mutex=0x8d550a8, abstime=0xb1adb2ec) at forward.c:152
#3  0xb75f459c in QWaitConditionPrivate::wait (this=0x8f95664, mutex=0x8f95668, time=200000) at thread/qwaitcondition_unix.cpp:85
#4  QWaitCondition::wait (this=0x8f95664, mutex=0x8f95668, time=200000) at thread/qwaitcondition_unix.cpp:159
#5  0xb5d016f5 in KDevelop::DUChainPrivate::CleanupThread::run (this=0x8f95658) at ../../language/duchain/duchain.cpp:280
#6  0xb75f35e2 in QThreadPrivate::start (arg=0x8f95658) at thread/qthread_unix.cpp:188
#7  0xb5605585 in start_thread (arg=0xb1adbb70) at pthread_create.c:300
#8  0xb6a772be in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 1 (Thread 0xb4fd0700 (LWP 12942)):
[KCrash Handler]
#6  QString::isEmpty (this=0xb6ba6cc5) at /usr/include/qt4/QtCore/qstring.h:691
#7  KAboutData::catalogName (this=0xb6ba6cc5) at ../../kdecore/kernel/kaboutdata.cpp:757
#8  0xb7d952af in KComponentData::catalogName (this=0xbfe20e58) at ../../kdecore/kernel/kcomponentdata.cpp:226
#9  0x0804eb44 in _start ()

Reported using DrKonqi
Comment 1 Dario Andres 2009-12-18 00:41:01 UTC
Version of the application: 3.9.92 (using KDevPlatform 0.9.97)

You have a mistmatch between KDevelop and the KDevPlatform library. Please update your packages to the same version.

Regards