From owner-freebsd-current Sat Feb 8 15:51:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA08189 for current-outgoing; Sat, 8 Feb 1997 15:51:29 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id PAA08184 for ; Sat, 8 Feb 1997 15:51:24 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id AAA08878; Sun, 9 Feb 1997 00:51:14 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.6.9) id AAA29921; Sun, 9 Feb 1997 00:50:49 +0100 (MET) Message-ID: Date: Sun, 9 Feb 1997 00:50:49 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: andrew@why.whine.com (Andrew Herdman) Cc: phk@critter.dk.tfs.com (Poul-Henning Kamp), andrew@why.whine.com (Andrew Herdman), current@freebsd.org Subject: Re: Make world of Current dies with weird errors. References: <8301.855419376@critter.dk.tfs.com> X-Mailer: Mutt 0.55-PL10 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: ; from Andrew Herdman on Feb 8, 1997 17:53:35 -0500 Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Andrew Herdman wrote: > Core was generated by `make'. > Program terminated with signal 6, Abort trap. > Cannot access memory at address 0x654f0. > #0 0x807de11 in ?? () > (gdb) bt > #0 0x807de11 in ?? () > #1 0x807d6e3 in ?? () > #2 0x807c232 in ?? () > #3 0x807c270 in ?? () > #4 0x807d24b in ?? () > #5 0x807d432 in ?? () > #6 0x12731 in Lst_Destroy (l=0x588c0, freeProc=0) > at /usr/src/usr.bin/make/lst.lib/lstDestroy.c:99 Do an ``up 6'', this should get you here. There's most likely a free() call on line 99. It seems this one is freed multiple times (for some reason). -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)