GNOME Bugzilla – Bug 609947
Possible crash when a file is sent
Last modified: 2010-02-16 10:23:51 UTC
from https://launchpad.net/bugs/456200
+ Trace 220569
Thread 1 (process 2412)
Was already fixed 2 months ago. commit ad449a48b80cee46d2f946a27fb814d1b8abbba1 Author: Bastien Nocera <hadess@hadess.net> Date: Mon Dec 14 12:58:31 2009 +0000 Fix crash when obex-client isn't running already When obex-client isn't running yet, we can't get a name owner for the service. But we'd still get a callback from the service when trying to use it, and crash trying to compare the sender with a NULL string. Instead, set the owner's dbus name if we don't already have one in obex_agent_request(). See: https://bugzilla.redhat.com/show_bug.cgi?id=544881