From owner-freebsd-current Fri Sep 27 11:27: 6 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B9DF37B401 for ; Fri, 27 Sep 2002 11:27:04 -0700 (PDT) Received: from hotmail.com (f19.law14.hotmail.com [64.4.21.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DCF443E86 for ; Fri, 27 Sep 2002 11:27:04 -0700 (PDT) (envelope-from macklobell@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 27 Sep 2002 11:27:04 -0700 Received: from 217.215.99.176 by lw14fd.law14.hotmail.msn.com with HTTP; Fri, 27 Sep 2002 18:27:04 GMT X-Originating-IP: [217.215.99.176] From: "Mack Lobell" To: freebsd-current@freebsd.org Subject: make core dumping Date: Fri, 27 Sep 2002 18:27:04 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 27 Sep 2002 18:27:04.0166 (UTC) FILETIME=[7A66A060:01C26653] Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, got a core dump when i built the kernel today. root/usr/current/src#gdb /usr/bin/make sys/modules/dc/make.core GNU gdb 5.2.0 (FreeBSD) 20020627 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-undermydesk-freebsd"... Core was generated by `make'. Program terminated with signal 11, Segmentation fault. #0 0x0805a63d in Lst_Destroy (l=0x80ad540, freeProc=0) at /usr/current/src/usr.bin/make/lst.lib/lstDestroy.c:88 88 return; (gdb) where #0 0x0805a63d in Lst_Destroy (l=0x80ad540, freeProc=0) at /usr/current/src/usr.bin/make/lst.lib/lstDestroy.c:88 #1 0x080569f4 in TargFreeGN (gnp=0x80ae100) at /usr/current/src/usr.bin/make/targ.c:217 #2 0x0805a65c in Lst_Destroy (l=0x807f300, freeProc=0x80569a4 ) at /usr/current/src/usr.bin/make/lst.lib/lstDestroy.c:94 #3 0x0805686a in Targ_End () at /usr/current/src/usr.bin/make/targ.c:138 #4 0x08050cc1 in main (argc=3, argv=0xbfbff61c) at /usr/current/src/usr.bin/make/main.c:883 #5 0x08048131 in _start () (gdb) p *list $1 = {firstPtr = 0x808a000, lastPtr = 0x807f100, isCirc = 134798016, atEnd = 134878784, isOpen = 134927424, curPtr = 0x807f9e0, prevPtr = 0x0} (gdb) p *list->firstPtr $2 = {prevPtr = 0x808d000, nextPtr = 0x808a000, useCount = 32, flags = 0, datum = 0x7f0056} (gdb) p *list->lastPtr $3 = {prevPtr = 0x0, nextPtr = 0x8080000, useCount = 64, flags = 0, datum = 0x400031} _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message