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 <TargFreeGN>)
    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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to