Bug 313694 - kate crashes on startup since rc3 upgrade
Summary: kate crashes on startup since rc3 upgrade
Status: RESOLVED DOWNSTREAM
Alias: None
Product: kate
Classification: Applications
Component: application (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR critical
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-22 15:59 UTC by regisg
Modified: 2013-06-01 16:57 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description regisg 2013-01-22 15:59:02 UTC
note : The session contains sftp files.
I have this error message : 
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
kate: symbol lookup error: /usr/lib/libkateinterfaces.so.4: undefined symbol: _ZN11KActivities16ResourceInstanceC1EmP7QObject

Reproducible: Always

Steps to Reproduce:
start kate
Actual Results:  
crash

Expected Results:  
starting success
Comment 1 regisg 2013-01-22 16:03:25 UTC
I've noticed kwrite crashes with the same error message when I try to load any sftp file ...
Comment 2 Jekyll Wu 2013-01-22 19:12:41 UTC
> kate: symbol lookup error: /usr/lib/libkateinterfaces.so.4: undefined symbol: _ZN11KActivities16ResourceInstanceC1EmP7QObject

That line means it is a downstream packaging issue.  Please report to (k)ubuntu developers.
Comment 3 Andreas Nordal 2013-06-01 16:57:21 UTC
Same error on OpenSuse 12.2:
kate: symbol lookup error: /usr/lib/libkateinterfaces.so.4: undefined symbol: _ZN11KActivities16ResourceInstanceC1EmP7QObject

I got this after upgrading Kwrite to version 4.10.2 from the official OpenSuse repos.
It did not help to install Kwrite from the «Upstream KDE» repos for OpenSuse [1].

It sure looks like a packaging issue, but we can rule out missing dependency on the library — in my case, the incompatible library _is_ installed when removing and reinstalling Kwrite.

[1] http://en.opensuse.org/KDE_repositories#Upstream_release_aka._KR410_.28KDE_SC_4.10.29