Bug 313694

Summary: kate crashes on startup since rc3 upgrade
Product: [Applications] kate Reporter: regisg <regisg>
Component: applicationAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED DOWNSTREAM    
Severity: critical CC: andreas_nordal_4
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

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