GNOME Bugzilla – Bug 639177
SIGSEGV for GApplications with G_APPLICATION_IS_SERVICE
Last modified: 2011-01-11 01:29:38 UTC
g_application_register() segfaults if the GApplication instance is created with G_APPLICATION_IS_SERVICE and another process already owns the requested bus name. Attaching a patch in a sec
Created attachment 177970 [details] [review] Patch fixing the reported issue