Re: segfault in 1.7.91

2006-02-20 Thread Stanislav Ievlev
On Sat, Feb 18, 2006 at 11:51:48AM -0500, Ken Raeburn wrote: > On Feb 17, 2006, at 06:18, Stanislav Ievlev wrote: > > >Greetings! > > > >It is unable to call callback from thread in guile extension. > > Does it work if you use scm_with_guile in that thread, as described > in the documentation?

Re: segfault in 1.7.91

2006-02-18 Thread Ken Raeburn
On Feb 17, 2006, at 06:18, Stanislav Ievlev wrote: Greetings! It is unable to call callback from thread in guile extension. Does it work if you use scm_with_guile in that thread, as described in the documentation? (from doc/ref/api-init.texi) Each thread that wants to use functions from t