Re: compiler optimization causing issues with glib
- From: Colin Walters <walters verbum org>
- To: Mike <puffy taco gmail com>
- Cc: gtk-devel-list gnome org
- Subject: Re: compiler optimization causing issues with glib
- Date: Fri, 25 May 2012 18:41:31 -0400
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]