kotori2/Playground-SIF

Weird crashes in Android port

Opened this issue · 0 comments

I've confirmed that there are unfreed pointer in PFInterface which could lead client crashes at reboot.
Even if I ignore all JNI functions, it could still possible to crash at:

  • lua_close when calling CKLBLuaEnv::finishLuaEnv()
  • lua_pcall when calling CKLBLuaEnv::includefile (reload luas)