Summary: | Muon Software Center crash after package list update | ||
---|---|---|---|
Product: | [Unmaintained] muon | Reporter: | Scott Kitterman <kde> |
Component: | installer | Assignee: | Jonathan Thomas <echidnaman> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | ziltoid |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.2.0 | |
Sentry Crash Report: |
Description
Scott Kitterman
2011-08-04 04:50:59 UTC
Judging by the backtrace, the sources refresh had finished right as you were exiting, and MSC was trying to do its post-refresh re-initialization of the apt bits. When you exit MSC, it first checks to see if there are any marked changes in the apt backend, and trying to use the backend during re-initialization caused this crash. I'll see about fixing this when I get off of work, thanks. Git commit c728653ce3de6b0793d4f0c9326497c7552a7482 by Jonathan Thomas. Committed on 05/08/2011 at 01:35. Pushed by jmthomas into branch 'master'. Do not allow exits during APT cache reloads. This fixes a bug where the pending-changes check in the exit query would crash if the user attempted to exit during a cache reload. (E.g. after a sources refresh) BUG:279345 FIXED-IN:1.2.0 M +3 -0 muon/MainWindow.cpp M +2 -0 installer/ApplicationWindow.cpp M +3 -0 updater/UpdaterWindow.cpp http://commits.kde.org/muon/c728653ce3de6b0793d4f0c9326497c7552a7482 *** Bug 274809 has been marked as a duplicate of this bug. *** |