Summary: | Application update | ||
---|---|---|---|
Product: | [Applications] Discover | Reporter: | Tiago Silva <tiagomrdsilva> |
Component: | Updates | Assignee: | Jonathan Thomas <echidnaman> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | klepik.u, maks201016 |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/muon/001ede294d9e1fdd9dce83212eb39835bfcc5155 | Version Fixed In: | 2.0.0 |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Tiago Silva
2013-03-16 18:05:41 UTC
Created attachment 78122 [details]
New crash information added by DrKonqi
muon-updater (1.9.97) on KDE Platform 4.10.1 using Qt 4.8.4
- Custom settings of the application:
virtual box 4.2.10
start, search of updatings and at completion of search fell
-- Backtrace (Reduced):
#6 QApt::Package::state (this=0x0) at /build/buildd/qapt-1.9.97/src/package.cpp:716
#7 0x00007fea96586321 in Application::state (this=<optimized out>) at /build/buildd/muon-1.9.97/libmuon/backends/ApplicationBackend/Application.cpp:474
#8 0x00007feaaa46c90d in AbstractResource::canUpgrade (this=<optimized out>) at /build/buildd/muon-1.9.97/libmuon/resources/AbstractResource.cpp:44
#9 0x00007fea9657ffc0 in ApplicationBackend::updatesCount (this=<optimized out>) at /build/buildd/muon-1.9.97/libmuon/backends/ApplicationBackend/ApplicationBackend.cpp:503
#10 0x00000000004149a1 in UpdaterWidget::populateUpdateModel (this=0xbf9420) at /build/buildd/muon-1.9.97/updater/UpdaterWidget.cpp:157
Created attachment 78171 [details]
New crash information added by DrKonqi
muon-updater (1.9.97) on KDE Platform 4.10.1 using Qt 4.8.3
- What I was doing when the application crashed:
the mistake arose after button pressing search of updatings
-- Backtrace (Reduced):
#6 QApt::Package::state (this=0x0) at /build/buildd/qapt-1.9.97/src/package.cpp:716
#7 0x00007f4a5822ed61 in Application::state (this=<optimized out>) at /build/buildd/muon-1.9.97/libmuon/backends/ApplicationBackend/Application.cpp:474
#8 0x00007f4a6c15791d in AbstractResource::canUpgrade (this=<optimized out>) at /build/buildd/muon-1.9.97/libmuon/resources/AbstractResource.cpp:44
#9 0x00007f4a58228ee0 in ApplicationBackend::updatesCount (this=<optimized out>) at /build/buildd/muon-1.9.97/libmuon/backends/ApplicationBackend/ApplicationBackend.cpp:503
#10 0x0000000000414731 in UpdaterWidget::populateUpdateModel (this=0x1355780) at /build/buildd/muon-1.9.97/updater/UpdaterWidget.cpp:157
*** This bug has been marked as a duplicate of bug 316805 *** Git commit 790eef55d1a909da08b8ead08f6e1cb71b60eb0d by Jonathan Thomas. Committed on 26/03/2013 at 17:47. Pushed by jmthomas into branch 'master'. Add a null pointer check to prevent a crash. FIXED-IN:2.0.0 M +2 -0 libmuon/backends/ApplicationBackend/ApplicationBackend.cpp http://commits.kde.org/muon/790eef55d1a909da08b8ead08f6e1cb71b60eb0d Git commit 001ede294d9e1fdd9dce83212eb39835bfcc5155 by Jonathan Thomas. Committed on 26/03/2013 at 17:47. Pushed by jmthomas into branch '2.0'. Add a null pointer check to prevent a crash. FIXED-IN:2.0.0 M +2 -0 libmuon/backends/ApplicationBackend/ApplicationBackend.cpp http://commits.kde.org/muon/001ede294d9e1fdd9dce83212eb39835bfcc5155 Git commit 8a329fe2953e0f9da62f09e31dc980f666700fc1 by Jonathan Thomas. Committed on 26/03/2013 at 17:59. Pushed by jmthomas into branch '2.0'. Actually, check the app's package pointer for null, not the app pointer itself... M +1 -1 libmuon/backends/ApplicationBackend/ApplicationBackend.cpp http://commits.kde.org/muon/8a329fe2953e0f9da62f09e31dc980f666700fc1 Git commit 766f2d85917453707a5019a090beadde5d05a531 by Jonathan Thomas. Committed on 26/03/2013 at 17:59. Pushed by jmthomas into branch 'master'. Actually, check the app's package pointer for null, not the app pointer itself... M +1 -1 libmuon/backends/ApplicationBackend/ApplicationBackend.cpp http://commits.kde.org/muon/766f2d85917453707a5019a090beadde5d05a531 |