| Summary: | Amarok crashed after or during the collection update. | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | giggi1999 |
| Component: | general | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | l.jirkovsky |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 2.8-git | ||
| Target Milestone: | 2.9 | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
giggi1999
2014-02-05 21:26:48 UTC
I'm using MariaDB as DB server. And you are sure you use latest git?I can't reproduce this crash here, using v2.8.0-127-ge722fc4, so maybe something went wrong on your side when the migration from MySQL to MariaDB happened in your distro. (In reply to comment #2) > And you are sure you use latest git?I can't reproduce this crash here, using > v2.8.0-127-ge722fc4, so maybe something went wrong on your side when the > migration from MySQL to MariaDB happened in your distro. I'm using the git version: ge722fc4 I've never migrated to MariaDB, the current database that I'm using was originally built on mariaDB. Well, that might be the problem, then, as you really need to do the migration in Arch, please have a look at their forum about this. Created attachment 85382 [details]
New crash information added by DrKonqi
amarok (2.8.0) on KDE Platform 4.12.2 using Qt 4.8.5
- What I was doing when the application crashed:
I have updated ID3 tags of an album. I have been able to reproduce it several times, but not reliably. It seems to happen more often if more tracks are updated at once.
The SQL backend is MariaDB like in the original report, but it has been properly migrated long time ago.
-- Backtrace (Reduced):
#5 0x00007fa65558b90e in KSharedPtr<Meta::Artist>::KSharedPtr (this=0x7fff4632dcc0, o=...) at /usr/include/KDE/../ksharedptr.h:84
#6 0x00007fa655594e30 in SqlRegistry::emptyCache (this=0x1211850) at /home/lukas/amarok/src/amarok-2.8.0/src/core-impl/collections/db/sql/SqlRegistry.cpp:935
[...]
#8 0x00007fa677ddfd11 in QObject::event(QEvent*) () from /usr/lib/libQtCore.so.4
#9 0x00007fa6787c70dc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#10 0x00007fa6787cd6a0 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
Luksa: your report is about a previous version, the OR uses the git version. giggi1999: can you still reproduce this issue? Did you check your MariaDB migration? FWIW: this is a duplicate anyway *** This bug has been marked as a duplicate of bug 329011 *** (In reply to comment #6) > Luksa: your report is about a previous version, the OR uses the git version. oops, I meant to write Lukas, sorry for mangling your name (In reply to comment #6) > *** This bug has been marked as a duplicate of bug 329011 *** I'm not sure whether the problem is the same (at least the one I'm seeing). The guy in 329011 said it was fixed by gstreamer update, but I'm using VLC backend. Also I'm pretty sure I've seen this crash even when no music was playing. (In reply to comment #8) > (In reply to comment #6) > > *** This bug has been marked as a duplicate of bug 329011 *** > > I'm not sure whether the problem is the same (at least the one I'm seeing). > The guy in 329011 said it was fixed by gstreamer update, but I'm using VLC > backend. Also I'm pretty sure I've seen this crash even when no music was > playing. I doubt this has anything to do with the phonon backend. What I meant to say is that you are using a version which is behind by over a hundred commits from the version this is reported with. Anyway, what you should try is the steps asked for in https://bugs.kde.org/show_bug.cgi?id=329011#c7. This is definitely the same crash, as it happens in the same line, please comment on the master bug if you can add more information to the report. |