gpt4 book ai didi

c++ - DBX 核心文件被截断了吗?

转载 作者:太空宇宙 更新时间:2023-11-04 11:36:42 28 4
gpt4 key购买 nike

我在 RHEL6.1 上使用最新版本的 dbxtool (Solaris Studio)。

我正在完成教程示例 here使用他们的示例代码,但是当尝试在生成的核心文件上运行 dbxtool 时,我得到以下信息:

(dbx) cd /users/rory/Desktop/debug_tutorial
(dbx) debug /users/rory/Desktop/debug_tutorial/a.out core.a.out.10665
Reading a.out
dbx: warning: The corefile was truncated.
It should have been 1765376 bytes long (is only 483328)
Because of this, some functionality will be missing from dbx.
(See `help core')
core file header read successfully
Reading ld-linux-x86-64.so.2
Reading libstdc++.so.6
Reading libm.so.6
Reading libgcc_s.so.1
Reading libc.so.6
program terminated by signal SEGV (Segmentation fault)
dbx: core file read error: address 0x3faff579bc not available
dbx: attempt to fetch registers failed - stack corrupted

第一个警告是关于核心文件被截断(应该是 1765376 字节长(只有 483328)),但我能够在同一目录中生成更大尺寸的其他核心文件,所以不知道为什么会这样一个被截断了?

我还完成了教程 here关于删除核心大小文件限制,但没有成功。

最佳答案

这是 RH6 上的一个已知 dbx 问题 (CR 7077948)。如果数据段的内存大小大于 elf header 中的文件大小 (p_filesz),则会错误计算核心文件大小。此问题已在 dbx 7.9 中确定并修复。

关于c++ - DBX 核心文件被截断了吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7484271/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com