Summary: | Crash when exiting KDevelop during debugging | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Dima Ryazanov <dima> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | valir |
Priority: | HI | ||
Version: | 4.2.0 | ||
Target Milestone: | 4.2.0 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Dima Ryazanov
2011-04-20 21:26:14 UTC
is this reproducible? No, I haven't been able to reproduce it again. Created attachment 62489 [details]
New crash information added by DrKonqi
kdevelop (4.2.60) on KDE Platform 4.7.40 (4.7.40 (KDE 4.8 >= 20110623) using Qt 4.7.4
- What I was doing when the application crashed:
I Forgot to stop the debugger before quitting ;-)
-- Backtrace (Reduced):
#6 0x00007f35a1bbca76 in Sublime::Area::toolViews (this=0x0) at /vrac2/kdesrc/4/trunk/extragear/kdevelop/kdevplatform/sublime/area.cpp:269
#7 0x00007f35a3119cc2 in KDevelop::UiController::findToolView (this=0x81d4f0, name=..., factory=0x0, flags=KDevelop::IUiController::Raise) at /vrac2/kdesrc/4/trunk/extragear/kdevelop/kdevplatform/shell/uicontroller.cpp:245
#8 0x00007f35a3178722 in KDevelop::DebugController::debuggerStateChanged (this=0xaeaa10, state=KDevelop::IDebugSession::EndedState) at /vrac2/kdesrc/4/trunk/extragear/kdevelop/kdevplatform/shell/debugcontroller.cpp:392
#9 0x00007f35a30e667f in KDevelop::DebugController::qt_metacall (this=0xaeaa10, _c=QMetaObject::InvokeMetaMethod, _id=12, _a=0x7fff196dd450) at /vrac2/kdesrc/4/build/extragear/kdevelop/kdevplatform/shell/moc_debugcontroller.cpp:113
[...]
#12 0x00007f35a195b51e in KDevelop::IDebugSession::stateChanged (this=0x5fc58b0, _t1=KDevelop::IDebugSession::EndedState) at /vrac2/kdesrc/4/build/extragear/kdevelop/kdevplatform/debugger/idebugsession.moc:146
Git commit b9c4e5347130af68ea8af5c46b49b9e71b6310e0 by Aleix Pol. Committed on 18/01/2012 at 03:23. Pushed by apol into branch '1.3'. findToolView should return 0 if there's no active area. M +1 -1 shell/uicontroller.cpp http://commits.kde.org/kdevplatform/b9c4e5347130af68ea8af5c46b49b9e71b6310e0 Git commit 575303fb1ebe65dbacfd8f61eb97c7fc9c2b39d6 by Aleix Pol. Committed on 18/01/2012 at 03:23. Pushed by apol into branch 'master'. findToolView should return 0 if there's no active area. M +1 -1 shell/uicontroller.cpp http://commits.kde.org/kdevplatform/575303fb1ebe65dbacfd8f61eb97c7fc9c2b39d6 |