Mailinglist Archive: opensuse-bugs (14787 mails)
| < Previous | Next > |
[Bug 219356] suseplugger crashes with dbus error
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 9 Nov 2006 08:57:28 -0700 (MST)
- Message-id: <20061109155728.A19DF25C887@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=219356
------- Comment #19 from thoenig@xxxxxxxxxx 2006-11-09 08:57 MST -------
(In reply to comment #17)
> libhal_device_get_property_string() is not the problem, there is already a
> check:
>
> dbus_move_error (&_error, error);
> if (error != NULL && dbus_error_is_set (error)) {
> dbus_message_unref (message);
> return NULL;
> }
Yupp, we're crashing before that, it has nothing to do with DBusError.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Comment #19 from thoenig@xxxxxxxxxx 2006-11-09 08:57 MST -------
(In reply to comment #17)
> libhal_device_get_property_string() is not the problem, there is already a
> check:
>
> dbus_move_error (&_error, error);
> if (error != NULL && dbus_error_is_set (error)) {
> dbus_message_unref (message);
> return NULL;
> }
Yupp, we're crashing before that, it has nothing to do with DBusError.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |