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

Assertion failure in r11509 when throwing an error

2006-02-11 Thread Bob Rogers
Unfortunately, I do not know what this means, so I haven't been able to extract a simple test case. FWIW, this didn't happen in r11470, though r11470 has a different problem relating to error handling -- signalling an error corrupts a Sub PMC, trashing its vtable slot. Any and all hints gra