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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
