stack checking and threads

Aleksandar Bakic (bakicale@cps.msu.edu)
Fri, 19 Sep 1997 17:11:40 -0400 (EDT)

Hi,

Could the stack checking in GUILE be extended to work with C/C++
(OS) threads? For example, I have a thread that checks X/Tk events and
calls callbacks that invoke GUILE's eval, which in turn reports stack
overflow. I tried to change the value of scm_stack_checking_enabled_p
in my code (actually, only before scm_boot_guile or in "inner_main")
but it didn't work. I had to comment out a couple of lines in __scm.h
to disable stack checking.

Aleksandar