Summary: | Crash whenever exiting .ora viewer in Konqueror | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Ralph Versteegen <teeemcee> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | stefano.crocco |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Slackware | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ralph Versteegen
2020-12-20 13:50:37 UTC
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version? If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you! Hello. I still have the same system. Unfortunately I'm unable to test whether this bug still happens because every time I launch Konqueror it crashes! I have Qt 5.15.0, KDE frameworks 5.97.0, Konqueror 22.08.0. I tried deleting all Konqueror config and session files which I could find under ~/.kde and ~/.config, and also upgrading just Konqueror to 22.08.2, but no change. The crash handler shows no crash information could be generated. Running under gdb I get: Thread 1 "konqueror" received signal SIGSEGV, Segmentation fault. 0x00007fffeec62a61 in KService::mimeTypes() const () from /usr/lib64/libKF5Service.so.5 (gdb) bt #0 0x00007fffeec62a61 in KService::mimeTypes() const () at /usr/lib64/libKF5Service.so.5 #1 0x00007ffff7f2049a in () at /usr/lib64/libkdeinit5_konqueror.so #2 0x00007ffff7f20924 in () at /usr/lib64/libkdeinit5_konqueror.so #3 0x00007ffff7f211f4 in () at /usr/lib64/libkdeinit5_konqueror.so #4 0x00007ffff7f21695 in () at /usr/lib64/libkdeinit5_konqueror.so #5 0x00007ffff7ef9b39 in () at /usr/lib64/libkdeinit5_konqueror.so #6 0x00007ffff7f0a6fc in () at /usr/lib64/libkdeinit5_konqueror.so #7 0x00007ffff7f2b017 in () at /usr/lib64/libkdeinit5_konqueror.so #8 0x00007ffff7f2ed78 in kdemain () at /usr/lib64/libkdeinit5_konqueror.so #9 0x00007fffeca34177 in __libc_start_call_main () at /lib64/libc.so.6 #10 0x00007fffeca34235 in __libc_start_main_impl () at /lib64/libc.so.6 #11 0x0000000000401071 in () Any advice what to try next? (In reply to Ralph Versteegen from comment #2) > Hello. I still have the same system. Unfortunately I'm unable to test > whether this bug still happens because every time I launch Konqueror it > crashes! > > I have Qt 5.15.0, KDE frameworks 5.97.0, Konqueror 22.08.0. > > I tried deleting all Konqueror config and session files which I could find > under ~/.kde and ~/.config, and also upgrading just Konqueror to 22.08.2, > but no change. > > The crash handler shows no crash information could be generated. Running > under gdb I get: I tried creating a new .ora files using Krita as you described and I couldn't reproduce your original bug. Regarding your current crash at startup, unfortunately the backtrace doesn't contain enough information to find out what's happening because you don't have debug symbols installed. I don't use Slackware, so I can't help much there. I tried a quick search on the web and found a couple of old (2015) posts asking this question. The answer was that you need to rebuild the packages yourself. I don't know if things have changed. Here are the links I found: https://www.linuxquestions.org/questions/slackware-14/debug-symbols-packages-for-slackware-4175463406/ and https://www.linuxquestions.org/questions/slackware-14/%5Bdead-question%5D-unstripped-binaries-937111/ You can also try to create a new user and see whether you get the crash with it. It could be a configuration problem not of Konqueror itself but of some other part of KDE. Thanks for your time. I'm closing this because konqueror works fine when run by a separate user, and I can't reproduce this. Looks like my KDE user data is corrupt, I'll just wipe it all. Probably was the cause of the original problem. KDE doesn't even start up properly when run as my WM/desktop environment (I was using KDE when I originally reported this but have switched to xfce). I haven't reinstalled Slackware since 2009, so there's quite a lot of built up cruft. |