Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2002 13:20:30 -0400 (AST)
From:      "Marc G. Fournier" <scrappy@hub.org>
To:        freebsd-stable@freebsd.org
Subject:   Crash on 4.7-PRERELEASE #18: Tue Sep 10 20:16:18 CDT 2002 kernel
Message-ID:  <20021115131948.E14204-100000@hub.org>

next in thread | raw e-mail | index | archive | help


(kgdb) where
#0  0xc95c2256 in ?? ()
#1  0xc013eb60 in boot (howto=256) at /usr/src/sys/kern/kern_shutdown.c:223
#2  0xc013f285 in panic (fmt=0xc02111d9 "%s") at /usr/src/sys/kern/kern_shutdown.c:595
#3  0xc01e4f25 in trap_fatal (frame=0xf3f37d3c, eva=5) at /usr/src/sys/i386/i386/trap.c:974
#4  0xc01e4b91 in trap_pfault (frame=0xf3f37d3c, usermode=0, eva=5)
    at /usr/src/sys/i386/i386/trap.c:867
#5  0xc01e46eb in trap (frame={tf_fs = -151781352, tf_es = 16, tf_ds = 16, tf_edi = 12,
      tf_esi = 1003, tf_ebp = -202146416, tf_isp = -202146456, tf_ebx = 1, tf_edx = -202146160,
      tf_ecx = 0, tf_eax = 42167, tf_trapno = 12, tf_err = 0, tf_eip = -919289968, tf_cs = 8,
      tf_eflags = 66050, tf_esp = -919278368, tf_ss = -53452672})
    at /usr/src/sys/i386/i386/trap.c:466
#6  0xc934bf90 in ?? ()
#7  0xc934d080 in ?? ()
#8  0xc016b45d in lookup (ndp=0xf3f37e7c) at vnode_if.h:52
#9  0xc016af58 in namei (ndp=0xf3f37e7c) at /usr/src/sys/kern/vfs_lookup.c:153
#10 0xc017124d in lstat (p=0xf3dcad00, uap=0xf3f37f80) at /usr/src/sys/kern/vfs_syscalls.c:1823
#11 0xc01e5261 in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 134542080,
      tf_esi = 134542152, tf_ebp = -1078005192, tf_isp = -202145836, tf_ebx = 672163052,
      tf_edx = 134533120, tf_ecx = 0, tf_eax = 190, tf_trapno = 7, tf_err = 2, tf_eip = 671846928,
      tf_cs = 31, tf_eflags = 647, tf_esp = -1078005332, tf_ss = 47})
    at /usr/src/sys/i386/i386/trap.c:1175
#12 0xc01d29db in Xint0x80_syscall ()
#13 0x280b59e1 in ?? ()
#14 0x280b5282 in ?? ()
#15 0x8048e3d in ?? ()
#16 0x80488f1 in ?? ()
(kgdb) up 5
#5  0xc01e46eb in trap (frame={tf_fs = -151781352, tf_es = 16, tf_ds = 16, tf_edi = 12,
      tf_esi = 1003, tf_ebp = -202146416, tf_isp = -202146456, tf_ebx = 1, tf_edx = -202146160,
      tf_ecx = 0, tf_eax = 42167, tf_trapno = 12, tf_err = 0, tf_eip = -919289968, tf_cs = 8,
      tf_eflags = 66050, tf_esp = -919278368, tf_ss = -53452672})
    at /usr/src/sys/i386/i386/trap.c:466
466                             (void) trap_pfault(&frame, FALSE, eva);
(kgdb) frame frame->tf_ebp frame->tf_eip
#0  0xc934bf90 in ?? ()
(kgdb)



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021115131948.E14204-100000>