Summary: | Mailformated entry in /etc/apt/sources list results in muon crash | ||
---|---|---|---|
Product: | [Unmaintained] muon | Reporter: | Dirk Sarpe <dns_hmpf> |
Component: | libqapt | Assignee: | Jonathan Thomas <echidnaman> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.0.1 | |
Sentry Crash Report: |
Description
Dirk Sarpe
2010-08-12 17:29:20 UTC
SVN commit 1162786 by jmthomas: Emit an error and do not attempt to continue initialization if the cache cannot be opened. Muon still needs to give better details as to what the error exactly is, but it should not crash any more. BUG:247533 FIXED-IN:1.0.1 M +4 -1 backend.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1162786 SVN commit 1162789 by jmthomas: Errors can occur during backend initialization, so connect error handling connections before attempting to init Also, quit after the error messagebox is closed by the user in the case of an InitError. Muon will be an empty shell in the event of an init error. Error details on the todo. I'll try to find a way to present them without breaking string freeze, otherwise better details will have to wait until 1.1 CCBUG:247533 M +2 -1 MuonMainWindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1162789 SVN commit 1162795 by jmthomas: Send the internal error message as the details in the event of an InitError CCBUG:247533 M +7 -1 backend.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1162795 SVN commit 1162796 by jmthomas: Display details for InitErrors now that LibQApt gives them to us. (No string changes; bonus!) I consider this issue now all the way resolved. CCBUG:247533 M +4 -2 MuonMainWindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1162796 |