gdb max-value-size
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
value of type `CFG' requires 123244 bytes, which is more than max-value-size
可能archlinux有一些自己的限制,centos应该不会这么小就出现这个问题.
今天在调试程序的时候,想要打印一个变量.不小心遇到了这个错误.顿时郁闷了...
联想到可能是全局数据区装不下了?不对啊,如果全局数据区装不下,make都不会通过啊.
想必是gdb的问题.果然,在几番搜索以后,找到了问题的原因.
在gdb中设置 : set max-value-size unlimited
如果不想设置无限大,也可以指定大小.
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献4条内容
所有评论(0)