top Segmentation faulting on 8.0p2 amd64

Mikolaj Golub to.my.trociny at gmail.com
Fri Jan 22 22:27:04 UTC 2010


On Wed, 20 Jan 2010 08:06:23 +0100 Harald Schmalzbauer wrote:

> Dear all,
>
> I have no idea why top crashes with segmentation fault on my amd64
> machine running FreeBSD 8.0-RELEASE-p2.
> If someone wants to have a loot at the core dump:
> http://www.schmalzbauer.de/downloads/top.core

core file is useless without binary and libraries. So it is better to run gdb
on your host, produce backtrace and post here:

gdb /usr/bin/top top.core
bt

And sure a backtrace from the top built with -g would be much better.

cd /usr/src/usr.bin/top
CFLAGS=-g make

-- 
Mikolaj Golub


More information about the freebsd-stable mailing list