Summary: | Muon crashes due to fetching changelogs during cache reloads [QApt::Package::sourcePackage, ChangelogTab::changelogFetched] | ||
---|---|---|---|
Product: | [Unmaintained] muon | Reporter: | mniasfreemag |
Component: | muon | Assignee: | Jonathan Thomas <echidnaman> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andharikar, babygenius55a, bob617, chesap.uerta, craig.magina, danieltwait, enssso, mendelsflandre, stasnel |
Priority: | NOR | ||
Version: | 1.0.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.2.3 | |
Sentry Crash Report: |
Description
mniasfreemag
2011-04-14 07:44:32 UTC
This crash has been fixed in Muon 1.1. Looks like it crashed in 1.1.2, too, see bug 280001. *** Bug 280001 has been marked as a duplicate of this bug. *** Ah, it's probably a changelog that was finished being fetched during a cache reload. I'll have to disconnect that signal when reloading, I suppose. I'll investigate it further once I get home. *** Bug 284970 has been marked as a duplicate of this bug. *** *** Bug 285535 has been marked as a duplicate of this bug. *** Git commit e7f503e5147a1c4c03d85bbf7decad8461b7a57e by Jonathan Thomas. Committed on 13/11/2011 at 18:24. Pushed by jmthomas into branch 'master'. Discard pending changelog fetch jobs before cache reloads. This prevents changelog jobs finishing when the QApt::Backend is in a state where package pointers are invalid. BUG:270920 M +7 -1 muon/DetailsTabs/ChangelogTab.cpp M +1 -0 muon/DetailsWidget.cpp http://commits.kde.org/muon/e7f503e5147a1c4c03d85bbf7decad8461b7a57e Git commit 050b7ac69c02108336683455cb49378173b4738d by Jonathan Thomas. Committed on 13/11/2011 at 18:35. Pushed by jmthomas into branch '1.2'. Discard pending changelog fetch jobs before cache reloads. This prevents changelog jobs finishing when the QApt::Backend is in a state where package pointers are invalid. BUG:270920 FIXED-IN:1.2.3 M +14 -0 libmuon/DetailsTabs/ChangelogTab.cpp M +1 -0 libmuon/DetailsWidget.cpp http://commits.kde.org/muon/050b7ac69c02108336683455cb49378173b4738d *** Bug 289185 has been marked as a duplicate of this bug. *** *** Bug 290592 has been marked as a duplicate of this bug. *** *** Bug 293596 has been marked as a duplicate of this bug. *** |