Re: [BUG] exceptions and different runloops

2004-03-17 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > the attached test fails. It raises an exception in __init; if it is resumed > parrot exists after leaving __init. I've now turned on again stacked exception handlers in runops(). With this enabled, the test passes. Thanks, added to object-meths.t > jens

Re: [BUG] exceptions and different runloops

2004-03-16 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > the attached test fails. It raises an exception in __init; if it is resumed > parrot exists after leaving __init. Yep. s. the comment at src/interpreter.c:909. > jens leo

[BUG] exceptions and different runloops

2004-03-16 Thread Jens Rieks
Hi, the attached test fails. It raises an exception in __init; if it is resumed parrot exists after leaving __init. jens use strict; use Parrot::Test tests => 1; output_is(<<'CODE', <<'OUTPUT', "exceptions and different runloops"); _main: newsub P0, .Exception_Handler, _eh set_eh P0