The following invocation
pike -e 'foo: for(;;) { catch { catch { break foo; }; }; }'
makes Pike bomb out on POWER with machine code optimizations. The stack is a little too messed up for me to figure out where it went wrong just from the post mortem though. What sequence of bytecodes will be generated by this code?