luaL_dostring(L, "print('this is a test')"); printf("%s\n", lua_tostring(L, -1));. Here are the error message and backtrace: Program received signal SIGSEGV ...
確定! 回上一頁