Summary: | Dolphin 15.08 segfaults in libQt5Core on hover after entering specific directories | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Steve Pryde <spryde81> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | frank78ac |
Priority: | NOR | ||
Version First Reported In: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Steve Pryde
2015-08-27 00:11:26 UTC
Thanks for the bug report. Could you install debugging packages for KIO and Qt in order to get a more detailed backtrace? See https://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports for more information. Moreover, if it is possible to generate a Valgrind log of the crash, this might help to identify the cause of the problem. See https://community.kde.org/Dolphin/FAQ/Crashes for details. Thanks for your help. (In reply to Frank Reininghaus from comment #1) > Thanks for the bug report. Could you install debugging packages for KIO and > Qt in order to get a more detailed backtrace? See > https://techbase.kde.org/Development/Tutorials/Debugging/ > How_to_create_useful_crash_reports for more information. > > Moreover, if it is possible to generate a Valgrind log of the crash, this > might help to identify the cause of the problem. See > https://community.kde.org/Dolphin/FAQ/Crashes for details. > > Thanks for your help. And thanks for your response. I'll follow that in future :) Annoyingly I am unable to reproduce this. I created a new user profile on my machine (to rule out stale config etc) and found that the problem didn't exist there. Meanwhile the problem has also disappeared on my usual login too. I now suspect that the bug is related to the MIME type settings on my machine, which I have modified since raising this bug. For some reason dolphin does not recognise .pm files as perl modules, and instead insists on identifying them as .m files (matlab?). In the past I have changed the default application for .m files instead but dolphin 15.08 doesn't use the old setting and right now it won't let me update the new one. That's a separate issue. As for this bug, since I can no longer reproduce it, I guess it can be resolved as WORKSFORME and reopened if anyone else happens to come across it. Is that fair? (In reply to Steve Pryde from comment #2) > For some reason dolphin does not recognise .pm files as perl modules, and > instead insists on identifying them as .m files (matlab?). In the past I > have changed the default application for .m files instead but dolphin 15.08 > doesn't use the old setting and right now it won't let me update the new > one. That's a separate issue. This might be an issue in shared-mime-info or in Qt's mime type support then. In KDE SC 4.x, mime type handling was handled by kdelibs, but now the mime type handling is done by Qt. Some things might have changed in this area. > As for this bug, since I can no longer reproduce it, I guess it can be > resolved as WORKSFORME and reopened if anyone else happens to come across > it. Is that fair? Yes, let's do that. In any case, the backtrace looks like it might be a bug in Qt itself, but if this becomes reproducible again and there are any more details about this crash, please let us know. Thanks! |