pLua icon indicating copy to clipboard operation
pLua copied to clipboard

接入到lua 服务器,崩溃

Open SLY114020 opened this issue 1 year ago • 0 comments

打开性能采集,会再此处崩溃

#0 settraps (ci=0x5f7476655b5d7465) at lua/ldebug.c:116 #1 lua_sethook (func=0x7f6eb4e46b50 <SignalHandlerHook(lua_State*, lua_Debug*)>, mask=, count=1, L=0x33b7e0d3728) at lua/ldebug.c:141 #2 lua_sethook (L=0x33b7e0d3728, func=0x7f6eb4e46b50 <SignalHandlerHook(lua_State*, lua_Debug*)>, mask=, count=1) at lua/ldebug.c:131

gdb 调试 ci 对象不合法, lua_state 对象是合法的 (gdb) p *ci Cannot access memory at address 0x5f7476655b5d7465

SLY114020 avatar Aug 15 '24 08:08 SLY114020