Bug 154624 - Plasma crashes when adding new widgets because of libkrossjava.so
Summary: Plasma crashes when adding new widgets because of libkrossjava.so
Status: RESOLVED WORKSFORME
Alias: None
Product: plasma4
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-26 10:05 UTC by Gabriel Trisca
Modified: 2007-12-26 17:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!