Bug 370921 - unzip crashes with segmentation fault
Summary: unzip crashes with segmentation fault
Status: RESOLVED DUPLICATE of bug 370959
Alias: None
Product: ark
Classification: Applications
Component: general (show other bugs)
Version: 16.08.1
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: Elvis Angelaccio
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2016-10-15 16:47 UTC by Pedro Gomes
Modified: 2016-10-16 21:04 UTC (History)
1 user (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 Pedro Gomes 2016-10-15 16:47:32 UTC
Application: ark (16.08.1)

Qt Version: 5.6.1
Frameworks Version: 5.26.0
Operating System: Linux 4.7.7-200.fc24.x86_64 x86_64
Distribution: "Fedora release 24 (Twenty Four)"

-- Information about the crash:
- What I was doing when the application crashed:
   Extract file zip.
- Unusual behavior I noticed:
   Nothing.
- Custom settings of the application:
   Nothing.

The crash can be reproduced every time.

-- Backtrace:
Application: Ark (ark), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fb4626e1900 (LWP 3863))]

Thread 3 (Thread 0x7fb454b8a700 (LWP 3865)):
#0  0x00007fb46e2393ed in poll () at /lib64/libc.so.6
#1  0x00007fb46aecaa06 in g_main_context_iterate.isra () at /lib64/libglib-2.0.so.0
#2  0x00007fb46aecab1c in g_main_context_iteration () at /lib64/libglib-2.0.so.0
#3  0x00007fb46f03f24b in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib64/libQt5Core.so.5
#4  0x00007fb46efee5ea in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib64/libQt5Core.so.5
#5  0x00007fb46ee4d343 in QThread::exec() () at /lib64/libQt5Core.so.5
#6  0x00007fb470281559 in QDBusConnectionManager::run() () at /lib64/libQt5DBus.so.5
#7  0x00007fb46ee5199a in QThreadPrivate::start(void*) () at /lib64/libQt5Core.so.5
#8  0x00007fb46ca185ca in start_thread () at /lib64/libpthread.so.0
#9  0x00007fb46e244f6d in clone () at /lib64/libc.so.6

Thread 2 (Thread 0x7fb4586f6700 (LWP 3864)):
#0  0x00007fb46e2393ed in poll () at /lib64/libc.so.6
#1  0x00007fb467633f80 in _xcb_conn_wait () at /lib64/libxcb.so.1
#2  0x00007fb467635b79 in xcb_wait_for_event () at /lib64/libxcb.so.1
#3  0x00007fb45bc7ada9 in QXcbEventReader::run() () at /lib64/libQt5XcbQpa.so.5
#4  0x00007fb46ee5199a in QThreadPrivate::start(void*) () at /lib64/libQt5Core.so.5
#5  0x00007fb46ca185ca in start_thread () at /lib64/libpthread.so.0
#6  0x00007fb46e244f6d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7fb4626e1900 (LWP 3863)):
[KCrash Handler]
#6  0x0000562774a012f6 in BatchExtract::slotStartJob() ()
#7  0x00007fb46f023d16 in QSingleShotTimer::timerEvent(QTimerEvent*) () at /lib64/libQt5Core.so.5
#8  0x00007fb46f018b8b in QObject::event(QEvent*) () at /lib64/libQt5Core.so.5
#9  0x00007fb46f882c0c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /lib64/libQt5Widgets.so.5
#10 0x00007fb46f8880ef in QApplication::notify(QObject*, QEvent*) () at /lib64/libQt5Widgets.so.5
#11 0x00007fb46efef7aa in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /lib64/libQt5Core.so.5
#12 0x00007fb46f03e7ab in QTimerInfoList::activateTimers() () at /lib64/libQt5Core.so.5
#13 0x00007fb46f03ed01 in timerSourceDispatch(_GSource*, int (*)(void*), void*) () at /lib64/libQt5Core.so.5
#14 0x00007fb46aeca6ba in g_main_context_dispatch () at /lib64/libglib-2.0.so.0
#15 0x00007fb46aecaa70 in g_main_context_iterate.isra () at /lib64/libglib-2.0.so.0
#16 0x00007fb46aecab1c in g_main_context_iteration () at /lib64/libglib-2.0.so.0
#17 0x00007fb46f03f22f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib64/libQt5Core.so.5
#18 0x00007fb46efee5ea in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /lib64/libQt5Core.so.5
#19 0x00007fb46eff617c in QCoreApplication::exec() () at /lib64/libQt5Core.so.5
#20 0x00005627749fc545 in main ()

Possible duplicates by query: bug 369103.

Reported using DrKonqi
Comment 1 Elvis Angelaccio 2016-10-16 17:59:08 UTC
The backtrace is not useful, unfortunately.
Please install valgrind and run the following command in Konsole:

valgrind ark --batch --autodestination path_of_zip 2> valgrind.txt

(Make sure to replace path_of_zip with the path of the zip file you want to extract).

Finally, upload here the valgrind.txt file.
Comment 2 Elvis Angelaccio 2016-10-16 21:04:31 UTC
Closing as duplicate of bug 370959 which has more info.

*** This bug has been marked as a duplicate of bug 370959 ***