id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1078,Parrot goes into infinite loop when attempting to test exceptions with throws_like(),dukeleto,,"This code causes Parrot to sing the never ending story:

{{{
    throws_like(<<'CODE','blah','invalid attr')
    .sub main
        $P0 = new 'ExceptionHandler'
        set_addr $P0, _handler
        push_eh $P0
        throw $P0
    _handler:
        get_results ""0"", $P0
        getattribute $P5, $P0, 'foo'
    .end
CODE
}}}

I ran into this while attempting to convert the exceptions tests to PIR. ",bug,new,normal,,testing,1.6.0,high,,,,,,all
