Summary: | Muon crashed [BreadcrumbItem::associatedView, AbstractViewContainer::activateBreadcrumbItem, AbstractViewContainer::qt_metacall] | ||
---|---|---|---|
Product: | [Unmaintained] muon | Reporter: | Alexander Zaitsev <shura0> |
Component: | installer | Assignee: | Jonathan Thomas <echidnaman> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | bugzilla, mossad |
Priority: | NOR | ||
Version First Reported In: | 1.2.1 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.3.0, 1.4.0 | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Alexander Zaitsev
2011-10-21 11:41:14 UTC
Were you also installing something else at the time? Nothing. *** Bug 285643 has been marked as a duplicate of this bug. *** (In reply to comment #1) > Were you also installing something else at the time? I've installed ISO Master and then I tried return to results. Git commit 6934739911449f1def49bd32b6d8cc7c08377117 by Jonathan Thomas. Committed on 25/02/2012 at 05:03. Pushed by jmthomas into branch '1.3'. Always initialize the associatedView pointer with null, and don't try to switch to a null associated view. Fixes a crash in certain rare situations. FIXED-IN:1.3.0, 1.4.0 M +3 -0 installer/AbstractViewContainer.cpp M +1 -0 installer/BreadcrumbWidget/BreadcrumbItem.cpp http://commits.kde.org/muon/6934739911449f1def49bd32b6d8cc7c08377117 Git commit a232344e0643cc2b96cfe51622b7450ab6d0c23c by Jonathan Thomas. Committed on 25/02/2012 at 05:03. Pushed by jmthomas into branch 'master'. Always initialize the associatedView pointer with null, and don't try to switch to a null associated view. Fixes a crash in certain rare situations. FIXED-IN:1.3.0, 1.4.0 M +3 -0 installer/AbstractViewContainer.cpp M +1 -0 installer/BreadcrumbWidget/BreadcrumbItem.cpp http://commits.kde.org/muon/a232344e0643cc2b96cfe51622b7450ab6d0c23c Created attachment 74928 [details]
New crash information added by DrKonqi
muon-installer (1.4.1) on KDE Platform 4.9.2 using Qt 4.8.3
- What I was doing when the application crashe
Immediately prior searching for konversation which appeared not to yield any results. After pressing back and trying again a few times I proceeded to close muon before restarting and trying again, however the crash occurred on close.
-- Backtrace (Reduced):
#6 BreadcrumbItem::associatedView (this=0x21) at /build/buildd/muon-1.4.1/installer/BreadcrumbWidget/BreadcrumbItem.cpp:51
#7 0x000000000042ad94 in AbstractViewContainer::activateBreadcrumbItem (this=0x312ff20, item=0x21) at /build/buildd/muon-1.4.1/installer/AbstractViewContainer.cpp:77
[...]
#9 0x000000000042ba8d in BreadcrumbWidget::itemActivated (this=this@entry=0x3095260, _t1=_t1@entry=0x21) at /build/buildd/muon-1.4.1/obj-x86_64-linux-gnu/installer/BreadcrumbWidget.moc:122
#10 0x000000000042bcc1 in BreadcrumbWidget::onItemActivated (this=0x3095260, item=0x21) at /build/buildd/muon-1.4.1/installer/BreadcrumbWidget/BreadcrumbWidget.cpp:169
[...]
#12 0x00007fabf08a9422 in QAbstractButton::clicked (this=<optimized out>, _t1=false) at .moc/release-shared/moc_qabstractbutton.cpp:220
|