解决mushclient死锁问题
如果,触发器或者脚本上有错误,主程序偶尔会死锁,只能终止进程,怎么解决这个问题呢?参考: http://mushclient.com/forum/?id=13876
<timers>
<timer name="runaway" enabled="y" second="5.00" offset_second="0.00" send_to="12"
group="指令超限" active_closed="y" >
<send>runaway_instruction_limit = 100000
function hook ()
debug.sethook (hook, "", runaway_instruction_limit)
error ("指令超限!!!")
end -- hook
debug.sethook (hook, "", runaway_instruction_limit)</send>
</timer>
</timers>
复制粘帖到定时器中即可。
可以运行 while true do vvvv=1 end 之类无限循环的代码测试。
北大侠客行MUD,中国最好的MUD 赞
页:
[1]