On Sat Nov 15 11:56:08 2008, [EMAIL PROTECTED] wrote: > If an exception handler catches an exception from a MULTI function > implemented > in C, passing that exception from the handler to a sub causes a > segfault. > Doing the same thing with a subclass of Integer with a PIR divide sub > works as > expected. > The attached code demonstrates this. If p is an Integer, the parrot > dies. If > it's a MyInteger, it doesn't.
I added a TODO'd test for this bug to the end of t/pmc/exception.t in r32698. _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
