guile-devel
[Top][All Lists]
Advanced

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

Re: GC asserts and threads


From: Han-Wen Nienhuys
Subject: Re: GC asserts and threads
Date: Tue, 09 Sep 2008 11:06:48 -0300
User-agent: Thunderbird 2.0.0.16 (X11/20080723)

Andy Wingo escreveu:
> On Tue 09 Sep 2008 07:58, Han-Wen Nienhuys <address@hidden> writes:
> 
>> Is there any code in GUILE that would create a thread  (possibly 
>> leading to race conditions) when there is no explicit start-thread
>> call in the code?  The program (lilypond) does run through the 
>> regular GUILE boot procedure.
> 
> Yep, when compiled with threads, guile spawns a separate thread to
> handle signals.
> 

but I am only seeing one....


$ guile
guile> (all-threads)
(#<thread 3086285552 (8208008)>)

> Andy


-- 
 Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen





reply via email to

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