Summary: | Crash while exiting kdevelop | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Martin Flaska <flegy> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED WAITINGFORINFO | ||
Severity: | crash | CC: | aleixpol, flegy, kdebugs2 |
Priority: | NOR | Keywords: | drkonqi |
Version: | 4.4.1 | ||
Target Milestone: | 4.3.0 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
valgrind log
New crash information added by DrKonqi New crash information added by DrKonqi New crash information added by DrKonqi |
Description
Martin Flaska
2013-09-04 05:19:20 UTC
Maybe duplicate of bug 307172. I opened larger C++ project, then after 1-2 minute I closed kdevelop, so it crashed after that. I am not sure whether was the background parser still active. Created attachment 82143 [details]
valgrind log
Now this is reproducible every time I run/exit kdevelop. I am attaching valgrind log, maybe it will be helpful.
I have closed kdevelop after background parser finished.
valgrind --track-origins=yes kdevelop
Created attachment 82379 [details]
New crash information added by DrKonqi
kdevelop (4.5.1) on KDE Platform 4.11.1 using Qt 4.8.4
- What I was doing when the application crashed:
I was exiting KDevelop. Immediately before, I had saved my last modifications to a C++ project.
-- Backtrace (Reduced):
#6 0x00007f26355f9944 in QDeclarativeItem::~QDeclarativeItem (this=0x6f79030, __in_chrg=<optimized out>) at graphicsitems/qdeclarativeitem.cpp:1668
#7 0x00007f26355be10e in ~QDeclarativeElement (this=0x6f79030, __in_chrg=<optimized out>) at ../../include/QtDeclarative/../../src/declarative/qml/qdeclarativeprivate.h:87
#8 QDeclarativePrivate::QDeclarativeElement<QDeclarativeItem>::~QDeclarativeElement (this=0x6f79030, __in_chrg=<optimized out>) at ../../include/QtDeclarative/../../src/declarative/qml/qdeclarativeprivate.h:87
#9 0x00007f26346bf5e8 in QObject::event (this=0x6f79030, e=<optimized out>) at kernel/qobject.cpp:1175
#10 0x00007f2633a4b8ec in QApplicationPrivate::notify_helper (this=this@entry=0xb2ddd0, receiver=receiver@entry=0x6f79030, e=e@entry=0x6ee2080) at kernel/qapplication.cpp:4567
I haven't seen this problem, maybe it was fixed in further versions? I'd recommend you to upgrade to a newer version. Created attachment 82473 [details]
New crash information added by DrKonqi
kdevelop (4.4.1) on KDE Platform 4.10.5 using Qt 4.8.4
- What I was doing when the application crashed:
exiting KDevelop. Opened large C++ project, no interaction with UI (compilation, ...), only checkouted anther commit (Git) in the same branch. I am not sure whether was the background parser still active.
This happen quite often, even if I do not touch source code (git checkout, or another text editor, whilst kdevelop is run)
-- Backtrace (Reduced):
#6 0x00007f5e277f8944 in QDeclarativeItem::~QDeclarativeItem (this=0x6bc62a0, __in_chrg=<optimized out>) at graphicsitems/qdeclarativeitem.cpp:1668
#7 0x00007f5e277bd10e in ~QDeclarativeElement (this=0x6bc62a0, __in_chrg=<optimized out>) at ../../include/QtDeclarative/../../src/declarative/qml/qdeclarativeprivate.h:87
#8 QDeclarativePrivate::QDeclarativeElement<QDeclarativeItem>::~QDeclarativeElement (this=0x6bc62a0, __in_chrg=<optimized out>) at ../../include/QtDeclarative/../../src/declarative/qml/qdeclarativeprivate.h:87
#9 0x00007f5e266435e8 in QObject::event (this=0x6bc62a0, e=<optimized out>) at kernel/qobject.cpp:1175
#10 0x00007f5e259cf8ec in QApplicationPrivate::notify_helper (this=this@entry=0x16e0da0, receiver=receiver@entry=0x6bc62a0, e=e@entry=0x6ae7440) at kernel/qapplication.cpp:4567
Created attachment 82558 [details]
New crash information added by DrKonqi
kdevelop (4.4.1) on KDE Platform 4.10.5 using Qt 4.8.4
- What I was doing when the application crashed:
Exiting KDevelop. Opened large C++ project.
-- Backtrace (Reduced):
#6 0x00007f6e76f0a944 in QDeclarativeItem::~QDeclarativeItem (this=0x7214c80, __in_chrg=<optimized out>) at graphicsitems/qdeclarativeitem.cpp:1668
#7 0x00007f6e76ecf10e in ~QDeclarativeElement (this=0x7214c80, __in_chrg=<optimized out>) at ../../include/QtDeclarative/../../src/declarative/qml/qdeclarativeprivate.h:87
#8 QDeclarativePrivate::QDeclarativeElement<QDeclarativeItem>::~QDeclarativeElement (this=0x7214c80, __in_chrg=<optimized out>) at ../../include/QtDeclarative/../../src/declarative/qml/qdeclarativeprivate.h:87
#9 0x00007f6e75d555e8 in QObject::event (this=0x7214c80, e=<optimized out>) at kernel/qobject.cpp:1175
#10 0x00007f6e750e18ec in QApplicationPrivate::notify_helper (this=this@entry=0xa8fda0, receiver=receiver@entry=0x7214c80, e=e@entry=0x7153680) at kernel/qapplication.cpp:4567
|