You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#0 0x080808e3 in je_arena_tcache_fill_small (arena=0xb7826f80, tbin=0xb140310c, binind=10, prof_accumbytes=0)
at include/jemalloc/internal/bitmap.h:101
101 g ^= 1LU << (bit & BITMAP_GROUP_NBITS_MASK);
(gdb) bt
#0 0x080808e3 in je_arena_tcache_fill_small (arena=0xb7826f80, tbin=0xb140310c, binind=10, prof_accumbytes=0)
at include/jemalloc/internal/bitmap.h:101
#1 0x0809b11f in je_tcache_alloc_small_hard (tcache=0xb1403000, tbin=0xb140310c, binind=10) at src/tcache.c:72 #2 0x080773e7 in je_malloc (size=164) at include/jemalloc/internal/tcache.h:303 #3 0x080530c6 in malloc (size=160) at skynet-src/malloc_hook.c:135 #4 0x0805321c in realloc (ptr=0x0, size=160) at skynet-src/malloc_hook.c:142 #5 0x080598ed in luaM_realloc_ () #6 0x0805e4d2 in setnodevector () #7 0x0805e648 in luaH_resize () #8 0x0805ea4b in luaH_newkey () #9 0x0805fe49 in luaV_settable () #10 0x08054d41 in lua_setfield () #11 0x00276b95 in lunpackall (L=0xb1435430) at lualib-src/lua-msgcenter.c:120 #12 0x080572fb in luaD_precall () #13 0x08061276 in luaV_execute () #14 0x08057590 in luaD_call () #15 0x08054959 in f_call () #16 0x080567a5 in luaD_rawrunprotected () #17 0x08056819 in luaD_pcall () #18 0x08054892 in lua_pcallk () #19 0x080677c9 in luaB_pcall () #20 0x080572fb in luaD_precall () #21 0x08060f49 in luaV_execute () #22 0x08057590 in luaD_call () #23 0x08054959 in f_call () #24 0x080567a5 in luaD_rawrunprotected () #25 0x08056819 in luaD_pcall () #26 0x08054892 in lua_pcallk () #27 0x00bdf205 in _cb (context=0xb1417060, ud=0x0, type=3, session=0, source=16777234, msg=0xb20290a0, sz=24)
---Type to continue, or q to quit---
at lualib-src/lua-skynet.c:50 #28 0x0804f07d in skynet_context_message_dispatch (sm=0xb740f7a0, q=0xb14071c0) at skynet-src/skynet_server.c:225 #29 0x0805002c in _worker (p=0xbfb81fa8) at skynet-src/skynet_start.c:126 #30 0x00da45ab in start_thread () from /lib/libpthread.so.0 #31 0x001e1cfe in clone () from /lib/libc.so.6
(gdb) quit
请问,能提示一下啥原因吗?
The text was updated successfully, but these errors were encountered:
#0 0x080808e3 in je_arena_tcache_fill_small (arena=0xb7826f80, tbin=0xb140310c, binind=10, prof_accumbytes=0)
101 g ^= 1LU << (bit & BITMAP_GROUP_NBITS_MASK);
(gdb) bt
#0 0x080808e3 in je_arena_tcache_fill_small (arena=0xb7826f80, tbin=0xb140310c, binind=10, prof_accumbytes=0)
#1 0x0809b11f in je_tcache_alloc_small_hard (tcache=0xb1403000, tbin=0xb140310c, binind=10) at src/tcache.c:72
#2 0x080773e7 in je_malloc (size=164) at include/jemalloc/internal/tcache.h:303
#3 0x080530c6 in malloc (size=160) at skynet-src/malloc_hook.c:135
#4 0x0805321c in realloc (ptr=0x0, size=160) at skynet-src/malloc_hook.c:142
#5 0x080598ed in luaM_realloc_ ()
#6 0x0805e4d2 in setnodevector ()
#7 0x0805e648 in luaH_resize ()
#8 0x0805ea4b in luaH_newkey ()
#9 0x0805fe49 in luaV_settable ()
#10 0x08054d41 in lua_setfield ()
#11 0x00276b95 in lunpackall (L=0xb1435430) at lualib-src/lua-msgcenter.c:120
#12 0x080572fb in luaD_precall ()
#13 0x08061276 in luaV_execute ()
#14 0x08057590 in luaD_call ()
#15 0x08054959 in f_call ()
#16 0x080567a5 in luaD_rawrunprotected ()
#17 0x08056819 in luaD_pcall ()
#18 0x08054892 in lua_pcallk ()
#19 0x080677c9 in luaB_pcall ()
#20 0x080572fb in luaD_precall ()
#21 0x08060f49 in luaV_execute ()
#22 0x08057590 in luaD_call ()
#23 0x08054959 in f_call ()
#24 0x080567a5 in luaD_rawrunprotected ()
#25 0x08056819 in luaD_pcall ()
#26 0x08054892 in lua_pcallk ()
#27 0x00bdf205 in _cb (context=0xb1417060, ud=0x0, type=3, session=0, source=16777234, msg=0xb20290a0, sz=24)
---Type to continue, or q to quit---
at lualib-src/lua-skynet.c:50
#28 0x0804f07d in skynet_context_message_dispatch (sm=0xb740f7a0, q=0xb14071c0) at skynet-src/skynet_server.c:225
#29 0x0805002c in _worker (p=0xbfb81fa8) at skynet-src/skynet_start.c:126
#30 0x00da45ab in start_thread () from /lib/libpthread.so.0
#31 0x001e1cfe in clone () from /lib/libc.so.6
(gdb) quit
请问,能提示一下啥原因吗?
The text was updated successfully, but these errors were encountered: