Bug 169566

Summary: WebAssembly: it should be impossible to recursively enter a trap handler
Product: WebKit Reporter: JF Bastien <jfbastien>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: fpizlo, jfbastien, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 159775    

Description JF Bastien 2017-03-13 14:00:55 PDT
Handling a trap while handling a trap leads to madness, and is likely a bug. Should we detect and CRASH on this?