GNOME Bugzilla – Bug 548639
crash when editing a profile with gconf-editor
Last modified: 2009-03-29 08:27:40 UTC
I was editing a mission control profile with gconf-editor when Empathy crashed (note it may be unrelated).
+ Trace 205423
Did you have a contact information window open? Or any window showing a contact widget? Add contact dialog maybe? Or did you had such a window open, then closed it? Profiles are not in gconf, what where you really doing in gconf-editor? Modify accounts?
I can't remember what I was doing (perhaps you should respond faster), and as I noted at that time it may not even be related to gconf editing. empathy_avatar_image_set() has: EmpathyAvatarImagePriv *priv = GET_PRIV (avatar_image); GdkPixbuf *scaled_pixbuf; g_return_if_fail (EMPATHY_IS_AVATAR_IMAGE (avatar_image)); Obviously the GET_PRIV() should happen after the g_return_if_fail(). Looks like an easy fix.
That fixes the effect, not the cause.
Still better than nothing; and perhaps you could look at the backtrace to find the cause.
Possible fix: http://git.collabora.co.uk/?p=user/xclaesse/empathy.git;a=shortlog;h=refs/heads/bug561247
*** Bug 561247 has been marked as a duplicate of this bug. ***
Here again, I'd prefer: "if (error != NULL)" +1 otherwise
merged, thanks.