This is the mail archive of the guile@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]

stack overflow


Hi,

I just wanted to report some strange behavior I noticed in guile-1.3

The program I run uses more stack than enabled by default. Therefore I
included  the line

scm_stack_checking_enabled_p = SCM_STACK_CHECKING_P;

into debug.c, as reported by mcj, and (debug-set! stack  0)

If I run the program interactively everything works fine.
If I run it using the -l switch everything is fine too, but if I use
the -s switch the stack seems to be unchanged and I get a stack-overflow.

Alex.