Chris Vine <[email protected]> writes:
> I am having problems using libguile in a multi-threaded environment,
> which boils down to the following small test case, which fails with a
> segmentation fault with guile-2.0.9:

I've recently noticed that the module loading process in Guile is not
thread safe.  I hope to fix this in the next month or two, but for now
I'd recommend that one thread should initialize Guile and load the
modules that will be needed, before allowing multiple threads to enter
Guile mode.

    Regards,
      Mark

Reply via email to