Application: ark (2.19) KDE Platform Version: 4.14.7 Qt Version: 4.8.6 Operating System: Linux 4.0.4-202.fc21.x86_64 x86_64 Distribution: "Fedora release 21 (Twenty One)" -- Information about the crash: - What I was doing when the application crashed: closed ark while the okular was open. Okular was launched since I cliked on the pdf file listed inside an archieve - Unusual behavior I noticed: there was no unusual behaviour - Custom settings of the application: no custom settings. The crash can be reproduced every time. -- Backtrace: Application: Ark (ark), signal: Aborted Using host libthread_db library "/lib64/libthread_db.so.1". 81 T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS) [KCrash Handler] #6 0x00007ff4529488d7 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55 #7 0x00007ff45294a53a in __GI_abort () at abort.c:89 #8 0x00007ff45298bda3 in __libc_message (do_abort=2, fmt=fmt@entry=0x7ff452a9b2f0 "*** Error in `%s': %s: 0x%s ***\n") at ../sysdeps/posix/libc_fatal.c:175 #9 0x00007ff452992383 in malloc_printerr (str=0x7ff452a98ef8 "corrupted double-linked list", ptr=0x20159f0, action=<optimized out>) at malloc.c:4974 #10 malloc_consolidate (av=av@entry=0x7ff452ccbcc0 <main_arena>) at malloc.c:4151 #11 0x00007ff452997e0b in _int_free (have_lock=0, p=<optimized out>, av=0x7ff452ccbcc0 <main_arena>) at malloc.c:4051 #12 __GI___libc_free (mem=<optimized out>) at malloc.c:2951 #13 0x00007ff45484dcf3 in QImage::~QImage() () from /lib64/libQtGui.so.4 #14 0x00007ff4548786b1 in QRasterPixmapData::~QRasterPixmapData() () from /lib64/libQtGui.so.4 #15 0x00007ff4548786e9 in QRasterPixmapData::~QRasterPixmapData() () from /lib64/libQtGui.so.4 #16 0x00007ff45486891a in QPixmap::~QPixmap() () from /lib64/libQtGui.so.4 #17 0x00007ff4554bb7c0 in KIconLoader::~KIconLoader() () from /lib64/libkdeui.so.5 #18 0x00007ff4554bb94a in ._200::destroy() () from /lib64/libkdeui.so.5 #19 0x00007ff45294d392 in __run_exit_handlers (status=0, listp=0x7ff452ccb6a0 <__exit_funcs>, run_list_atexit=run_list_atexit@entry=true) at exit.c:82 #20 0x00007ff45294d3e5 in __GI_exit (status=<optimized out>) at exit.c:104 #21 0x00007ff452933fe7 in __libc_start_main (main=0x408ee0 <main>, argc=4, argv=0x7ffc62926e08, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffc62926df8) at libc-start.c:323 #22 0x000000000040a74c in _start () Possible duplicates by query: bug 348699, bug 347139, bug 347134, bug 347050, bug 346742. Reported using DrKonqi
http://www.toyotabharat.com/images/revised-liva-e-brochure.zip this is the file which causes the problem. I tried the same with similar zip files but do not see ark crashign with other similar files.
In frameworks branch of Ark (which should be released as part of Applications 15.08), the viewer dialog is modal and hence closing of the main window of Ark is not possible until the viewer has been closed.
If I'm not wrong then this means that only one viewer can be open at any time. If above is correct then it reduces the usability of the application. I feel it is common to open more than one file from any loaded/opened archive.
Yes, that's correct. I will change the preview window to be modeless, so multiple preview windows can be opened. However, I still can't reproduce the crash with the linked zip file in frameworks branch.
Will installing debug symbols and reproducing the issue and gathering data be of any help? If yes, I could try that. Let me know if any extra switches I should be using while I try to reproduce.
Created attachment 93510 [details] New crash information added by DrKonqi ark (2.19) on KDE Platform 4.14.9 using Qt 4.8.6 - What I was doing when the application crashed: PDFs from archive opened in Okular. Closing Ark with opened Okular -> crash. -- Backtrace (Reduced): #6 0x00007f02e04eaa98 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55 #7 0x00007f02e04ec72a in __GI_abort () at abort.c:89 [...] #9 0x00007f02e0534813 in malloc_printerr (ptr=0x13df630, str=0x7f02e063d340 "corrupted double-linked list", action=<optimized out>) at malloc.c:4976 #10 malloc_consolidate (av=av@entry=0x7f02e0870b20 <main_arena>) at malloc.c:4153 #11 0x00007f02e0535838 in _int_free (av=0x7f02e0870b20 <main_arena>, p=0x153a2e0, have_lock=0) at malloc.c:4053
Hi Kunal. Starting from Ark 15.12.1, the preview window is back to be modeless (meaning you can open more than one window at the same time). Can you upload again the archive that caused the crash? Your previous link is no longer working.
I will check if I still have a copy of the zip file. Most probably I'll not be able to get you a copy. Assuming that the behaviour of ark has been changed. I think we can mark the bug fixed in those releases. I'll need few days before I can confirm about the file. -Kunal.
I searched my old laptop for the file but did not find it. Tried repro with few other files but failed. -Kunal.
Thanks for checking :)