| Summary: | Dolphin Crashes | ||
|---|---|---|---|
| Product: | [Applications] ark | Reporter: | G <tracking> |
| Component: | general | Assignee: | Elvis Angelaccio <elvis.angelaccio> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | crash | CC: | elvis.angelaccio, rthomsen6 |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
log.txt
elvis_script elvis_script2 |
||
|
Description
G
2016-12-13 13:21:50 UTC
What's the version of your Ark package? (In reply to Elvis Angelaccio from comment #1) > What's the version of your Ark package? Ark Package 16.08.3-1.1 Seems to be a crash in KPluginLoader due to QString stuff. Can you reproduce it every time when right-clicking in Dolphin? Any chance you can attach a valgrind log? See https://community.kde.org/Dolphin/FAQ/Crashes Created attachment 102768 [details] log.txt Hi Elvis I hope that this helps. If not let me know as I may not be doing this properly. KR G On 13/12/16 19:04, Elvis Angelaccio wrote: > https://bugs.kde.org/show_bug.cgi?id=373612 > > --- Comment #3 from Elvis Angelaccio <elvis.angelaccio@kde.org> --- > Seems to be a crash in KPluginLoader due to QString stuff. > > Can you reproduce it every time when right-clicking in Dolphin? > Any chance you can attach a valgrind log? See > https://community.kde.org/Dolphin/FAQ/Crashes > (In reply to G from comment #4) > Created attachment 102768 [details] > log.txt > > Hi Elvis > > I hope that this helps. If not let me know as I may not be doing this > properly. > > KR > > G > > > On 13/12/16 19:04, Elvis Angelaccio wrote: > > https://bugs.kde.org/show_bug.cgi?id=373612 > > > > --- Comment #3 from Elvis Angelaccio <elvis.angelaccio@kde.org> --- > > Seems to be a crash in KPluginLoader due to QString stuff. > > > > Can you reproduce it every time when right-clicking in Dolphin? > > Any chance you can attach a valgrind log? See > > https://community.kde.org/Dolphin/FAQ/Crashes > > Yes it helps, but while we are at it, can you please try again with the following command? valgrind --tool=memcheck --leak-check=yes -v dolphin 2>&1 | tee ~/valgrind.log (then attach here valgrind.log) ...just to be sure that we catch the memory error. Thanks! Created attachment 102769 [details] elvis_script Hi Elvis I ran the script. The process did not finish so I created a file for you. The output is attached. KR G On 13/12/16 19:48, Elvis Angelaccio wrote: > valgrind --tool=memcheck --leak-check=yes -v dolphin 2>&1 | tee > ~/valgrind.log Don't you have the file valgrind.log in your home? Anyway, from the previous log it seems you have a broken plugin, see this line: dolphin: symbol lookup error: /usr/lib64/qt5/plugins/kf5/kfileitemaction/compressfileitemaction.so: undefined symbol: _ZNK9Kerfuffle13PluginManager18supportedMimeTypesEv Can you try to reinstall ark? Created attachment 102772 [details] elvis_script2 Hi Elvis No output valgrind text file. I interrupted the process last time and attach what I captured. I will now reinstall Ark and revert. KR G On 13/12/16 20:05, Elvis Angelaccio wrote: > https://bugs.kde.org/show_bug.cgi?id=373612 > > --- Comment #7 from Elvis Angelaccio <elvis.angelaccio@kde.org> --- > Don't you have the file valgrind.log in your home? > > Anyway, from the previous log it seems you have a broken plugin, see this line: > > dolphin: symbol lookup error: > /usr/lib64/qt5/plugins/kf5/kfileitemaction/compressfileitemaction.so: undefined > symbol: _ZNK9Kerfuffle13PluginManager18supportedMimeTypesEv > > Can you try to reinstall ark? > (In reply to G from comment #8) > Created attachment 102772 [details] > elvis_script2 > > Hi Elvis > > No output valgrind text file. I interrupted the process last time and > attach what I captured. Ah ok, you need to wait some time (valgrind can be slow...) Deleted ark and reinstalled it. No joy. Dolphin crashes again. Still no valgrind file. I will rerun. KR G On 13/12/16 20:37, Elvis Angelaccio wrote: > https://bugs.kde.org/show_bug.cgi?id=373612 > > --- Comment #9 from Elvis Angelaccio <elvis.angelaccio@kde.org> --- > (In reply to G from comment #8) >> Created attachment 102772 [details] >> elvis_script2 >> >> Hi Elvis >> >> No output valgrind text file. I interrupted the process last time and >> attach what I captured. > Ah ok, you need to wait some time (valgrind can be slow...) > I have two files .xsession-errors and another .directory. Would that be useful as there is no valgrind file created when I run the script (now 3rd time). KR G On 13/12/16 20:37, Elvis Angelaccio wrote: > https://bugs.kde.org/show_bug.cgi?id=373612 > > --- Comment #9 from Elvis Angelaccio <elvis.angelaccio@kde.org> --- > (In reply to G from comment #8) >> Created attachment 102772 [details] >> elvis_script2 >> >> Hi Elvis >> >> No output valgrind text file. I interrupted the process last time and >> attach what I captured. > Ah ok, you need to wait some time (valgrind can be slow...) > (In reply to G from comment #11) > I have two files .xsession-errors and another .directory. Would that be > useful as there is no valgrind file created when I run the script (now > 3rd time). > > > KR > > G > > > On 13/12/16 20:37, Elvis Angelaccio wrote: > > https://bugs.kde.org/show_bug.cgi?id=373612 > > > > --- Comment #9 from Elvis Angelaccio <elvis.angelaccio@kde.org> --- > > (In reply to G from comment #8) > >> Created attachment 102772 [details] > >> elvis_script2 > >> > >> Hi Elvis > >> > >> No output valgrind text file. I interrupted the process last time and > >> attach what I captured. > > Ah ok, you need to wait some time (valgrind can be slow...) > > No it's ok, this is a linking bug so no need for more valgrind logs. I would suggest to contact the OpenSuse packagers, it looks like your ark package needs rebuilding Ah it seems opensuse splits kerfuffle in its own library. Try to reinstall the 'libkerfuffle16' package Hi Elvis I deinstalled ark and installed ark5. Problem solved. If this was what you had been telling me form the outset, sorry but I did not get it. Thanks for your help and sorry for any inconvenience caused. KR G On 13/12/16 20:58, Elvis Angelaccio wrote: > https://bugs.kde.org/show_bug.cgi?id=373612 > > --- Comment #12 from Elvis Angelaccio <elvis.angelaccio@kde.org> --- > (In reply to G from comment #11) >> I have two files .xsession-errors and another .directory. Would that be >> useful as there is no valgrind file created when I run the script (now >> 3rd time). >> >> >> KR >> >> G >> >> >> On 13/12/16 20:37, Elvis Angelaccio wrote: >>> https://bugs.kde.org/show_bug.cgi?id=373612 >>> >>> --- Comment #9 from Elvis Angelaccio <elvis.angelaccio@kde.org> --- >>> (In reply to G from comment #8) >>>> Created attachment 102772 [details] >>>> elvis_script2 >>>> >>>> Hi Elvis >>>> >>>> No output valgrind text file. I interrupted the process last time and >>>> attach what I captured. >>> Ah ok, you need to wait some time (valgrind can be slow...) >>> > No it's ok, this is a linking bug so no need for more valgrind logs. I would > suggest to contact the OpenSuse packagers, it looks like your ark package needs > rebuilding > SHould I do this installation after all? KR G On 13/12/16 21:04, Elvis Angelaccio wrote: > https://bugs.kde.org/show_bug.cgi?id=373612 > > --- Comment #13 from Elvis Angelaccio <elvis.angelaccio@kde.org> --- > Ah it seems opensuse splits kerfuffle in its own library. Try to reinstall the > 'libkerfuffle16' package > Actually it is installed now that I check :) KR G On 13/12/16 21:04, Elvis Angelaccio wrote: > https://bugs.kde.org/show_bug.cgi?id=373612 > > --- Comment #13 from Elvis Angelaccio <elvis.angelaccio@kde.org> --- > Ah it seems opensuse splits kerfuffle in its own library. Try to reinstall the > 'libkerfuffle16' package > (In reply to G from comment #16) > Actually it is installed now that I check :) Yeah I think ark5 installs its own libkerfuffle package. Again, I suggests you to ask in OpenSuse channels (forum or bugtracker), they know this better than me. :) |