wangqiangnpq

Results 2 issues of wangqiangnpq

~LockedChannelImpl() { DebugPrint(dbg_mask_ & dbg_channel, "[id=%ld] Channel destory.", this->getId()); assert(lock_.try_lock()); } 析构的时候 try_lock会crash掉,把chan保存起来也没用,程序退出的时候也会崩溃。 应该是哪里死锁了。

启动参数如何设置 ??? { "name": "robot_login", "request": "launch", "runtimeArgs": "${workspaceFolder}/80.behavior3_robot/main.lua 200000 1 login_tree", "runtimeExecutable": "${workspaceFolder}/bin/glua.exe", "stopOnEntry": true, "type": "lua", },