guile-user
[Top][All Lists]
Advanced

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

Re: guile 2.0.9 build on mingw


From: Andy Wingo
Subject: Re: guile 2.0.9 build on mingw
Date: Sun, 09 Jun 2013 23:16:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

On Sun 09 Jun 2013 22:33, address@hidden (Ludovic Courtès) writes:

> However, that warning doesn’t take into account the signal thread, nor
> the GC thread (if any).  So, although that seems unlikely, there could
> still be issues, for instance if the ‘scm_fork’ call happens while
> ‘signal_delivery_thread_mutex’ is locked.

In theory the signal thread is counted among the threads -- iirc anyway.
The signal-handling thread is kicked off at the first call to sigaction,
which shouldn't happen there, right?  Also there should be no GC threads
active at that point.

Andy
-- 
http://wingolog.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]