Bug 154624

Summary: Plasma crashes when adding new widgets because of libkrossjava.so
Product: [Unmaintained] plasma4 Reporter: Gabriel Trisca <tog000>
Component: generalAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED WORKSFORME    
Severity: crash    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Gabriel Trisca 2007-12-26 10:05:38 UTC
Version:           svn (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 4.1.2 
OS:                Linux

When trying to open the "add widget" dialog, plasma crashes with the following error:

plasma(6046)/kio (KTrader) KServiceTypeTrader::defaultOffers: query for serviceType  "Plasma/Applet"  : returning  53  offers
plasma(6046)/kio (KTrader) KServiceTypeTrader::defaultOffers: query for serviceType  "Plasma/Applet"  : returning  53  offers
plasma(6046)/kdecore (KLibLoader) findLibraryInternal: plugins should not have a 'lib' prefix: "libkrossjava.so"
plasma(6046)/KZip KZip::openArchive: handledextralen:  21
plasma(6046)/KZip KZip::openArchive: handledextralen:  21
plasma(6046)/KZip KZip::openArchive: handledextralen:  21
plasma(6046)/KZip KZip::openArchive: handledextralen:  21
plasma(6046)/KZip KZip::openArchive: handledextralen:  21
plasma(6046)/KZip KZip::openArchive: handledextralen:  21
plasma(6046)/KZip KZip::openArchive: handledextralen:  21
plasma(6046)/KZip KZip::openArchive: handledextralen:  21
plasma(6046)/KZip KZip::openArchive: handledextralen:  21
plasma(6046)/KZip KZip::openArchive: handledextralen:  21
plasma(6046)/KZip KZip::openArchive: handledextralen:  21
plasma(6046)/KZip KZip::openArchive: handledextralen:  21
plasma(6046)/KZip KZip::openArchive: handledextralen:  21
plasma(6046)/KZip KZip::openArchive: handledextralen:  21
plasma(6046)/KZip KZip::openArchive: handledextralen:  21
Plasma crashed, attempting to automatically recover
KCrash: crashing... crashRecursionCounter = 2
Comment 1 Pino Toscano 2007-12-26 11:35:55 UTC
Can you please paste a backtrace? "libkrossjava.so" has nothing to do here...
Comment 2 Gabriel Trisca 2007-12-26 12:28:29 UTC
I've just recompiled kdelibs from svn, and the error is:

plasma(725) KCategorizedItemsViewFilterDelegate::KCategorizedItemsViewFilterDelegate: KCategorizedItemsViewFilterDelegate(QObject *parent)
plasma(725) Plasma::AppletBrowserWidget::initRunningApplets: 0
plasma(725) Plasma::AppletBrowserWidget::initRunningApplets: QHash(("Task Manager", 1)("Icon", 36)("System Tray", 1)("Digital Clock", 1)("New Device Notifier", 1)("Application Launcher", 1))
Plasma crashed, attempting to automatically recover
KCrash: Application 'plasma' crashing...

Is there any way to get a more meaningful backtrace?
Thanks!
Comment 3 Jason Stubbs 2007-12-26 13:09:23 UTC
When plasma crashes a window called "dr konqi" should appear. The second tab on that window will show you the backtrace and options to copy it to the clipboard and save it to a file.
Comment 4 Gabriel Trisca 2007-12-26 17:00:59 UTC
Recompiled kdebase from svn, and its working again!