[plt-scheme] Embedding MzScheme Segfault

From: Lee Begg (llnz at paradise.net.nz)
Date: Wed Jun 22 05:06:30 EDT 2005

On Wed, 22 Jun 2005 12:45, Lee Begg wrote:
> I'm embedding MzScheme in a C++ program. The program is/was/will be
> multithreaded.
>
> The second time it starts using MzScheme, I get a segfault.

I have a work around.  I now only set up the MzScheme env (scheme_basic_env() 
and some loads) once, and the rest of the scheme usage works fine, even when 
called many times.

I'm not sure what will happen when the program goes back to multi-threaded, or 
what I should do when it does...

Any suggestions?

Later
Lee
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20050622/fa116199/attachment.sig>

Posted on the users mailing list.