Re: Does anyone actually use threads with guile?

2008-11-13 Thread Jon Wilson
Hi Linas, Linas Vepstas wrote: Does anyone actually use threads with guile? Or am I the first to do so? I once wrote an irc chat bot in guile 1.8 (a pretty crappy one, though) that used threads. I never had any trouble with it, but I didn't do any really advanced stuff (nothing that n

Re: Does anyone actually use threads with guile?

2008-11-13 Thread Andy Wingo
Hi Linas, [cc'ing them all, but followups to just one please -- bug-guile is probably best] For my part I apologize for not having the cycles to poke this more thoroughly. Fortunately you are a good programmer and can figure things out :) History: pthread support was new with 1.8, as you probabl

Re: Does anyone actually use threads with guile?

2008-11-12 Thread Linas Vepstas
2008/11/12 Linas Vepstas <[EMAIL PROTECTED]>: > Today, I got a new crash. I have multiple threads, which > are doing nothing but a bunch of define's, in parallel. > (They're loading scheme code from various files). Studying the code just a little bit more, this looks like a dopey and pointless er

Does anyone actually use threads with guile?

2008-11-12 Thread Linas Vepstas
Does anyone actually use threads with guile? Or am I the first to do so? Today, I got a new crash. I have multiple threads, which are doing nothing but a bunch of define's, in parallel. (They're loading scheme code from various files). The stack trace is below. This is on guile-1.8.