Summary: | Elisa crashes when navigating through big music directory in Files tab | ||
---|---|---|---|
Product: | [Applications] Elisa | Reporter: | kakiremora <kakiremora> |
Component: | general | Assignee: | Matthieu Gallien <matthieu_gallien> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | alexey-ilyin, bruno, nate, orgo_89, smit17xp |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 20.08.3 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
kakiremora
2021-02-22 20:22:25 UTC
I'm also facing the same crash on arch. I downloaded and compiled elisa from git and ran it in qtcreator with debug profile. according to QtCreator it looks like segfault occurs somewhere in Qt code and not elisa. *** Bug 436235 has been marked as a duplicate of this bug. *** Created attachment 138142 [details]
New crash information added by DrKonqi
elisa (21.04.0) using Qt 5.15.2
- What I was doing when the application crashed:
Started elisa, (not run since a long long time) and start browsing a collection in files mode)
-- Backtrace (Reduced):
#6 0x00007fe3161332dd in QHash<QQmlPropertyData*, RequiredPropertyInfo>::isEmpty() const (this=<error reading variable: Cannot access memory at address 0x58>) at /usr/include/qt5/QtCore/qhash.h:285
#7 QHash<QQmlPropertyData*, RequiredPropertyInfo>::empty() const (this=<error reading variable: Cannot access memory at address 0x58>) at /usr/include/qt5/QtCore/qhash.h:544
#8 QQmlIncubatorPrivate::incubate(QQmlInstantiationInterrupt&) (this=0x563694ee0290, i=<optimized out>) at /usr/src/debug/libqt5-qtdeclarative-5.15.2-4.1.x86_64/src/qml/qml/qqmlincubator.cpp:333
#9 0x00007fe316133942 in QQmlIncubationController::incubateFor(int) (this=0x563692e9fe00, msecs=<optimized out>) at /usr/src/debug/libqt5-qtdeclarative-5.15.2-4.1.x86_64/src/qml/qml/qqmlincubator.cpp:409
#10 0x00007fe315bcfc50 in doActivate<false>(QObject*, int, void**) (sender=0x563692cbe310, signal_index=3, argv=0x7ffd61719830, argv@entry=0x0) at kernel/qobject.cpp:3898
Created attachment 140397 [details]
New crash information added by DrKonqi
elisa (21.04.3) using Qt 5.15.2
- What I was doing when the application crashed:
I added a custom folder to the music scanning preferences. In the Files view I navigate to my custom location, start scrolling and Elisa crashes. By the way, Elisa is indexing at the same time.
- Custom settings of the application:
Added custom folder.
-- Backtrace (Reduced):
#4 0x00007f4ab2707529 in QQmlIncubatorPrivate::incubate(QQmlInstantiationInterrupt&) () from /lib64/libQt5Qml.so.5
#5 0x00007f4ab2708382 in QQmlIncubationController::incubateFor(int) () from /lib64/libQt5Qml.so.5
#6 0x00007f4ab2201ce0 in void doActivate<false>(QObject*, int, void**) () from /lib64/libQt5Core.so.5
#7 0x00007f4ab0e7198d in QSGThreadedRenderLoop::polishAndSync(QSGThreadedRenderLoop::Window*, bool) () from /lib64/libQt5Quick.so.5
#8 0x00007f4ab0ec1acc in QQuickWindow::event(QEvent*) () from /lib64/libQt5Quick.so.5
*** This bug has been marked as a duplicate of bug 428585 *** |