examining Linux core file?

Chuck Tuffli chuck at tuffli.net
Mon Jan 15 18:51:17 UTC 2018


On Sun, Jan 14, 2018 at 7:31 PM, Benjamin Kaduk <kaduk at mit.edu> wrote:
> On Sun, Jan 14, 2018 at 07:57:01AM -0800, Chuck Tuffli wrote:
>> If a Linux application running under the Linux emulation  (a.k.a.
>> Linuxulator) core dumps, is it possible to examine the resulting core
>> file? lldb didn't seem to like it:
>
> I wonder how a Linux gdb running under the Linuxulator would fare
> with it?

Sorry, that's what I was trying to show with the last example. The
Linux gdb from CentOS running under the Linuxulator gives:

# gdb -q ./testcases/bin/mremap05 mremap05.core
Reading symbols from /opt/ltp/testcases/bin/mremap05...done.

warning: A handler for the OS ABI "FreeBSD ELF" is not built into this
configuration
of GDB.  Attempting to continue with the default i386:x86-64 settings.

"/opt/ltp/mremap05.core": no core file handler recognizes format

--chuck


More information about the freebsd-hackers mailing list