Bug 440784 - Krusader crashes when pressing F3 on .docx files
Summary: Krusader crashes when pressing F3 on .docx files
Status: RESOLVED DUPLICATE of bug 409722
Alias: None
Product: krusader
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2021-08-09 13:18 UTC by Andrew
Modified: 2021-08-09 15:05 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Example file which crashes Krusader when pressing F3 on it (22.81 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2021-08-09 13:20 UTC, Andrew
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew 2021-08-09 13:18:25 UTC
Application: krusader (2.7.2 "Peace of Mind")

Qt Version: 5.15.2
Frameworks Version: 5.83.0
Operating System: Linux 5.13.7-200.fc34.x86_64+debug x86_64
Windowing System: X11
Drkonqi Version: 5.22.4
Distribution: "Fedora release 34 (Thirty Four)"

-- Information about the crash:
Seems chashing on every .docx, but I didn't tested a lot.
Attaching smallest crashing file from the tested set.

The crash can be reproduced every time.

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

[KCrash Handler]
#4  0x00007f73090d6252 in QObject::setProperty(char const*, QVariant const&) () from /lib64/libQt5Core.so.5
#5  0x00007f72e807253d in Kerfuffle::LoadJob::onFinished(bool) () from /lib64/libkerfuffle.so.20
#6  0x00007f73090cf809 in QObject::event(QEvent*) () from /lib64/libQt5Core.so.5
#7  0x00007f7309b9a423 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQt5Widgets.so.5
#8  0x00007f73090a5098 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib64/libQt5Core.so.5
#9  0x00007f73090a8606 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /lib64/libQt5Core.so.5
#10 0x00007f73090f6bf7 in postEventSourceDispatch(_GSource*, int (*)(void*), void*) () from /lib64/libQt5Core.so.5
#11 0x00007f73078764cf in g_main_context_dispatch () from /lib64/libglib-2.0.so.0
#12 0x00007f73078ca4e8 in g_main_context_iterate.constprop () from /lib64/libglib-2.0.so.0
#13 0x00007f7307873c03 in g_main_context_iteration () from /lib64/libglib-2.0.so.0
#14 0x00007f73090f6698 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#15 0x00007f73090a3ab2 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQt5Core.so.5
#16 0x00007f73090abfe4 in QCoreApplication::exec() () from /lib64/libQt5Core.so.5
#17 0x000055da455563f9 in main ()
[Inferior 1 (process 3171) detached]

The reporter indicates this bug may be a duplicate of or related to bug 433651, bug 435636.

Possible duplicates by query: bug 440777, bug 440387, bug 440377, bug 440343, bug 440175.

Reported using DrKonqi
Comment 1 Andrew 2021-08-09 13:20:19 UTC
Created attachment 140603 [details]
Example file which crashes Krusader when pressing F3 on it
Comment 2 Davide Gianforte 2021-08-09 15:05:08 UTC
The bug is solved in the git version of Krusader, you can follow the steps in

https://commits.kde.org/krusader?path=INSTALL

to build the latest version

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