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
xmake f -m debug -a x86 -D -v
error: @programdir\core\project\cache.lua:118: save D:\test.xmake\windows\x64\cache/config failed, cannot serialize: not enough memory!
stack traceback:
[C]: in function 'error'
[@programdir\core\base\os.lua:762]: in function 'raise'
[@programdir\core\project\cache.lua:118]: in function 'flush'
[@programdir\actions\config\main.lua:301]:
[C]: in function 'load'
[@programdir\core\base\task.lua:508]: in function 'run'
[@programdir\core\main.lua:236]:
请尽量清晰精准地描述你碰到的问题。
之前都是好的 后面升级了xmake出现了这个问题
期待的结果
请尽量清晰精准地描述你所期待的结果。
错误信息
如果可能,请尽量附加程序运行过程中的错误输出信息。
如果是xmake相关编译问题,请加上-v -D参数运行,并给出详细编译输出信息。
相关环境
windows 平台
xmake v2.2.8+201908261502, A cross-platform build utility based on Lua
其他信息
请提供其他附加信息帮助我们诊断问题。
The text was updated successfully, but these errors were encountered:
描述问题
xmake f -m debug -a x86 -D -v
error: @programdir\core\project\cache.lua:118: save D:\test.xmake\windows\x64\cache/config failed, cannot serialize: not enough memory!
stack traceback:
[C]: in function 'error'
[@programdir\core\base\os.lua:762]: in function 'raise'
[@programdir\core\project\cache.lua:118]: in function 'flush'
[@programdir\actions\config\main.lua:301]:
[C]: in function 'load'
[@programdir\core\base\task.lua:508]: in function 'run'
[@programdir\core\main.lua:236]:
请尽量清晰精准地描述你碰到的问题。
之前都是好的 后面升级了xmake出现了这个问题
期待的结果
请尽量清晰精准地描述你所期待的结果。
错误信息
如果可能,请尽量附加程序运行过程中的错误输出信息。
相关环境
windows 平台
xmake v2.2.8+201908261502, A cross-platform build utility based on Lua
其他信息
请提供其他附加信息帮助我们诊断问题。
The text was updated successfully, but these errors were encountered: