Summary: | Ark crashed after quitting it | ||
---|---|---|---|
Product: | [Applications] ark | Reporter: | Leonardo La Malfa <leonardo.la.malfa> |
Component: | general | Assignee: | Harald Hvaal <metellius> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | franciscoadriansanchez, j.mairboeck, kuba, nakieb, pascalbig, peca7, rakuco, vera-beate.prautzsch |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Leonardo La Malfa
2010-05-15 16:28:00 UTC
Can you reproduce this crash at will? Does it happen to more than one file? > Can you reproduce this crash at will? Does it happen to more
> than one file?
No, sorry, it was the first and only crash, and when DrKonqi came out I
reported it.
*** Bug 240919 has been marked as a duplicate of this bug. *** *** Bug 242249 has been marked as a duplicate of this bug. *** *** Bug 247200 has been marked as a duplicate of this bug. *** I haven't been able to reproduce this crash so far, so I'm closing it for now. If any of you can find a reliable way to reproduce this issue, please reopen this report with more information. Thank you! Created attachment 50054 [details]
New crash information added by DrKonqi
ark (2.15) on KDE Platform 4.5.00 (KDE 4.5.0) using Qt 4.6.3
- What I was doing when the application crashed:
Extracting a tar.gz archive directly opened from Konqueror (without saving it). Ark crashed on quitting automatically after extracting. The extraction has completed successfully (all files have been extracted).
I have experienced the same crash once before but also multiple times where it didn't crash (with the same settings). Seems a bit strange ...
-- Backtrace (Reduced):
#8 0xb2a504e7 in hide (this=0x82c9510) at /usr/include/QtGui/qwidget.h:489
#9 JobTracker::resetUi (this=0x82c9510) at /usr/src/debug/kdeutils-4.5.0/ark/part/jobtracker.cpp:97
#10 0xb2a357fc in JobTracker::qt_metacall (this=0x82c9510, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0xbf8e71dc)
at /usr/src/debug/kdeutils-4.5.0/build/ark/part/moc_jobtracker.cpp:140
[...]
[...]
#13 0xb61a09d5 in QSingleShotTimer::timeout (this=0x8996130) at .moc/release-shared/qtimer.moc:82
#14 0xb61a0a8c in QSingleShotTimer::timerEvent (this=0x8996130) at kernel/qtimer.cpp:308
SVN commit 1163720 by rkcosta: Remove the finished() slot reimplementation. It called unregisterJob() and did many things it also did. unregisterJob() calls resetUi(), finished() calls it after 1.5 seconds. Since the default registerJob() implementation already connects a KJob's finished() signal to the unregisterJob() slot, there's little sense in keeping this duplicated code. CCBUG: 237728 M +0 -10 jobtracker.cpp M +0 -1 jobtracker.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1163720 SVN commit 1163731 by rkcosta: Remove the finished() slot reimplementation. It called unregisterJob() and did many things it also did. unregisterJob() calls resetUi(), finished() calls it after 1.5 seconds. Since the default registerJob() implementation already connects a KJob's finished() signal to the unregisterJob() slot, there's little sense in keeping this duplicated code. Backport of r1163720. CCBUG: 237728 M +0 -10 jobtracker.cpp M +0 -1 jobtracker.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1163731 SVN commit 1163732 by rkcosta: Give a parent to JobTracker. Backport of r1163721. CCBUG: 237728 M +1 -1 part.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1163732 I'm still unable to reproduce this crash, but I think the above commits might help prevent it from happening. Created attachment 51108 [details]
New crash information added by DrKonqi
ark (2.15) on KDE Platform 4.5.00 (KDE 4.5.0) using Qt 4.7.0
System is Kubuntu 10.04 LTS, I encounter problems with Ark very often recently, when dealing with rar archives. I've suspected problems with the rar unpacker and switched to non-free implementation, but the problems persist.
-- Backtrace (Reduced):
#7 0x00007f4e970cfdf0 in QWidget::hide (this=0x2485170) at /usr/include/qt4/QtGui/qwidget.h:491
#8 JobTracker::resetUi (this=0x2485170) at ../../../ark/part/jobtracker.cpp:97
#9 0x00007f4e970b79b4 in JobTracker::qt_metacall (this=0x2485170, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fffb9c75450) at moc_jobtracker.cpp:140
[...]
#11 0x00007f4ea4df697f in QSingleShotTimer::timerEvent (this=0x2699480) at kernel/qtimer.cpp:308
#12 0x00007f4ea4deb599 in QObject::event (this=0x2699480, e=0x0) at kernel/qobject.cpp:1183
*** Bug 250994 has been marked as a duplicate of this bug. *** *** Bug 256980 has been marked as a duplicate of this bug. *** |