Re: [PATCH] fix for Re: crash in gc with upside-down stack

2008-11-15 Thread Neil Jerram
2008/11/13 Ludovic Courtès <[EMAIL PROTECTED]>: > Hi, > > "Linas Vepstas" <[EMAIL PROTECTED]> writes: > >> The patch below fixes a crash during garbage collection, where, during >> the mark-stack phase, the top and bottom of the stack are found to be >> in backwards order, typically because scm_wit

Re: [PATCH] fix for Re: crash in gc with upside-down stack

2008-11-13 Thread Ludovic Courtès
Hi, "Linas Vepstas" <[EMAIL PROTECTED]> writes: > The patch below fixes a crash during garbage collection, where, during > the mark-stack phase, the top and bottom of the stack are found to be > in backwards order, typically because scm_with_guile() was called when > the stack is much shorter tha