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. Message-ID: <Mutt.19970209005049.j@uriah.heep.sax.de> In-Reply-To: <Pine.BSF.3.95.970208173817.14716A-100000@why>; from Andrew Herdman on Feb 8, 1997 17:53:35 -0500 References: <8301.855419376@critter.dk.tfs.com> <Pine.BSF.3.95.970208173817.14716A-100000@why>
next in thread | previous in thread | raw e-mail | index | archive | help
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. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Mutt.19970209005049.j>