Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 2010 00:26:58 +0200
From:      Mikolaj Golub <to.my.trociny@gmail.com>
To:        Harald Schmalzbauer <h.schmalzbauer@omnilan.de>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: top Segmentation faulting on 8.0p2 amd64
Message-ID:  <86eilhwzbh.fsf@kopusha.onet>
In-Reply-To: <4B56AB6F.9010303@omnilan.de> (Harald Schmalzbauer's message of "Wed\, 20 Jan 2010 08\:06\:23 %2B0100")
References:  <4B56AB6F.9010303@omnilan.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86eilhwzbh.fsf>