Nick Glencross <[EMAIL PROTECTED]> wrote: > Guys,
> This isn't a highly critical segfault I imagine, although it might be of > interest to someone. > I discovered 'make fulltest' this evening. One of the debuginfo tests > (#7) fails as follows with r7942 on i386 Linux: > [EMAIL PROTECTED] parrot $ /usr/bin/perl5.8.5 t/harness --gc-debug > --running-make-test -g t/op/debuginfo.t [ ...] > t/op/debuginfo....NOK 7# Looks like you failed 1 tests of 8. [ ...] Yep. GC bug with CGoto run cores. Resetting the lo_var_ptr (the stack "top" used for C stack tracing) was wrong. It did work some time ago, but gcc seems to create different code now. The intention was to exclude the rather big jump table from stack tracing. Anyway, I have removed this hack, which fixes the segfault. > Nick Thanks for reporting, leo