On 01/06/12 16:43, Mike wrote:
> The issue seems to somehow relate to calling fork.

>From GLib documentation (e.g.
<http://developer.gnome.org/glib/2.32/glib-The-Main-Event-Loop.html>):

"On Unix, the GLib mainloop is incompatible with fork(). Any program
using the mainloop must either exec() or exit() from the child without
returning to the mainloop."

    S
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to