id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
300,Bad .get_results in a exception handler gives infinite recursion,NotFound,,"A bad .get_results in a exception handler generates a exception when used. That exception is catched by the same handler, that generates a exception that is catched by the same handler...

This example illustrates it:

{{{
.sub main :main
    push_eh catchall
    $P0 = new ['Exception' ]
    throw $P0
catchall:
    .get_results($P1, $P2)
.end
}}}
",bug,closed,normal,,core,,medium,invalid,,,,,
