Bug 285495 - Apper segfault when trying to install local RPM from Dolphin
Summary: Apper segfault when trying to install local RPM from Dolphin
Status: RESOLVED FIXED
Alias: None
Product: apper
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-01 17:16 UTC by Graham Anderson
Modified: 2011-11-02 08:22 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 0.7.1


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Graham Anderson 2011-11-01 17:16:59 UTC
Application: apper-sentinel (0.7.0)
KDE Platform Version: 4.7.2 (4.7.2)
Qt Version: 4.7.4
Operating System: Linux 3.1.0-rc9-1-desktop x86_64
Distribution: "openSUSE 12.1 RC 1 (x86_64)"

-- Information about the crash:
Click on the RPM to install, Apper will evaluate the package as upgrade/install, click next to install, boom.

Reproduce: Every time.

The crash can be reproduced every time.

-- Backtrace:
Application: Apper (apper-sentinel), signal: Segmentation fault
[KCrash Handler]
#6  0x00007fe4c3e90904 in QAbstractButton::isChecked() const () from /usr/lib64/libQtGui.so.4
#7  0x00007fe4c4ac3f75 in Requirements::~Requirements (this=0x8a9d60, __in_chrg=<optimized out>) at /usr/src/debug/apper-0.7.0/libapper/Requirements.cpp:153
#8  0x00007fe4c4ac3fe9 in Requirements::~Requirements (this=0x8a9d60, __in_chrg=<optimized out>) at /usr/src/debug/apper-0.7.0/libapper/Requirements.cpp:157
#9  0x00007fe4c5499fd8 in QObject::event(QEvent*) () from /usr/lib64/libQtCore.so.4
#10 0x00007fe4c3b2dc7b in QWidget::event(QEvent*) () from /usr/lib64/libQtGui.so.4
#11 0x00007fe4c3addbe4 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/libQtGui.so.4
#12 0x00007fe4c3ae2a71 in QApplication::notify(QObject*, QEvent*) () from /usr/lib64/libQtGui.so.4
#13 0x00007fe4c6658e36 in KApplication::notify(QObject*, QEvent*) () from /usr/lib64/libkdeui.so.5
#14 0x00007fe4c548367c in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib64/libQtCore.so.4
#15 0x00007fe4c5486a58 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib64/libQtCore.so.4
#16 0x00007fe4c54adee3 in ?? () from /usr/lib64/libQtCore.so.4
#17 0x00007fe4bf28358d in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0
#18 0x00007fe4bf283d88 in ?? () from /usr/lib64/libglib-2.0.so.0
#19 0x00007fe4bf283f59 in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#20 0x00007fe4c54ae33f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4
#21 0x00007fe4c3b80eae in ?? () from /usr/lib64/libQtGui.so.4
#22 0x00007fe4c5482882 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4
#23 0x00007fe4c5482a7f in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4
#24 0x00007fe4c5486c47 in QCoreApplication::exec() () from /usr/lib64/libQtCore.so.4
#25 0x000000000041035d in main (argc=1, argv=0x7fffa2f09668) at /usr/src/debug/apper-0.7.0/Sentinel/main.cpp:54

Reported using DrKonqi
Comment 1 Daniel Nicoletti 2011-11-01 19:10:09 UTC
It's alread fixed on git master thanks.
Comment 2 Will Stephenson 2011-11-01 21:10:52 UTC
by commit c33ab740?
Comment 3 Rex Dieter 2011-11-02 08:22:49 UTC
c33ab740 is the one that fixed it for me.