Summary: | Kdevelop crashed after running git checkout COMMIT in external terminal | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | zohn.joidberg |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | matej |
Priority: | NOR | ||
Version: | 4.3.1 | ||
Target Milestone: | 4.3.0 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
zohn.joidberg
2012-07-15 09:57:17 UTC
Created attachment 72752 [details]
New crash information added by DrKonqi
kdevelop (4.4.60) on KDE Platform 4.8.3 (4.8.3) using Qt 4.8.2
- What I was doing when the application crashed:
Changed files (incl. CMakeLists.txt) of a project currently opened using KDevelop.
The assertion text in .xsession-errors is:
*** glibc detected *** kdevelop: double free or corruption (fasttop): 0x00007f4d69dfd580 ***
- Versions
kdevplatform: v1.3.1-272-g569aa69
kdevelop: v4.3.1-262-g5f9644a
I have a Qt build with debugging assertions enabled, dunno if it is necessary to reproduce.
-- Backtrace (Reduced):
#9 0x00007f4d9167e6b6 in malloc_printerr (action=3, str=0x7f4d91759ad8 "double free or corruption (fasttop)", ptr=<optimized out>) at malloc.c:6283
[...]
#11 0x00007f4d92b3791e in QString::free (d=0x7f4d69dfd580) at tools/qstring.cpp:1235
#12 0x00007f4d8f37453a in ~QString (this=0x7fff49f8c640, __in_chrg=<optimized out>) at /usr/include/qt4/QtCore/qstring.h:880
#13 KDevelop::ProjectBaseItem::lessThan (this=0x7f4d69dcc5f0, item=<optimized out>) at /var/tmp/portage/dev-util/kdevplatform-9999/work/kdevplatform-9999/project/projectmodel.cpp:380
#14 0x00007f4d924b2462 in QSortFilterProxyModelPrivate::proxy_intervals_for_source_items_to_add (this=0x2e55b90, proxy_to_source=..., source_items=..., source_parent=..., orient=<optimized out>) at itemviews/qsortfilterproxymodel.cpp:614
*** This bug has been marked as a duplicate of bug 293191 *** |