After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 639177 - SIGSEGV for GApplications with G_APPLICATION_IS_SERVICE
SIGSEGV for GApplications with G_APPLICATION_IS_SERVICE
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gapplication
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-01-10 22:39 UTC by Mikkel Kamstrup Erlandsen
Modified: 2011-01-11 01:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch fixing the reported issue (814 bytes, patch)
2011-01-10 22:41 UTC, Mikkel Kamstrup Erlandsen
none Details | Review

Description Mikkel Kamstrup Erlandsen 2011-01-10 22:39:54 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
Comment 1 Mikkel Kamstrup Erlandsen 2011-01-10 22:41:35 UTC
Created attachment 177970 [details] [review]
Patch fixing the reported issue