# New Ticket Created by Will Coleda # Please include the string: [perl #57088] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=57088 >
In trunk, partcl fails this way: $ prove -v t/cmd_lsort.t >/dev/null [oops; continuation 0xb5eb9f64 of type 21 is trying to jump from runloop 12337 to runloop 1] [oops; continuation 0xb5ed48dc of type 21 is trying to jump from runloop 12337 to runloop 1] attempt to access code outside of current code segment in pdd25cx, it fails this way: $ prove -v t/cmd_lsort.t >/dev/null attempt to access code outside of current code segment This shouldn't be considered a showstopper to the merge (it is still an improvement), but it would be nice to see resolved. I believe this is a result of having PIR invoke C invoke PIR, which throws an exception that is handled in the top level PIR. -- Will "Coke" Coleda