| Summary: | Crashes on exit if preview window is kept opened | ||
|---|---|---|---|
| Product: | [Applications] ark | Reporter: | Arjun AK <arjunak234> |
| Component: | general | Assignee: | Raphael Kubo da Costa <rakuco> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | arjunak234, elvis.angelaccio, mickey.mouse-1985 |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 2.19 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Test file
Backtrace 1 Backtrace 2 Backtrace 3 Backtrace 4 Valgrind New crash information added by DrKonqi |
||
|
Description
Arjun AK
2014-11-30 15:20:45 UTC
Created attachment 89778 [details]
Test file
Created attachment 89779 [details]
Backtrace 1
Created attachment 89780 [details]
Backtrace 2
Created attachment 89781 [details]
Backtrace 3
Created attachment 89782 [details]
Backtrace 4
All backtraces indicate memory corruption. A valgrind trace would be nice to have. Created attachment 89788 [details]
Valgrind
(In reply to Christoph Feck from comment #6) > All backtraces indicate memory corruption. A valgrind trace would be nice to > have. Can't you reproduce it ? Like i said, it doesn't crash every time. You might have to retry the steps a number of times. Created attachment 90964 [details]
New crash information added by DrKonqi
ark (2.19) on KDE Platform 4.14.3 using Qt 4.8.6
- What I was doing when the application crashed:
Same behaviour for me. Downloaded my payslip, which is a zip with encrypted pdf content. I have opened the preview window providing document password. After some minutes I have closed the main window without closing the preview window before. And then crash occured.
-- Backtrace (Reduced):
#6 0x00000038a6a348c7 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55
#7 0x00000038a6a3652a in __GI_abort () at abort.c:89
[...]
#9 0x00000038a6a7eba8 in malloc_consolidate (str=0x38a6b85438 "corrupted double-linked list", ptr=<optimized out>, action=3) at malloc.c:4974
#10 0x00000038a6a7eba8 in malloc_consolidate (av=av@entry=0x38a6db7cc0 <main_arena>) at malloc.c:4159
#11 0x00000038a6a8457b in __GI___libc_free (have_lock=0, p=<optimized out>, av=0x38a6db7cc0 <main_arena>) at malloc.c:4051
The preview dialog is now modal, so it's not possible anymore to trigger these kind of crashes. Just for the record, even if I restore the preview dialog as modeless, the crash cannot be reproduced. |