Summary: | konqueror crash with D-Bus assertion on connecting to crashed nsplugin | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Andrey Borzenkov <arvidjaar> |
Component: | nsplugins | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | f.hammer, hammett, j.benner, kollix, kovacs.beni.1995, marcus, marokanski.kazak, nicholas.tripp, null, underscore |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrey Borzenkov
2009-06-28 11:30:05 UTC
Hmm ... according to debug sources, line dbus-message.c:1071 is DBusMessage* dbus_message_new_method_call (const char *destination, const char *path, const char *interface, const char *method) { DBusMessage *message; _dbus_return_val_if_fail (path != NULL, NULL); _dbus_return_val_if_fail (method != NULL, NULL); but backtrace claims method is valid != NULL. Confused. Maksim: didn't you fix invalid QDBusObjectPath's few days ago? re: comment #2: what I fixed was nspluginviewer crashing with an assert inside QDBus if it failed to open a plugin. I think I should ask thiago about this one. @reporter: what Qt and libdbus versions are you using? (In reply to comment #3) > @reporter: what Qt and libdbus > versions are you using? As stated: KDE 4.2.95/Qt 4.5.2 x86_64 as shipped by Mandriva. Flash 10.0.22 from Adobe, D-Bus 1.2.4.6permissive compiled with assertions enabled. If more specific information is required, please tell me. Yeah, sorry. Missed that --- was reading the report before my morning tea.. Anyway: <thiago_home> SadEagle: <thiago_home> #9 0x00007f112499ae89 in dbus_message_new_method_call (destination=0x18d40b8 <thiago_home> "org.kde.nspluginviewer-22279", path=0x0, interface=0x2e1e9b8 <thiago_home> "org.kde.nsplugins.Class", method=0x396fbe8 "newInstance") <thiago_home> path=0x0 is the problem <thiago_home> which means the object in frame 14 is not properly created *** Bug 198591 has been marked as a duplicate of this bug. *** *** Bug 199334 has been marked as a duplicate of this bug. *** *** Bug 199535 has been marked as a duplicate of this bug. *** *** Bug 199600 has been marked as a duplicate of this bug. *** *** Bug 199642 has been marked as a duplicate of this bug. *** *** Bug 200366 has been marked as a duplicate of this bug. *** *** Bug 200416 has been marked as a duplicate of this bug. *** *** Bug 200547 has been marked as a duplicate of this bug. *** SVN commit 999357 by orlovich: Handle hard failures here as well. Much credit to Thiago for helping me understand the assert. BUG: 198141 M +2 -2 nspluginloader.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=999357 SVN commit 999376 by orlovich: Merged revision:r999357 | orlovich | 2009-07-19 13:20:34 -0400 (Sun, 19 Jul 2009) | 5 lines Handle hard failures here as well. Much credit to Thiago for helping me understand the assert. BUG: 198141 M +2 -2 nspluginloader.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=999376 *** Bug 201105 has been marked as a duplicate of this bug. *** *** Bug 202033 has been marked as a duplicate of this bug. *** |