Summary: | Muon crashes on initialization errors | ||
---|---|---|---|
Product: | [Applications] Discover | Reporter: | mgolden |
Component: | Updates | Assignee: | Jonathan Thomas <echidnaman> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | adaptee, ben.v.h94, blagozlatev, dondersjoris, ken20001, loic.grobol, mikewnr, oakenhelix, shrestha555, stasnel |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.3.0 | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
mgolden
2011-12-01 14:35:58 UTC
I couldn't reproduce this bug and I didn't find any duplicates. I am not exactly sure what happened right before the crash. I was applying today's update, and it said there was an error about broken packages. I was quitting so I could use the command-line apt-get to figure out what was going on, and then I got this crash. Oddly, apt-get does not report any problems. One further point: one reason you may see no duplicates is that I am running the beta of the latest version. *** Bug 289981 has been marked as a duplicate of this bug. *** *** Bug 291048 has been marked as a duplicate of this bug. *** Git commit 0a6b3a90c1c877af9469dcd7b8f36dc74bf99013 by Jonathan Thomas. Committed on 12/02/2012 at 04:33. Pushed by jmthomas into branch 'master'. Exit synchronously in the case of a backend initialization error. The way that the asynchronous error reporting currently works will not close the application "quick" enough when QApplication::exit is called. In the future, the smart thing to do would to make QApt::Backend::reloadCache return a bool, but that would break ABI and will have to wait for QApt2. FIXED-IN:1.3.0 M +1 -1 libmuon/MuonMainWindow.cpp http://commits.kde.org/muon/0a6b3a90c1c877af9469dcd7b8f36dc74bf99013 *** Bug 286130 has been marked as a duplicate of this bug. *** *** Bug 294908 has been marked as a duplicate of this bug. *** *** Bug 295426 has been marked as a duplicate of this bug. *** Created attachment 69553 [details]
New crash information added by DrKonqi
muon-updater (1.2.95 "Daring Dalek") on KDE Platform 4.8.1 (4.8.1) using Qt 4.8.0
- What I was doing when the application crashed:
Updating some non-critical (Dia diagram editor) packages.
-- Backtrace (Reduced):
#6 CurrentVer (this=<optimized out>) at /usr/include/apt-pkg/cacheiterators.h:420
#7 QApt::Package::state (this=0xe5cc90) at /build/buildd/qapt-1.2.95/src/package.cpp:725
#8 0x00007f0f9fa81384 in QApt::Backend::upgradeablePackages (this=<optimized out>) at /build/buildd/qapt-1.2.95/src/backend.cpp:488
#9 0x0000000000415905 in UpdaterWidget::populateUpdateModel (this=0xe99db0) at /build/buildd/muon-1.2.95/updater/UpdaterWidget.cpp:135
#10 0x00000000004116e4 in MainWindow::reload (this=0xe099c0) at /build/buildd/muon-1.2.95/updater/MainWindow.cpp:236
*** Bug 297885 has been marked as a duplicate of this bug. *** |