Created
December 27, 2013 02:45
-
-
Save agentzh/8141868 to your computer and use it in GitHub Desktop.
segfault when running the t/exit.t test file in lua-resty-core'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. | |
| 0x00007f1ee1c3454a in gc_traverse_frames (g=0x41c4e3b8, th=0x413e4848) at lj_gc.c:274 | |
| 274 if (isluafunc(fn)) ftop += funcproto(fn)->framesize; | |
| (gdb) bt | |
| #0 0x00007f1ee1c3454a in gc_traverse_frames (g=0x41c4e3b8, th=0x413e4848) at lj_gc.c:274 | |
| #1 0x00007f1ee1c34777 in gc_traverse_thread (g=0x41c4e3b8, th=0x413e4848) at lj_gc.c:295 | |
| #2 0x00007f1ee1c34960 in propagatemark (g=0x41c4e3b8) at lj_gc.c:326 | |
| #3 0x00007f1ee1c3565d in gc_onestep (L=0x413e4d78) at lj_gc.c:606 | |
| #4 0x00007f1ee1c35983 in lj_gc_step (L=0x413e4d78) at lj_gc.c:679 | |
| #5 0x00007f1ee1c49855 in lua_createtable (L=0x413e4d78, narray=0, nrec=1) at lj_api.c:643 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get the same problem,how to solve it?