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 : > 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 $P2, 'Integer' >>

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 wrote: > Reviewing this RT today, I get a completely different problem: > > $ cat seg.pir > .sub main :main > .include 'include/test_more.pir' > > new P0, 'Integer' > n

[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. # http://rt.perl.org/rt3/Ticket/Display.html?id=59968 > The following code results in a segfault: .sub main :main .include 'include/test_mor