[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fretry and unwinding



I don't think fretry is unwinding the pdl far enough.  If I
have a stack frame that looks like (EVAL -251386 (GORP) -249423)
and I do (FRETRY -251386 '(EVAL () (FROZ) ())), the call to FROZ
should replace the call to GORP, right?  But instead, FROZ appears
just below GORP on the stack.  In other words, fretry has a fencepost
error when counting functions to unwind off the pdl.