Michel Pelletier <[EMAIL PROTECTED]> wrote:

> ...  It only segfaults when *not*
> tracing.  I'm still looking for the right snippet.

You might also make sure that you aren't running into a DOD/GC bug.
These kind of bugs sometimes show this Heisenbug behavior.

Try:

$ parrot -G ... # turn of DOD/GC
$ parrot -Gt    # same with tracing
$ parrot --gc-debug  # do more DOD runs
$ parrot --gc-debug -t # w. trace

If the bug vanishes with -G, then its likely to be a DOD/GC bug.

> -Michel

leo

Reply via email to