Re: compiler optimization causing issues with glib



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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]