Jens Rieks <[EMAIL PROTECTED]> wrote:

> Hi,

> The following code crashes parrot if run with -t (trace).
> It seems to be due to an unused .param, see line marked with XXX.

The unused param doesn't harm. The problem is memory corruption very
likely due to the PIO_printf code inside trace.c (or string code called
from that).
The extra line just lets more of these functions be called.

  $ parrot -tG crash.imc

runs fine.

> jens

leo

Reply via email to