Re: [perl #59968] [BUG] Calling Test::More sub after catching a div by zero exception segfaults

2009-03-22 Thread François Perrad
2009/3/22 Will Coleda via RT parrotbug-follo...@parrotcode.org: On Sat Jan 31 17:51:51 2009, jk...@verizon.net wrote: Thanks. Making that correction, I confirm that the OP's seg fault still occurs: $ cat seg.pir .sub main :main .include 'include/test_more.pir' new $P0, 'Integer' new

Re: [perl #59968] [BUG] Calling Test::More sub after catching a div by zero exception segfaults

2009-01-31 Thread Will Coleda
You can't use P0 as a register in PIR these days, you need $P0 instead. On Sat, Jan 31, 2009 at 7:22 PM, James Keenan via RT parrotbug-follo...@parrotcode.org wrote: Reviewing this RT today, I get a completely different problem: $ cat seg.pir .sub main :main .include 'include/test_more.pir'

[perl #59968] [BUG] Calling Test::More sub after catching a div by zero exception segfaults

2008-10-18 Thread via RT
# New Ticket Created by Mark Grimes # Please include the string: [perl #59968] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59968 The following code results in a segfault: .sub main :main .include