Summary: | Cannot rightclick files in Dolphin without it crashing | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | ienjoydigginggraves |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | agentxlax0, ienjoydigginggraves, iguanamiyagi, kde, kfm-devel, user6334 |
Priority: | NOR | ||
Version: | 19.12.3 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Text from launching Dolphin from Kobsole |
Description
ienjoydigginggraves
2020-04-22 16:32:50 UTC
This needs a backtrace to investigate. Try the following $ gdb dolphin Once loaded, type "run" Make it crash Then type "thread apply all bt" and paste the output here and set ticket status back to REPORTED. Make sure you have the relevant debugging packages installed. the "relevant" debugging packages would be? Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Please add the backtrace. Then it will be possible to tell which debug symbol packages are still missing. Without a backtrace, nothing can be investigated. See also https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! Yesterday Dolphin worked just fine and now I can't right-click any RAR/ZIP archive without Dolphin crashing. Here's the actual log during the crash: https://hastebin.com/uhabuvegeh.rb (In reply to Bug Janitor Service from comment #6) > This bug has been in NEEDSINFO status with no change for at least > 30 days. The bug is now closed as RESOLVED > WORKSFORME > due to lack of needed information. > > For more information about our bug triaging procedures please read the > wiki located here: > https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging > > Thank you for helping us make KDE software even better for everyone! Sorry forgot to report back that for some odd reason the following day Dolphin started behaving normally again. Never did figure out what caused the issue in the first place. Oddly, but I just restarted Manjaro and can't reproduce the issue anymore. Note: it was not the first time Dolphin has crashed the same way I described above. It happened repeatedly during the last few months. It's good to know that I'm not the only person that experienced this issue. I hope the syslog above will help you to debug it. If you get a crash again, please add the backtrace as a comment to the ticket. I just had to unpin Dolphin from my panel and completely replace it with Krusader. Unfortunately it's that unstable on my end. I have the same problem and it still hasn't been solved. When I right-click on the file, the following error occurs in the terminal: Cannot initialize model with data QJsonObject (). missing: QJsonValue (string, "urls") After a while, this leads to a persistent hang of the program. In this case, only reboot helps. Could you please check if uninstalling Ark (together with its libkerfuffle) avoids the lockup? From what I can see, the issue is in Kerfuffle::PluginManager::libarchiveHasLzo() calling waitForFinished(), which runs a nested event loop. I removed akr and checked the command output: ls /usr/lib/ | grep libkerfuffle The output was empty. After that, I restarted the Dolphin window. However, this did not change anything, the program still hangs and the error repeats: Cannot initialize model with data QJsonObject (). missing: QJsonValue (string, "urls") I noticed that if I press the right mouse button and just wait, then Dolphin will hang and not respond for exactly 24 seconds, after which the context menu opens, and everything works, except that if you right-click again, Dolphin freezes again It could also be a duplicate of bug 425137. Do you have dolphin-plugins installed? Yes, after the Ark update everything was fine |