Re: compiler optimization causing issues with glib



On Fri, 2012-05-25 at 16:14 -0500, Mike wrote:

> followed by g_child_watch_add. 

This will also create a thread because it depends on SIGCHLD, and the
Unix signal handling requires a thread.  See glib/gmain.c.




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