Arquivos
hhvm/hphp/test/vm/exception_bug_2080454.php.exp
T
jdelong 4797536f9d Fix a bug when throwing from nested FPI regions
Since we now use the original throw location to figure out
which EHEnt applies when propagating from a fault funclet, we need to
check whether we've already unwound the ActRec before doing it again.
Doing it again could cause issues with nested FPI regions (hitting an
assert in sandboxes).
2013-02-11 03:44:06 -08:00

9 linhas
44 B
Plaintext

Good1
dtor
Good2
dtor
Good3
dtor
Good4
Done