Summary: | KDevelop crash on close | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Mikhail Veltishchev <dichlofos-mv> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | maxip |
Priority: | NOR | Keywords: | drkonqi |
Version: | 4.6.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Mikhail Veltishchev
2014-03-20 17:36:54 UTC
Created attachment 86769 [details]
New crash information added by DrKonqi
kdevelop (4.6.0) on KDE Platform 4.13.0 using Qt 4.8.6
- What I was doing when the application crashed:
I was just closing Kdevelop. All files were saved before. No program was executed. Kdevelop was idle
-- Backtrace (Reduced):
#6 0x00007f83ee10df79 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#7 0x00007f83ee111388 in __GI_abort () at abort.c:89
[...]
#9 0x00007f83ee1574ae in malloc_printerr (ptr=<optimized out>, str=0x7f83ee255b03 "free(): invalid pointer", action=1) at malloc.c:4996
#10 _int_free (av=<optimized out>, p=<optimized out>, have_lock=0) at malloc.c:3840
#11 0x00007f83eb69ef99 in KDevelop::ReferenceType::~ReferenceType (this=0x7f830eb40930, __in_chrg=<optimized out>) at ../../language/duchain/types/referencetype.cpp:67
Slightly different backtrace than in the duplicating bug report, but still the same root cause (invalid free after ~MissingDeclarationProblem()) *** This bug has been marked as a duplicate of bug 289056 *** |