FreeBSD Bugzilla – Attachment 163486 Details for
Bug 204786
devel/libcxxrt: crash when mixing different languages with exceptions (Affects databases/tarantool)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
testcase
luajit.cc (text/x-csrc), 243 bytes, created by
Nick Zavaritsky
on 2015-11-24 16:42:19 UTC
(
hide
)
Description:
testcase
Filename:
MIME Type:
Creator:
Nick Zavaritsky
Created:
2015-11-24 16:42:19 UTC
Size:
243 bytes
patch
obsolete
>#include <lua.hpp> > >int >main() { > lua_State *L = luaL_newstate(); > > try { > luaL_error(L, "Hello"); > } catch (...) { > printf("catch(...)"); > } > > lua_close(L); > return 0; >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 204786
: 163486 |
170805
|
170850