2008/9/9 Han-Wen Nienhuys <[EMAIL PROTECTED]>:
> On Tue, Sep 9, 2008 at 4:00 AM, Andy Wingo <[EMAIL PROTECTED]> wrote:
>> On Tue 09 Sep 2008 07:58, Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
>>
>>> Is there any code in GUILE that would create a thread (possibly
>>> leading to race conditions) wh
Andy Wingo escreveu:
> On Tue 09 Sep 2008 07:58, Han-Wen Nienhuys <[EMAIL PROTECTED]> 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 t
On Tue, Sep 9, 2008 at 4:00 AM, Andy Wingo <[EMAIL PROTECTED]> wrote:
> On Tue 09 Sep 2008 07:58, Han-Wen Nienhuys <[EMAIL PROTECTED]> 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 c
On Tue 09 Sep 2008 07:58, Han-Wen Nienhuys <[EMAIL PROTECTED]> 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 pro