Summary: | Nepomuk Controller Crash | ||
---|---|---|---|
Product: | [Unmaintained] nepomuk | Reporter: | David A. Rountree <darountree> |
Component: | controller | Assignee: | Sebastian Trueg <trueg> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | Aleksey_R, dduragon, me, moro.engelhardt, znmeb |
Priority: | NOR | ||
Version: | 4.8 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
David A. Rountree
2012-02-14 04:33:36 UTC
*** This bug has been marked as a duplicate of bug 258565 *** Created attachment 71872 [details]
New crash information added by DrKonqi
nepomukcontroller (1.0) on KDE Platform 4.8.4 (4.8.4) "release 6" using Qt 4.8.2
- What I was doing when the application crashed:
Tried to open the nepomuk controller from the task bar.
-- Backtrace (Reduced):
#6 operator!= (value=1, this=0x0) at ../../src/corelib/thread/qbasicatomic.h:75
#7 QList<QAbstractAnimation*>::append (this=0x8c9100, t=@0x7fff298fbae8) at ../../src/corelib/tools/qlist.h:509
#8 0x00007f1ce055a9e9 in operator<< (t=@0x7fff298fbae8, this=<optimized out>) at ../../src/corelib/tools/qlist.h:334
#9 QUnifiedTimer::registerAnimation (animation=0x998600, isTopLevel=true) at animation/qabstractanimation.cpp:318
#10 0x00007f1ce055ae5d in QAbstractAnimationPrivate::setState (this=0x91e6b0, newState=QAbstractAnimation::Running) at animation/qabstractanimation.cpp:566
I can confirm that in kde 4.8.4 nepomuk controller crashes every time when clicking on it. In KDE 4.8.3 nepomuk controller worked fine. OS: OpenSUSE 12.1 64 bit. I believe this bug is related to thread below: http://lists.kde.org/?l=kde-core-devel&m=133970243712079&w=2 stability issues with nepomuk due to "threading" as far as I understand. Nothing to do with oxygen (rather memory corruption), and definitly not a dupplicate of bug 258565 I found that installation of all soprano libraries from Unstable:SC OpenSuse repo fixes the problem. yes exactly. Just like mentioned in the thread I linked *** Bug 301827 has been marked as a duplicate of this bug. *** After last update from OpenSUSE repo (http://download.opensuse.org/repositories/KDE:/Release:/48/openSUSE_12.1/) nepomukcontroller crashes no more. So, for OpenSUSE the bug is fixed :-) Created attachment 72090 [details]
New crash information added by DrKonqi
nepomukcontroller (1.0) on KDE Platform 4.8.4 (4.8.4) using Qt 4.8.1
Checking on indexing progress - clicked the applet icon in the panel and it crashed.
-- Backtrace (Reduced):
#6 operator!= (value=1, this=0x0) at ../../src/corelib/thread/qbasicatomic.h:75
#7 QList<QAbstractAnimation*>::append (this=this@entry=0x2294c80, t=@0x7fff2fdcd308: 0x23423a0) at ../../src/corelib/tools/qlist.h:509
#8 0x00007fa5ce390d79 in operator<< (t=@0x7fff2fdcd308: 0x23423a0, this=0x2294c80) at ../../src/corelib/tools/qlist.h:334
#9 QUnifiedTimer::registerAnimation (animation=animation@entry=0x23423a0, isTopLevel=isTopLevel@entry=true) at animation/qabstractanimation.cpp:318
#10 0x00007fa5ce39111d in QAbstractAnimationPrivate::setState (this=0x23423c0, newState=QAbstractAnimation::Running) at animation/qabstractanimation.cpp:566
This issue no longer occurs with KDE 4.9 |