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]

Re: Stack overflow


Richard Polton <richard.polton@db.com> writes:

> I guess that this is an error then?
> 
>  (debug-set! stack 0)
> ERROR: In expression (if define? (module-make-local-var! module symbol)
> ...):
> ERROR: Stack overflow
> ABORT: (stack-overflow)
> 
> Type "(backtrace)" to get more information.

How dare you???  >8-[

1998-11-14  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>

	* debug.c (scm_debug_options): Bugfix: Set the value of
	scm_stack_checking_enabled_p after setting debug options;
	#include "stackchk.h".  (Thanks to Richard Polton.)

(BTW, if you do (debug-options 'doc) you get the current status of the
 debug options plus some explanations of their meaning.)

Best regards,
/mdj