https://bugzilla.wikimedia.org/show_bug.cgi?id=68196
--- Comment #11 from Tim Starling <[email protected]> --- Nice work. A Lua error in an unprotected function like lua_pushcclosure() could indeed cause a longjmp to unwind HHVM's stack. If Lua was not in the stack when this happened, it would call the panic hook (luasandbox_panic) and we would get an informative error message, like bug 59130. But it is in the stack, so it tries to longjmp back to the last lua_pcall(). -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
