re 分析核心文件时,我的 gdb 7.0 输出几个警告:
warning: Wrong size gregset in core file.
warning: Wrong size fpregset in core file.
warning: Wrong size gregset in core file.
warning: Wrong size fpregset in core file.
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
我不确定它是否相关,但我无法获得回溯:
(gdb) bt
#0 0x00000000 in ?? ()
操作系统架构是 SUN Solaris 10 SPARC。
问题:
- 这些警告的原因/原因是什么?
- 为什么我无法检索回溯?
- 如何解决这些问题?