This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Using Guile with threads



    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?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]