On Tue, Jan 1, 2013 at 10:52 AM, mxb <[email protected]> wrote: > objdump gets segfault the dumping kernel. > Any ideas?
Works for me: $ objdump -d /bsd > o $ echo $? 0 $ ls -l o -rw-rw-r-- 1 guenther wheel 102740402 Jan 1 14:45 o $ arch OpenBSD.amd64 $ Build a version with -g and run the unstripped binary under gdb and see what it shows... Philip Guenther

