Created
December 27, 2013 02:47
-
-
Save agentzh/8141890 to your computer and use it in GitHub Desktop.
segfault when running the t/sanity.t test file in lua-resty-mysql's test suite with the latest "stitched" LuaJIT v2.1.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Program received signal SIGSEGV, Segmentation fault. | |
| 0x00007fbe8d2e3120 in lj_BC_RET () from /opt/luajit21/lib/libluajit-5.1.so.2 | |
| (gdb) bt | |
| #0 0x00007fbe8d2e3120 in lj_BC_RET () from /opt/luajit21/lib/libluajit-5.1.so.2 | |
| #1 0x00007fbe8d2fdd40 in lua_resume (L=0x40b662e8, nargs=1) at lj_api.c:1123 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment