https://bugzilla.novell.com/show_bug.cgi?id=232814 thoenig@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jpr@novell.com, thoenig@novell.com AssignedTo|thoenig@novell.com |tambet@ximian.com ------- Comment #3 from thoenig@novell.com 2007-01-30 03:00 MST ------- JP, just because there some D-Bus calls popping up doesn't mean that an application did the Right Thing (tm) when using the library ;-) Ripping out the not-so-interesting-bits gives us the following: foo () { DBusMessage *m; DBusMessageIter i; const char *arg = NULL; m = dbus_message_new_method_call (NMI_DBUS_SERVICE, NMI_DBUS_PATH, NMI_DBUS_INTERFACE, "cancelGetKeyForNetwork"); dbus_message_iter_init_append (m, &i); dbus_message_iter_append_basic (&i, DBUS_TYPE_STRING, &arg); } The resulting stack trace is exactly the same as the one shown in comment #1. Tambet, ap->essid should be somehow checked before being sent over the bus. -- 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.