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
{{ message }}
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
运行几个lua测试文件(test.lua、test2.lua、textparser.lua),结果都是Bus error: 10错误。
通过打日志发现,是protobuf.encode或者protobuf.decode触发的,
再往里跟发现是pbc-lua.c文件里的
static void
new_array(lua_State *L, int id, const char *key)函数
里面的lua_setfield(L, -6 , key);这一行触发的,
水平比较差,没有思路,求大神指点。
-------------------环境
系统:mac osx 10.10
lua版本:5.1 5.14 5.3都试过
protobuff版本: 3.0.0-alpha-3
The text was updated successfully, but these errors were encountered: