Summary: | Muon Discover crushed | ||
---|---|---|---|
Product: | [Unmaintained] muon | Reporter: | Sakis <sakisdesonic> |
Component: | discover | Assignee: | Jonathan Thomas <echidnaman> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | gabtom99, hujiadfr, kde |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 2.0.65 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/muon/a35ec4bb1019010b0a09fccaec016228813a8e28 | Version Fixed In: | 2.1.3 |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Sakis
2013-10-20 00:40:45 UTC
*** This bug has been marked as a duplicate of bug 326410 *** Created attachment 83353 [details]
New crash information added by DrKonqi
muon-discover (2.1.0) on KDE Platform 4.11.2 using Qt 4.8.4
- What I was doing when the application crashed:
Every time you install software crashes after installation
-- Backtrace (Reduced):
#7 0xa6a7fb97 in QApt::Package::isForeignArch (this=0x0) at /build/buildd/qapt-2.0.65/src/package.cpp:826
#8 0xa60217b0 in Application::name (this=0xa960e348) at /build/buildd/muon-2.1.0/libmuon/backends/ApplicationBackend/Application.cpp:96
#9 0xb77750e2 in AbstractResource::qt_metacall (this=this@entry=0xa960e348, _c=_c@entry=QMetaObject::ReadProperty, _id=0, _id@entry=1, _a=_a@entry=0xbfa7842c) at /build/buildd/muon-2.1.0/obj-i686-linux-gnu/libmuon/moc_AbstractResource.cpp:181
#10 0xa6015144 in Application::qt_metacall (this=0xa960e348, _c=QMetaObject::ReadProperty, _id=1, _a=0xbfa7842c) at /build/buildd/muon-2.1.0/obj-i686-linux-gnu/libmuon/backends/ApplicationBackend/moc_Application.cpp:87
[...]
#12 0xb730ca50 in QDeclarativeObjectScriptClass::property (this=this@entry=0x8565758, obj=0xa960e348, name=@0xbfa784b8: 0xae509220) at qml/qdeclarativeobjectscriptclass.cpp:301
not a duplicate of bug 326410 *** Bug 329460 has been marked as a duplicate of this bug. *** Git commit a35ec4bb1019010b0a09fccaec016228813a8e28 by Harald Sitter. Committed on 13/01/2014 at 15:35. Pushed by sitter into branch '2.1'. Prevent nullptr access in Application::name This is in line with untranslatedName which will only try to fetch the name from the package object if there is one. ::package() is meant to 'savely' construct one on the fly in case the fromFile constructor was used. FIXED-IN: 2.1.3 M +1 -1 libmuon/backends/ApplicationBackend/Application.cpp http://commits.kde.org/muon/a35ec4bb1019010b0a09fccaec016228813a8e28 |