Re: Assertion failure in r11509 when throwing an error

2006-02-12 Thread Bob Rogers
From: Leopold Toetsch <[EMAIL PROTECTED]> Date: Sun, 12 Feb 2006 11:51:35 +0100 On Feb 12, 2006, at 5:30, Bob Rogers wrote: > parrot: src/inter_call.c:899: process_args: Assertion `idx >= 0' > failed. The backtrace shows argument passing to an exception handler and it look

Re: Assertion failure in r11509 when throwing an error

2006-02-12 Thread Leopold Toetsch
On Feb 12, 2006, at 5:30, Bob Rogers wrote: parrot: src/inter_call.c:899: process_args: Assertion `idx >= 0' failed. The backtrace shows argument passing to an exception handler and it looks like the same bug that made tcl's cmd_global_2 failing. The 'idx := -1' indicates that there is sti