| Summary: | Elisa crashes after close | ||
|---|---|---|---|
| Product: | [Applications] Elisa | Reporter: | Mykola Krachkovsky <w01dnick> |
| Component: | general | Assignee: | Matthieu Gallien <matthieu_gallien> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mario.i.ruvalcaba |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/elisa/f5b99ebf271b02f1065d6a57dd03e9e55271ddbd | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Traceback file | ||
|
Description
Mykola Krachkovsky
2017-04-19 11:22:27 UTC
Git commit f5b99ebf271b02f1065d6a57dd03e9e55271ddbd by Matthieu Gallien. Committed on 21/04/2017 at 08:43. Pushed by mgallien into branch 'master'. fix crash in TracksListener M +5 -3 src/trackslistener.cpp https://commits.kde.org/elisa/f5b99ebf271b02f1065d6a57dd03e9e55271ddbd Created attachment 108197 [details] Traceback file Today build and install Elisa from here: https://aur.archlinux.org/packages/elisa-git and I'm presenting this issue. From previous experience I know that tracebacks made on Arch-like systems are not usually useful, however, I hope that the attachment can be helpful. If I run elisa from the terminal I get the following output (intentionally I removed the lines where the music library is loaded): kf5.kservice.sycoca: Parse error in "/home/foo/.config/menus/applications-merged/xdg-desktop-menu-dummy.menu" , line 1 , col 1 : "unexpected end of file" org.kde.kcoreaddons: Error loading plugin "kcm_elisa_local_file" "No se ha encontrado la biblioteca compartida." Plugin search paths are ("/usr/lib/qt/plugins", "/usr/bin") The environment variable QT_PLUGIN_PATH might be not correctly set Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion database open DatabaseInterface::init yes DatabaseInterface::reloadExistingDatabase qrc:/ContextView.qml:135:13: QML Image: Failed to get image from provider: image://icon/view-media-artist . . . DatabaseInterface::internalRemoveTracksList () MediaPlayList::setPersistentState (QVariant(QStringList, ("Sing", "The Invisible Band", "Travis")), QVariant(QStringList, ("Dear Diary", "The Invisible Band", "Travis")), QVariant(QStringList, ("Side", "The Invisible Band", "Travis")), QVariant(QStringList, ("Pipe Dreams", "The Invisible Band", "Travis")), QVariant(QStringList, ("Flowers In The Window", "The Invisible Band", "Travis")), QVariant(QStringList, ("The Cage", "The Invisible Band", "Travis")), QVariant(QStringList, ("Safe", "The Invisible Band", "Travis")), QVariant(QStringList, ("Follow The Light", "The Invisible Band", "Travis")), QVariant(QStringList, ("Last Train", "The Invisible Band", "Travis")), QVariant(QStringList, ("Afterglow", "The Invisible Band", "Travis")), QVariant(QStringList, ("Indefinitely", "The Invisible Band", "Travis")), QVariant(QStringList, ("The Humpty Dumpty Love Song", "The Invisible Band", "Travis")), QVariant(QStringList, ("Ring Out The Bell", "The Invisible Band", "Travis")), QVariant(QStringList, ("You Don't Know What I'm Like", "The Invisible Band", "Travis"))) PlayListControler::setPersistentState QMap(("currentTrack", QVariant(int, 4))("randomPlay", QVariant(bool, false))("repeatPlay", QVariant(bool, true))) KCrash: Application 'elisa' crashing... KCrash: Attempting to start /usr/lib/drkonqi from kdeinit sock_file=/run/user/1000/kdeinit5__0 pa_write() failed while trying to wake up the mainloop: Descriptor de fichero erróneo pa_write() failed while trying to wake up the mainloop: Descriptor de fichero erróneo pa_write() failed while trying to wake up the mainloop: Descriptor de fichero erróneo pa_write() failed while trying to wake up the mainloop: Descriptor de fichero erróneo QSocketNotifier: Invalid socket 7 and type 'Read', disabling... [147] QSocketNotifier: Invalid socket 32 and type 'Read', disabling... QSocketNotifier: Invalid socket 8 and type 'Read', disabling... Unable to start Dr. Konqi Re-raising signal for core dump handling. [1] + segmentation fault (core dumped) elisa Best regards. Iván, comment #2 does unfortunately not help to check if this is a duplicate or a different bug. The backtrace can be found at the 'Developer Information' tab of the crash dialog window. For more information, please see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports I believe the reported crash was due to code in Elisa triggering a crash in KFileMetaData that is fixed in v5.29 version of KDE Frameworks 5. Could you test again with this version of the frameworks ? I meant the version 5.39 just released. |