Skip to content

Instantly share code, notes, and snippets.

@agentzh
Created December 27, 2013 02:45
Show Gist options
  • Select an option

  • Save agentzh/8141868 to your computer and use it in GitHub Desktop.

Select an option

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
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
@projectindex

Copy link
Copy Markdown

I get the same problem,how to solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment