On Sun, Aug 17, 2008 at 9:35 PM, via RT Bob Rogers <[EMAIL PROTECTED]> wrote:
> Here's another curious test failure: Using the CGP core, > t/op/exceptions.t:30 (the new on for "Resumable exceptions", r30123) > fails with a segfault, but only if invoked through t/harness (i.e. it > works for "prove"). The following "make" target may be helpful: > > test-cgp-exceptions: > $(PERL) t/harness --gc-debug --running-make-test -C > t/op/exceptions.t The reason of the segfault is that n_regs_used in current context in NULL. I've put an assertion in r30348 that checks that condition in the do_prederef function. -- Salu2