Bug 215675 - bug decompressing tar.bz2 at end
Summary: bug decompressing tar.bz2 at end
Status: RESOLVED WORKSFORME
Alias: None
Product: ark
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Harald Hvaal
URL:
Keywords: investigated, triaged
Depends on:
Blocks:
 
Reported: 2009-11-22 14:41 UTC by thesimsone
Modified: 2018-10-21 05:04 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description thesimsone 2009-11-22 14:41:32 UTC
Application that crashed: ark
Version of the application: 2.13
KDE Version: 4.3.2 (KDE 4.3.2)
Qt Version: 4.5.2
Operating System: Linux 2.6.31-14-generic i686
Distribution: Ubuntu 9.10

What I was doing when the application crashed:
Ark crashed at the end of a decompression of a tar.bz2 : the win-1.1.33.tar.bz2 (sources of wine )

 -- Backtrace:
Application: Ark (ark), signal: Segmentation fault
[Current thread is 1 (Thread 0xb7793700 (LWP 21594))]

Thread 2 (Thread 0xb5eb8b70 (LWP 21595)):
[KCrash Handler]
#6  0x00c5810f in ?? () from /lib/tls/i686/cmov/libc.so.6
#7  0x00c5a4b2 in ?? () from /lib/tls/i686/cmov/libc.so.6
#8  0x00c5d319 in ?? () from /lib/tls/i686/cmov/libc.so.6
#9  0x00c5d82d in realloc () from /lib/tls/i686/cmov/libc.so.6
#10 0x04bd7664 in qRealloc(void*, unsigned int) () from /usr/lib/libQtCore.so.4
#11 0x04c017e5 in QListData::realloc(int) () from /usr/lib/libQtCore.so.4
#12 0x04c01a24 in QListData::append() () from /usr/lib/libQtCore.so.4
#13 0x04cd1579 in ?? () from /usr/lib/libQtCore.so.4
#14 0x04ccd453 in QCoreApplication::postEvent(QObject*, QEvent*, int) () from /usr/lib/libQtCore.so.4
#15 0x04ccd63c in QCoreApplication::postEvent(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#16 0x04cde5b5 in ?? () from /usr/lib/libQtCore.so.4
#17 0x04ce3187 in QMetaObject::activate(QObject*, int, int, void**) () from /usr/lib/libQtCore.so.4
#18 0x04ce3ec2 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4
#19 0x00ed9c13 in Kerfuffle::Job::newEntry(QHash<int, QVariant> const&) () from /usr/lib/libkerfuffle.so.4
#20 0x00ed9c54 in Kerfuffle::Job::onEntry(QHash<int, QVariant> const&) () from /usr/lib/libkerfuffle.so.4
#21 0x00ed994b in Kerfuffle::ReadOnlyArchiveInterface::entry(QHash<int, QVariant> const&) () from /usr/lib/libkerfuffle.so.4
#22 0x0246a821 in ?? () from /usr/lib/kde4/kerfuffle_libarchive.so
#23 0x0246adbf in ?? () from /usr/lib/kde4/kerfuffle_libarchive.so
#24 0x00edaa45 in Kerfuffle::ListJob::doWork() () from /usr/lib/libkerfuffle.so.4
#25 0x00ede0a2 in ?? () from /usr/lib/libkerfuffle.so.4
#26 0x04bdce32 in ?? () from /usr/lib/libQtCore.so.4
#27 0x05c1180e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#28 0x00cb97ee in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 1 (Thread 0xb7793700 (LWP 21594)):
#0  0x00d47422 in __kernel_vsyscall ()
#1  0x05c15e15 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2  0x00cc678d in pthread_cond_wait () from /lib/tls/i686/cmov/libc.so.6
#3  0x04bdde67 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQtCore.so.4
#4  0x04bdcec9 in QThread::wait(unsigned long) () from /usr/lib/libQtCore.so.4
#5  0x00eda36a in Kerfuffle::Job::~Job() () from /usr/lib/libkerfuffle.so.4
#6  0x00eddc3f in ?? () from /usr/lib/libkerfuffle.so.4
#7  0x04cdc46f in QObjectPrivate::deleteChildren() () from /usr/lib/libQtCore.so.4
#8  0x04ce47cf in QObject::~QObject() () from /usr/lib/libQtCore.so.4
#9  0x00ede9c9 in Kerfuffle::ArchiveBase::~ArchiveBase() () from /usr/lib/libkerfuffle.so.4
#10 0x0421e15d in ?? () from /usr/lib/kde4/libarkpart.so
#11 0x04cdc46f in QObjectPrivate::deleteChildren() () from /usr/lib/libQtCore.so.4
#12 0x04ce47cf in QObject::~QObject() () from /usr/lib/libQtCore.so.4
#13 0x003f0d65 in KParts::Part::~Part() () from /usr/lib/libkparts.so.4
#14 0x003f133a in KParts::ReadOnlyPart::~ReadOnlyPart() () from /usr/lib/libkparts.so.4
#15 0x003f149f in KParts::ReadWritePart::~ReadWritePart() () from /usr/lib/libkparts.so.4
#16 0x0420f9e3 in ?? () from /usr/lib/kde4/libarkpart.so
#17 0x08051467 in _start ()

Reported using DrKonqi
Comment 1 Raphael Kubo da Costa 2009-11-22 18:28:45 UTC
Two questions: Does it always happen to you? Can you install the debug packages for Qt and submit a more detailed backtrace?
Comment 2 thesimsone 2009-11-22 20:12:24 UTC
(In reply to comment #1)
> Two questions: Does it always happen to you? Can you install the debug packages
> for Qt and submit a more detailed backtrace?
It happened 3 times but I can't reproduce every time the bug. Ok I install the debug packages
Comment 3 Dario Andres 2009-11-23 15:04:52 UTC
You need the "kdeutils-dbg" and "libqt4-dbg" packages. Regards
Comment 4 Raphael Kubo da Costa 2009-11-29 04:53:19 UTC
Closing while waiting for more information from the reporter.
Comment 5 Andrew Crouthamel 2018-09-20 03:05:58 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 6 Andrew Crouthamel 2018-10-21 05:04:44 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!