摘要: //打开linux的core dumped ulimit -c unlimited //ubuntu需要手动设置下生成路径 sudo sysctl -w kernel.core_pattern=$PWD/core 执行一次可执行程序 ./a.out segmentation fault (core 阅读全文
posted @ 2023-09-12 09:47 feipeng8848 阅读(110) 评论(0) 推荐(0) 编辑