Re: threading issue in 1.8.3

2008-02-01 Thread Neil Jerram
Neil Jerram <[EMAIL PROTECTED]> writes: > Anyway, code in ~/.guile should expect (current-module) to be sane, so > the necessary fix is still to make sure that (current-module) always > returns a module (so long as the module system has booted). My > proposed patch for this is attached. Thanks f

Re: threading issue in 1.8.3

2008-02-01 Thread Neil Jerram
Antoine Mathys <[EMAIL PROTECTED]> writes: >> scm_join_thread ? >> > Yes. I missed it because it is not in the manual. That's fixed in CVS now, so will be in 1.8.4. Neil

Re: threading issue in 1.8.3

2008-01-30 Thread Antoine Mathys
> My proposed patch for this is attached. > Thanks, works great. _ Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail http://mail.yahoo.fr

Re: threading issue in 1.8.3

2008-01-30 Thread Antoine Mathys
> scm_join_thread ? > Yes. I missed it because it is not in the manual. _ Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail http://mail.yahoo.fr

Re: threading issue in 1.8.3

2008-01-30 Thread Neil Jerram
Neil Jerram <[EMAIL PROTECTED]> writes: > Antoine Mathys <[EMAIL PROTECTED]> writes: > >> Hello, >> >> I am having a problem with threads in 1.8.3 . > >> It seems that for some reason you cannot load modules from a different thread >> than the one which first initialized guile. >> >> Any idea how

Re: threading issue in 1.8.3

2008-01-18 Thread Neil Jerram
Antoine Mathys <[EMAIL PROTECTED]> writes: > Hello, > > I am having a problem with threads in 1.8.3 . > It seems that for some reason you cannot load modules from a different thread > than the one which first initialized guile. > > Any idea how to get this to work ? Apologies for the delay in re