Bug 327236 - Crash when closing KDevelop
Summary: Crash when closing KDevelop
Status: RESOLVED DUPLICATE of bug 289056
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: language (show other bugs)
Version: 1.5.2
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-06 17:32 UTC by Rolf Eike Beer
Modified: 2013-11-06 18:42 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Complete crash log (50.40 KB, text/x-log)
2013-11-06 17:32 UTC, Rolf Eike Beer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rolf Eike Beer 2013-11-06 17:32:44 UTC
Created attachment 83381 [details]
Complete crash log

I had a project open, but nothing was actively running AFAICT. When I closed KDevelop it crashed.

Thread 1 (Thread 0x7f985b4c7780 (LWP 19327)):
[KCrash Handler]
#6  0x00007f9857e383d5 in raise () from /lib64/libc.so.6
#7  0x00007f9857e39858 in abort () from /lib64/libc.so.6
#8  0x00007f9857e7844b in __libc_message () from /lib64/libc.so.6
#9  0x00007f9857e7dfc6 in malloc_printerr () from /lib64/libc.so.6
#10 0x00007f9857e7ed43 in _int_free () from /lib64/libc.so.6
#11 0x00007f98551538d9 in KDevelop::ReferenceType::~ReferenceType 
(this=0x7f97383d4bd0, __in_chrg=<optimized out>) at 
/usr/src/debug/kdevplatform-1.5.2/language/duchain/types/referencetype.cpp:67
#12 0x00007f982763f4b7 in ?? () from /usr/lib64/libkdev4cppduchain.so
#13 0x00007f982763f5c9 in 
Cpp::MissingDeclarationType::~MissingDeclarationType() () from 
/usr/lib64/libkdev4cppduchain.so
#14 0x00007f982763f805 in 
Cpp::MissingDeclarationProblem::~MissingDeclarationProblem() () from 
/usr/lib64/libkdev4cppduchain.so
#15 0x00007f98550bd117 in ~KSharedPtr (this=0x7f973864c820, 
__in_chrg=<optimized out>) at /usr/include/ksharedptr.h:90
#16 node_destruct (to=0x7f973864b9c8, from=0x7f973864b968, this=<optimized 
out>) at /usr/include/QtCore/qlist.h:431
#17 QList<KSharedPtr<KDevelop::Problem> >::free (data=0x7f973864b950, 
this=<optimized out>) at /usr/include/QtCore/qlist.h:757
#18 0x00007f98550c3d7d in 
KDevelop::TopDUContextLocalPrivate::~TopDUContextLocalPrivate 
(this=0x7f97346e8580, __in_chrg=<optimized out>) at 
/usr/src/debug/kdevplatform-1.5.2/language/duchain/topducontext.cpp:129
#19 0x00007f98550beb72 in KDevelop::TopDUContext::deleteSelf (this=<optimized 
out>) at 
/usr/src/debug/kdevplatform-1.5.2/language/duchain/topducontext.cpp:726
#20 0x00007f98550a43d8 in removeDocumentChainFromMemory 
(context=0x7f9734717b40, this=0x1f600a0) at 
/usr/src/debug/kdevplatform-1.5.2/language/duchain/duchain.cpp:410
#21 KDevelop::DUChainPrivate::clear (this=0x1f600a0) at 
/usr/src/debug/kdevplatform-1.5.2/language/duchain/duchain.cpp:373
#22 0x00007f9855090d29 in KDevelop::DUChain::aboutToQuit (this=0x1f48660) at 
/usr/src/debug/kdevplatform-1.5.2/language/duchain/duchain.cpp:1619
#23 0x00007f9855091163 in qt_static_metacall (_a=<optimized out>, 
_id=<optimized out>, _o=<optimized out>, _c=<optimized out>) at 
/usr/src/debug/kdevplatform-1.5.2/build/language/duchain.moc:146
#24 KDevelop::DUChain::qt_static_metacall (_o=<optimized out>, _c=<optimized 
out>, _id=<optimized out>, _a=0x7fffa06888c0) at 
/usr/src/debug/kdevplatform-1.5.2/build/language/duchain.moc:133
#25 0x00007f985930244f in QMetaObject::activate (sender=0x7fffa0688d50, 
m=<optimized out>, local_signal_index=<optimized out>, argv=0x0) at 
kernel/qobject.cpp:3556
#26 0x00007f98592f0c0d in QCoreApplication::exec () at 
kernel/qcoreapplication.cpp:1226
#27 0x000000000040e621 in ?? ()
#28 0x00007f9857e24a15 in __libc_start_main () from /lib64/libc.so.6
#29 0x000000000040ed51 in _start ()
Comment 1 Kevin Funk 2013-11-06 18:42:30 UTC

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