【发布时间】:2015-03-22 06:46:25
【问题描述】:
我遇到了一种情况,我们只有核心文件(没有可执行文件)。 如何将核心文件与 gdb 或任何其他工具一起使用来收集尽可能多的信息。
gdb core
GNU gdb (GDB) SUSE (7.1-8.9.1)
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-suse-linux".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
"/home/core": not in executable format: File format not recognized
【问题讨论】: