| Summary: | amarok's dataengines make plasmaengineexplorer crash | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | Giulio Camuffo <giuliocamuffo> |
| Component: | Context View | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | lfranchi |
| Priority: | NOR | ||
| Version First Reported In: | 2.0-SVN | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Giulio Camuffo
2008-09-19 22:33:59 UTC
Is this still the case in beta2? do you mean amarok beta2? with kde and amarok from trunk and the bug is still here, except if i select the cloud and service engine. the other engines make it crash.
i' ve just noticed that i forgot to post the backtrace. here it is:
I selected the "current" engine
Thread 1 (Thread 0xb43e9720 (LWP 5955)):
[KCrash Handler]
#6 ContextSubject::attach (this=0x0, obs=0x97bd654) at /usr/include/QtCore/qhash.h:280
#7 0xb7d05b5d in CurrentEngine (this=0x97bd648, parent=0x0, args=@0xbfa87768)
at /home/jofko/pkgb/kdemod/kde41-playground/kde41-playground/amarok2-svn/src/amarok2/src/context/engines/current/CurrentEngine.cpp:36
#8 0xb7d082cc in KPluginFactory::createInstance<CurrentEngine, QObject> (parentWidget=0x0, parent=0x0, args=@0xbfa87768) at /usr/include/kpluginfactory.h:461
#9 0xb7c7c4bf in KPluginFactory::create () from /usr/lib/libkdecore.so.5
#10 0xb7f8dcac in Plasma::DataEngineManager::loadEngine () from /usr/lib/libplasma.so.3
#11 0x080558fe in _start ()
update: i've just upgraded amarok from svn (880746) and the backtrace has changed sligthly: Thread 1 (Thread 0xb4458720 (LWP 7512)): [KCrash Handler] #6 0xb284700a in ContextSubject::attach () from /usr/lib/libamaroklib.so.1 #7 0xb1732b4d in CurrentEngine::CurrentEngine () from /usr/lib/kde4/amarok_data_engine_current.so #8 0xb17352bc in KPluginFactory::createInstance<CurrentEngine, QObject> () from /usr/lib/kde4/amarok_data_engine_current.so #9 0xb7ceb4bf in KPluginFactory::create () from /usr/lib/libkdecore.so.5 #10 0xb7ffdcac in Plasma::DataEngineManager::loadEngine () from /usr/lib/libplasma.so.3 #11 0x080558fe in _start () This should be fixed in SVN, as we're now using custom .desktop files that no longer conflict with Plasma. |