| Summary: | Elisa crashes the second time I try to configure it | ||
|---|---|---|---|
| Product: | [Applications] Elisa | Reporter: | Diogo Galvão <diogo86> |
| Component: | general | Assignee: | Matthieu Gallien <matthieu_gallien> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | essam.bentaleb, nate |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 0.4.2 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 19.12.0 | |
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
Diogo Galvão
2019-11-20 14:38:32 UTC
This is the output from Konsole:
~$ elisa
<Unknown File>: QML QQuickLayoutAttached: Binding loop detected for property "preferredHeight"
org.kde.elisa.indexers.manager: Local file system indexer is inactive
org.kde.elisa.indexers.manager: Baloo indexer is unavailable
org.kde.elisa.indexers.manager: Baloo indexer is inactive
MediaPlayList::setPersistentState QMap(("currentTrack", QVariant(int, 0))("playList", QVariant(QVariantList, ()))("randomPlay", QVariant(bool, false))("repeatPlay", QVariant(bool, false)))
org.kde.elisa.indexers.manager: Baloo indexer is available
org.kde.elisa.indexers.manager: Baloo indexer is active
org.kde.kcoreaddons: Error loading plugin "kcm_elisa_local_file" "The shared library was not found."
Plugin search paths are ("/usr/lib/x86_64-linux-gnu/qt5/plugins", "/usr/bin")
The environment variable QT_PLUGIN_PATH might be not correctly set
QQmlEngine::setContextForObject(): Object already has a QQmlContext
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:46:5: Unable to assign QQuickItem to Page_QMLTYPE_295
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/private/globaltoolbar/BreadcrumbControl.qml:71:21: Unable to assign QQuickItem to Page_QMLTYPE_295
org.kde.kcoreaddons: Error loading plugin "kcm_elisa_local_file" "The shared library was not found."
Plugin search paths are ("/usr/lib/x86_64-linux-gnu/qt5/plugins", "/usr/bin")
The environment variable QT_PLUGIN_PATH might be not correctly set
ElisaConfiguration::instance called after the first use - ignoring
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = elisa path = /usr/bin pid = 9419
KCrash: Arguments: /usr/bin/elisa
KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi from kdeinit
sock_file=/run/user/1000/kdeinit5__0
[1]+ Stopped elisa
Already fixed in the upcoming 19.12.0 release. :) Created attachment 124182 [details]
New crash information added by DrKonqi
elisa (0.4.2) using Qt 5.13.2
- What I was doing when the application crashed (Reproducing):
* 1st, Scaning music directory is complete
*2nd, configure Elisa, make sure the directory is there, and it is there
*3rd, go back to app
*4th, configure again, boom, it crashes.
-- Backtrace (Reduced):
#6 0x00007fc8e100ed8f in QObject::property(char const*) const () at /usr/lib/libQt5Core.so.5
#7 0x00007fc8d2ed7ed5 in () at /usr/lib/qt/qml/org/kde/kirigami.2/libkirigamiplugin.so
#8 0x00007fc8e157a9e8 in QQmlObjectCreator::createInstance(int, QObject*, bool) () at /usr/lib/libQt5Qml.so.5
#9 0x00007fc8e1578fd3 in QQmlObjectCreator::setPropertyBinding(QQmlPropertyData const*, QV4::CompiledData::Binding const*) () at /usr/lib/libQt5Qml.so.5
#10 0x00007fc8e157971b in QQmlObjectCreator::setupBindings(bool) () at /usr/lib/libQt5Qml.so.5
|