reWhen分析核心文件尺寸錯誤fpregset,我GDB 7.0輸出幾個警告: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。
問題:
- 什麼是這些警告的原因/原因是什麼?
- 爲什麼我不能檢索回溯?
- 如何解決這些問題?