Will Coleda <[EMAIL PROTECTED]> wrote:

> bash-2.05a$ make exit
> ../../../parrot ../tcl.pbc exit.tcl
> branch_cs: illegal resume offsetmake: *** [exit] Error 1

This is very likely an undefined label. imcc tries to find that at
runtime (it could have come out from eval) and fails.

> So, I'm trying to track down where this badness is happening:

> bash-2.05a$ ../../pdb tcl.pbc
> Parrot Debugger 0.0.2

The pdb isn't up yet, to solve such problems. Try to trace it:

  $ parrot -t tcl.pbc exit.tcl

leo

Reply via email to