Summary: | Crash after search or during typing of search criterea [CollectionTreeItem::row()] | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Arjan ten Hoopen <arjan.ten.hoopen> |
Component: | Collection Browser | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | juergen_thomann, kermit |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 2.9.71 | ||
Target Milestone: | kf5 | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Arjan ten Hoopen
2021-08-09 17:35:38 UTC
Created attachment 141272 [details]
New crash information added by DrKonqi
amarok (2.9.71) using Qt 5.15.2
- What I was doing when the application crashed:
As in the report, it crashes during search, but I don't have it always.
Amarok is compiled from current master at invent.kde.org
-- Backtrace (Reduced):
#6 0x00007f0067f71032 in CollectionTreeItem::row() const (this=0x4) at /usr/src/git/amarok/src/browsers/CollectionTreeItem.cpp:224
#7 0x00007f0067f7c98c in CollectionTreeItemModelBase::itemIndex(CollectionTreeItem*) const (this=0x1bfb700, item=0x4) at /usr/src/git/amarok/src/browsers/CollectionTreeItemModelBase.cpp:581
#8 0x00007f0067f7c20c in CollectionTreeItemModelBase::parent(QModelIndex const&) const (this=0x1bfb700, index=...) at /usr/src/git/amarok/src/browsers/CollectionTreeItemModelBase.cpp:446
#9 0x00007f00669b8b11 in QModelIndex::parent() const (this=0x2c8c940) at ../../include/QtCore/../../src/corelib/itemmodels/qabstractitemmodel.h:443
#10 QSortFilterProxyModelPrivate::_q_sourceDataChanged(QModelIndex const&, QModelIndex const&, QVector<int> const&) (this=0x1f580d0, source_top_left=<optimized out>, source_bottom_right=<optimized out>, roles=...) at itemmodels/qsortfilterproxymodel.cpp:1433
Comment on attachment 141272 [details]
New crash information added by DrKonqi
L.S.
I haven't experienced this behaviour anymore for over a week. Don't know what has changed on my system but you can close this bug. I cannot reproduce it anymore.
If there is still something you would like to know ... happy to help.
(In reply to Arjan ten Hoopen from comment #2) > Comment on attachment 141272 [details] > New crash information added by DrKonqi > > L.S. > I haven't experienced this behaviour anymore for over a week. Don't know > what has changed on my system but you can close this bug. I cannot reproduce > it anymore. > > If there is still something you would like to know ... happy to help. Please feel free to reopen the bug should this crash happen again- Created attachment 141757 [details] New crash information added by DrKonqi amarok (2.9.71) using Qt 5.15.3 - What I was doing when the application crashed: typing text into the search field I had this occurr on occasion before, but the new thing is that for the past week or so, it happens every single time I try searching, which makes Amarok quite useless :(. The package itself has not been updated for longer than that. Package version is 2:2.9.71+1SNAPSHOT20210626150430+0200-0ubuntu1ppa1~ubuntu20.04.1 from http://ppa.launchpad.net/pgomes/amarok/ubuntu - the only neon-compatible package source for amarok that I know of... -- Backtrace (Reduced): #4 0x00007ff304bea0e4 in CollectionTreeItem::row() const () at /usr/lib/x86_64-linux-gnu/libamaroklib.so.1 #5 0x00007ff304bf0054 in CollectionTreeItemModelBase::itemIndex(CollectionTreeItem*) const () at /usr/lib/x86_64-linux-gnu/libamaroklib.so.1 #6 0x00007ff304bf00e4 in CollectionTreeItemModelBase::parent(QModelIndex const&) const () at /usr/lib/x86_64-linux-gnu/libamaroklib.so.1 #7 0x00007ff3036b26f9 in QModelIndex::parent() const (this=0x555c526c4790) at ../../include/QtCore/../../src/corelib/itemmodels/qabstractitemmodel.h:443 #8 QSortFilterProxyModelPrivate::_q_sourceDataChanged(QModelIndex const&, QModelIndex const&, QVector<int> const&) (this=0x555c504edf60, source_top_left=..., source_bottom_right=..., roles=...) at itemmodels/qsortfilterproxymodel.cpp:1433 |