https://bugzilla.novell.com/show_bug.cgi?id=221342 mkoenig@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|mkoenig@novell.com | ------- Comment #2 from mkoenig@novell.com 2006-11-15 10:09 MST ------- Well, I think I have seen that before, yes. Just an idea: In dbus_bindings.pyx Line 452: if dbus_error_is_set(&error): errormsg = error.message dbus_error_free (&error) raise DBusException, errormsg Type of error.message is char *. Does the string get copied by the next assignment? errormsg is then an argument for DBusException which is defined in line 63: class DBusException(Exception): pass I'm not sure, my Python booke mentions some changes with the Exception stuff. Maybe this is related to http://www.python.org/dev/peps/pep-0352/ ? -- 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.