| Summary: | Elisa crahes on start | ||
|---|---|---|---|
| Product: | [Applications] Elisa | Reporter: | soundsurfer99 |
| Component: | general | Assignee: | Matthieu Gallien <matthieu_gallien> |
| Status: | REPORTED --- | ||
| Severity: | crash | CC: | jackhill3103, nate, ocastroviejo, soundsurfer99 |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 20.12.1 | ||
| Target Milestone: | --- | ||
| Platform: | Debian stable | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
||
|
Description
soundsurfer99
2021-02-03 10:10:08 UTC
Created attachment 135391 [details]
New crash information added by DrKonqi
elisa (20.12.1) using Qt 5.15.2
- What I was doing when the application crashed:
Listening to music. Not entirely shure if the player crashed when starting playback of the next song, but I believe so.
-- Backtrace (Reduced):
#6 0x00007f3b386a83b6 in QMapDataBase::freeTree (this=0x7f3ab87ee370, root=0x1000100010002, alignment=8) at tools/qmap.cpp:351
#7 0x00007f3b386a83e7 in QMapDataBase::freeTree (alignment=8, root=0x7f3b100008d0, this=0x7f3ab87ee370) at tools/qmap.cpp:352
#8 QMapDataBase::freeTree (alignment=8, root=0x7f3ab817fc90, this=0x7f3ab87ee370) at tools/qmap.cpp:352
#9 QMapDataBase::freeTree (alignment=8, root=0x7f3ab8166dc0, this=0x7f3ab87ee370) at tools/qmap.cpp:352
#10 QMapDataBase::freeTree (this=this@entry=0x7f3ab87ee370, root=0x7f3ab819a540, alignment=alignment@entry=8) at tools/qmap.cpp:352
I looked a bit more into which songs were played or in the playlist when the crash happen. I now believe the crashs are connected to non-standard conform tags. I.e. I have only observed the crashes when songs with non-standard conform tags were in the playlist (and i think only when changing from one song to the next). In addition, I went though a subset of my music library enforced standard conform tags with kid3. I have not observed any crashes if I restrict the playlist to these know 'good' titles. Hope this helps and please let me know if I can provide more info. Created attachment 135724 [details]
New crash information added by DrKonqi
elisa (20.12.1) using Qt 5.15.2
- What I was doing when the application crashed:
Start the application, them crash. Usually at the second start work propertly
-- Backtrace (Reduced):
#4 0x00007f9f1e59e814 in TrackMetadataModel::fillDataFromTrackData(DataTypes::TrackDataType const&, QList<DataTypes::ColumnsRoles> const&) () from /usr/lib/x86_64-linux-gnu/elisa/libelisaLib.so.0
#5 0x00007f9f1e59f333 in TrackMetadataModel::trackData(DataTypes::TrackDataType const&) () from /usr/lib/x86_64-linux-gnu/elisa/libelisaLib.so.0
#6 0x00007f9f1ce70239 in QObject::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7 0x00007f9f1dededc3 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#8 0x00007f9f1dee7bb8 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
(In reply to soundsurfer99 from comment #2) > I looked a bit more into which songs were played or in the playlist when the > crash happen. I now believe the crashs are connected to non-standard conform > tags. I.e. I have only observed the crashes when songs with non-standard > conform tags were in the playlist (and i think only when changing from one > song to the next). > > In addition, I went though a subset of my music library enforced standard > conform tags with kid3. I have not observed any crashes if I restrict the > playlist to these know 'good' titles. > > Hope this helps and please let me know if I can provide more info. Hi. If this still happens, please could you let us know what file format and what tags cause the app to crash? |