GNOME Bugzilla – Bug 395708
[telepathy] Crash when saving accounts
Last modified: 2007-03-04 13:40:53 UTC
I was editing an IRC account. 1) Write something in the password entry 2) remove what you wrote 3) select another entry AccountManager: Saving accounts AccountManager: Saving file:'/home/zdra/.gnome2/Gossip/accounts.xml' ** (gossip:14867): WARNING **: GossipAccount has no parameter named `Password:' ** (gossip:14867): WARNING **: GossipAccount has no parameter named `Sans' Program received signal SIGSEGV, Segmentation fault.
+ Trace 101489
Thread NaN (LWP 14867)
Created attachment 80259 [details] [review] Proposed patch The crash is because the string attached to the object is freed before the callback is executed.. Causing odd crashes. Copying the string and freeing after the object has gone away fixes the issue.. This patch also moves some duplicated code in both branched to the common path
committed, thanks !
*** Bug 397220 has been marked as a duplicate of this bug. ***