guile-devel
[Top][All Lists]
Advanced

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

Re: segfault in 1.7.91


From: Ken Raeburn
Subject: Re: segfault in 1.7.91
Date: Sat, 18 Feb 2006 11:51:48 -0500

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 the Guile API needs to
put itself into guile mode with either @code{scm_with_guile} or
@code{scm_init_guile}.  The global state of Guile is initialized
automatically when the first thread enters guile mode.

Ken




reply via email to

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