Summary: | kdevelop crash on close [KDevelop::TopDUContextLocalPrivate::removeImportedContextRecursion] | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Lukas Jirkovsky <l.jirkovsky> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | CONFIRMED --- | ||
Severity: | crash | CC: | christian_gruber, kde-bugs, mail, rasasi78 |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 4.6.60 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Lukas Jirkovsky
2014-04-16 13:11:31 UTC
I realized that I still had mercurial plugin installed (I had wanted to test it). I removed it and I haven't seen any crash so far. I'm not sure whether it's related though. *** Bug 357355 has been marked as a duplicate of this bug. *** libkdev4pythonduchain.so participates here. @Sven: Want to have a look? Created attachment 108727 [details]
New crash information added by DrKonqi
kdevelop (5.1.2) using Qt 5.7.1
- What I was doing when the application crashed:
Closing KDevelop. Two sessions. One after each other. No common projects.
-- Backtrace (Reduced):
#6 0x00007fecb5ee98c9 in KDevelop::TopDUContext::indexed() const () at /lib64/libKDevPlatformLanguage.so.10
#7 0x00007fecb5eef472 in KDevelop::TopDUContextLocalPrivate::removeImportedContextRecursion(KDevelop::TopDUContext const*, KDevelop::TopDUContext const*, int, QSet<QPair<KDevelop::TopDUContext*, KDevelop::TopDUContext const*> >&) () at /lib64/libKDevPlatformLanguage.so.10
#8 0x00007fecb5eed7d8 in KDevelop::TopDUContext::removeImportedParentContext(KDevelop::DUContext*) () at /lib64/libKDevPlatformLanguage.so.10
#9 0x00007fecb5ee0e76 in KDevelop::DUContext::~DUContext() () at /lib64/libKDevPlatformLanguage.so.10
#10 0x00007fec3f945003 in Python::PythonDUContext<KDevelop::TopDUContext, 100>::~PythonDUContext() () at /lib64/libkdevpythonduchain.so
Created attachment 133950 [details]
New crash information added by DrKonqi
kdevelop (5.5.2) using Qt 5.12.7
- What I was doing when the application crashed:
I closed KDevelop using the GUI "x" button
-- Backtrace (Reduced):
#4 KDevelop::TopDUContext::indexed (this=0x55e03672a5f0) at /usr/src/debug/kdevelop5-5.5.2-lp152.1.1.x86_64/kdevplatform/language/duchain/topducontext.cpp:534
#5 0x00007f924c9608a2 in KDevelop::TopDUContextLocalPrivate::removeImportedContextRecursion (this=this@entry=0x55e03667a330, traceNext=traceNext@entry=0x55e0366cfb60, imported=<optimized out>, distance=<optimized out>, rebuild=...) at /usr/src/debug/kdevelop5-5.5.2-lp152.1.1.x86_64/kdevplatform/language/duchain/topducontext.cpp:356
#6 0x00007f924c95e5b8 in KDevelop::TopDUContextLocalPrivate::removeImportedContextRecursively (local=true, context=0x55e0366cfb60, this=0x55e03667a330) at /usr/src/debug/kdevelop5-5.5.2-lp152.1.1.x86_64/kdevplatform/language/duchain/topducontext.cpp:231
#7 KDevelop::TopDUContext::removeImportedParentContext (this=<optimized out>, context=0x55e0366cfb60) at /usr/src/debug/kdevelop5-5.5.2-lp152.1.1.x86_64/kdevplatform/language/duchain/topducontext.cpp:1088
#8 0x00007f924c951a8b in KDevelop::DUContext::~DUContext (this=0x55e0366cfb60, __in_chrg=<optimized out>) at /usr/src/debug/kdevelop5-5.5.2-lp152.1.1.x86_64/kdevplatform/language/duchain/ducontext.cpp:440
|