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
There is a synchronized block in LuaObject.finalize() which will leads to a dead lock when gc thread wants to finalize this luaObject and other paused thread is in another synchronized block with this luaObject.
There is a synchronized block in LuaObject.finalize() which will leads to a dead lock when gc thread wants to finalize this luaObject and other paused thread is in another synchronized block with this luaObject.