Bug 445101 - Krusader crashes pressing F3 to see a zip file
Summary: Krusader crashes pressing F3 to see a zip file
Status: RESOLVED DUPLICATE of bug 409722
Alias: None
Product: krusader
Classification: Applications
Component: general (show other bugs)
Version: 2.7.2
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2021-11-07 02:22 UTC by Sebastián Salgado
Modified: 2023-03-22 11:01 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
New crash information added by DrKonqi (2.54 KB, text/plain)
2021-11-10 17:12 UTC, Ivica
Details
attachment-3112-0.html (1.62 KB, text/html)
2021-11-27 18:08 UTC, Ivica
Details
New crash information added by DrKonqi (2.54 KB, text/plain)
2022-09-21 14:48 UTC, torbjorn
Details
New crash information added by DrKonqi (2.54 KB, text/plain)
2023-03-22 11:01 UTC, grugh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastián Salgado 2021-11-07 02:22:57 UTC
Application: krusader (2.7.2 "Peace of Mind")

Qt Version: 5.15.2
Frameworks Version: 5.80.0
Operating System: Linux 5.11.0-38-generic x86_64
Windowing System: X11
Drkonqi Version: 5.21.4
Distribution: Ubuntu 21.04

-- Information about the crash:
- What I was doing when the application crashed:

pressed F3 to see a zip file
actually a .oxt file, that is an LibreOffice Calc extension, packed in a zip file

The crash can be reproduced every time.

-- Backtrace:
Application: Krusader (krusader), signal: Segmentation fault

[KCrash Handler]
#4  0x00007fc5d660c0b2 in QObject::setProperty(char const*, QVariant const&) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x00007fc5c240697d in Kerfuffle::LoadJob::onFinished(bool) () from /lib/x86_64-linux-gnu/libkerfuffle.so.20
#6  0x00007fc5d660310c in QObject::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x00007fc5d70ea783 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#8  0x00007fc5d65d57ba in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#9  0x00007fc5d65d87e1 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#10 0x00007fc5d662fba7 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#11 0x00007fc5d4c678eb in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x00007fc5d4cbad28 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#13 0x00007fc5d4c65023 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#14 0x00007fc5d662f204 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#15 0x00007fc5d65d411b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#16 0x00007fc5d65dc604 in QCoreApplication::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#17 0x000055610066cc28 in ?? ()
#18 0x00007fc5d5df2565 in __libc_start_main (main=0x556100669550, argc=3, argv=0x7ffde18ff298, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffde18ff288) at ../csu/libc-start.c:332
#19 0x000055610066e4ee in _start ()
[Inferior 1 (process 145799) detached]

Possible duplicates by query: bug 444534, bug 444446, bug 444411, bug 444002, bug 443954.

Reported using DrKonqi
Comment 1 Ivica 2021-11-10 17:12:37 UTC
Created attachment 143417 [details]
New crash information added by DrKonqi

krusader (2.7.2 "Peace of Mind") using Qt 5.15.2

- What I was doing when the application crashed:
Krusader crashed after presing F3 preview docx file

-- Backtrace (Reduced):
#5  0x00007f267ad3d569 in QObject::setProperty(char const*, QVariant const&) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x00007f265839dd3d in Kerfuffle::LoadJob::onFinished(bool) () from /lib/x86_64-linux-gnu/libkerfuffle.so.21
#7  0x00007f267ad3473e in QObject::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x00007f267b8196b3 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#9  0x00007f267ad0716a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
Comment 2 Toni Asensi Esteve 2021-11-20 18:31:36 UTC
It looks like a duplicate of that solved bug:
    Krusader crash when trying to view any archive using the ark part 
    https://bugs.kde.org/show_bug.cgi?id=409722        

Can you follow the steps of
    https://commits.kde.org/krusader?path=INSTALL
in order to build the git version of Krusader and tell us if your problem is solved?
Comment 3 Sebastián Salgado 2021-11-20 19:42:44 UTC
(In reply to Toni Asensi Esteve from comment #2)
> It looks like a duplicate of that solved bug:
>     Krusader crash when trying to view any archive using the ark part 
>     https://bugs.kde.org/show_bug.cgi?id=409722        
> 
> Can you follow the steps of
>     https://commits.kde.org/krusader?path=INSTALL
> in order to build the git version of Krusader and tell us if your problem is
> solved?

I don't know how to build it. I'm sorry.
Comment 4 Toni Asensi Esteve 2021-11-27 16:54:06 UTC

*** This bug has been marked as a duplicate of bug 409722 ***
Comment 5 Ivica 2021-11-27 18:08:28 UTC
Created attachment 144006 [details]
attachment-3112-0.html

Bug happend when i tried to open pdf file with F3. It was similar with the
one you suggested.
I tried to do the same few days ago, but Krusader didn't crahed.
There were updates recently, maybe that solved problem.

Ivica Rožić

sub, 27. stu 2021. 17:54 Toni Asensi Esteve <bugzilla_noreply@kde.org> je
napisao:

> https://bugs.kde.org/show_bug.cgi?id=445101
>
> Toni Asensi Esteve <toni.asensi@kdemail.net> changed:
>
>            What    |Removed                     |Added
>
> ----------------------------------------------------------------------------
>          Resolution|WAITINGFORINFO              |DUPLICATE
>              Status|NEEDSINFO                   |RESOLVED
>
> --- Comment #4 from Toni Asensi Esteve <toni.asensi@kdemail.net> ---
>
>
> *** This bug has been marked as a duplicate of bug 409722 ***
>
> --
> You are receiving this mail because:
> You are on the CC list for the bug.
Comment 6 torbjorn 2022-09-21 14:48:01 UTC
Created attachment 152316 [details]
New crash information added by DrKonqi

krusader (2.7.2 "Peace of Mind") using Qt 5.15.3

- What I was doing when the application crashed:
Tried to F3-view a file with CSS contents that had been gzipped, i.e css.css.gz.

-- Backtrace (Reduced):
#4  0x00007fb60be612a7 in QObject::setProperty(char const*, QVariant const&) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x00007fb5f21d4e6d in Kerfuffle::LoadJob::onFinished(bool) () from /lib/x86_64-linux-gnu/libkerfuffle.so.21
#6  0x00007fb60be5841e in QObject::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x00007fb60c94b713 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#8  0x00007fb60be2ae3a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
Comment 7 grugh 2023-03-22 11:01:44 UTC
Created attachment 157515 [details]
New crash information added by DrKonqi

krusader (2.7.2 "Peace of Mind") using Qt 5.15.3

- What I was doing when the application crashed:
I tried to open (F3) a zip file in the internal viewer.

-- Backtrace (Reduced):
#5  0x00007f161f8bd2a9 in QObject::setProperty(char const*, QVariant const&) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x00007f15fb4c0e6d in Kerfuffle::LoadJob::onFinished(bool) () from /lib/x86_64-linux-gnu/libkerfuffle.so.21
#7  0x00007f161f8b441e in QObject::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x00007f16203a7713 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#9  0x00007f161f886e3a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5