This is the mail archive of the
guile@sourceware.cygnus.com
mailing list for the Guile project.
Re: Using Guile with threads
- To: "Frederic Brunel" <brunel at mail dot dotcom dot fr>
- Subject: Re: Using Guile with threads
- From: Mark Galassi <rosalia at lanl dot gov>
- Date: 23 Oct 1999 13:31:36 -0600
- Cc: <guile at sourceware dot cygnus dot com>
- References: <000201bf1c08$3f88a8a0$443d1bd4@tetsuo>
Frederic> I've tried to use Guile in a separated threads in my
Frederic> application and it doesn't seems to work... Guile
Frederic> report me an Stack Overflow ERROR!
How did you use guile in multiple threads?
Guile takes control of your main program, and you can only invoke it
once, so I presume you are not invoking it once/thread, right?
Can you give us more detail? A minimal program that shows the
problem? An operating system version and which tread implementation
you are using?