[Bug 232814] New: Networkmanager segfault
https://bugzilla.novell.com/show_bug.cgi?id=232814 Summary: Networkmanager segfault Product: openSUSE 10.2 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: seife@novell.com QAContact: qa@suse.de OtherBugsDependingO 215208 nThis: I was moving my machine from the home to the office, just to find out that NM had caught a sig 11. Will attach NetworkManager logs. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=232814 ------- Comment #1 from seife@novell.com 2007-01-09 04:13 MST ------- Created an attachment (id=111967) --> (https://bugzilla.novell.com/attachment.cgi?id=111967&action=view) /var/log/NetworkManager -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=232814 chrubis@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |bnc-team-gnome@forge.provo.novell.com |screening@forge.provo.novell| |.com | -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=232814 jpr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tambet@ximian.com AssignedTo|bnc-team- |thoenig@novell.com |gnome@forge.provo.novell.com| ------- Comment #2 from jpr@novell.com 2007-01-29 22:32 MST ------- This looks on the surface at least like a dbus problem. -- 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.
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.
https://bugzilla.novell.com/show_bug.cgi?id=232814 User tambet@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=232814#c4 Tambet Ingo <tambet@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Tambet Ingo <tambet@novell.com> 2008-03-04 14:39:57 MST --- Fixed in factory. -- 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.
participants (1)
-
bugzilla_noreply@novell.com