From owner-freebsd-current Sat Apr 8 10:56:09 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA19655 for current-outgoing; Sat, 8 Apr 1995 10:56:09 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA19631 for ; Sat, 8 Apr 1995 10:55:01 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id DAA02397; Sun, 9 Apr 1995 03:50:02 +1000 Date: Sun, 9 Apr 1995 03:50:02 +1000 From: Bruce Evans Message-Id: <199504081750.DAA02397@godzilla.zeta.org.au> To: ache@astral.msk.su, freebsd-current@freefall.cdrom.com Subject: Re: DDB is broken? Sender: current-owner@FreeBSD.org Precedence: bulk >I config -g my kernel and got >(null)(xxxx,...) at xxx >(null)(xxxx,...) at xxx >etc. on 't' command when I break into DDB. >I.e. no function names showed but (null) instead. >Moreover, 'show map' cause page fault. If you use `strip -x' on the boot kernel, then there is a mmap() bug that sometimes causes an invalid symbol table. This is being fixed. Does anyone boot with full -g kernels? I don't know exactly what ddb will do with all the symbols. Bruce