Summary: | Crashes as I open notably | ||
---|---|---|---|
Product: | [Unmaintained] nepomuk | Reporter: | Prashast Kumar Rajput <prashast.rocksss> |
Component: | general | Assignee: | Nepomuk Bugs Coordination <nepomuk-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | crash | CC: | nepomuk-bugs, thomas.friedrichsmeier |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Prashast Kumar Rajput
2013-02-18 20:18:36 UTC
> #5 0x000000368dd760f0 in KService::library() const () from /lib64/libkdecore.so.5
> #6 0x000000368de136c2 in KPluginLoader::KPluginLoader(KService const&, KComponentData const&, QObject*) () from /lib64/libkdecore.so.5
Please install debug symbols for kdelibs and provide a better backtrace .
Hi! Sorry, to intrude, I'm just a passer-by, who came here while looking for ideas on a similar backtrace in a totally different application. But: > Please install debug symbols for kdelibs and provide a better backtrace . What more are you hoping for? Full debug info is available for notably sources, and everything except the two latest calls. But if you will look at what leads up to this for a second, notice the value of "this" in > createInstance<Nepomuk2::AnnotationPlugin> (error=0x0, args=..., parent=0x0, this=0x0) at /usr/include/kde4/KDE/../kservice.h:536 Now check lines 32 and 33 from annotator.cpp in the notably sources: KService::Ptr ptr = KService::serviceByDesktopName("personannotationplugin"); static Nepomuk2::AnnotationPlugin* personPlugin = ptr->createInstance<Nepomuk2::AnnotationPlugin>(); So, quite simply "personannotationplugin" could not be found. Arguably the Annotator-ctor should check ptr. But in fact, quite likely the reporter simply forgot to 'make install' (to the correct prefix!). Could you please do so, and check whether the problem persists, after that? Hello! Sorry to be the bearer of bad news, but this project has been unmaintained for many years so I am closing this bug. Development has moved to Baloo, please try again using the latest version and applications, and submit a new ticket for frameworks-baloo if you still have an issue. Thank you! |