From owner-freebsd-current Wed Mar 15 15:41:28 2000 Delivered-To: freebsd-current@freebsd.org Received: from peak.mountin.net (peak.mountin.net [207.227.119.2]) by hub.freebsd.org (Postfix) with ESMTP id B283837BF21 for ; Wed, 15 Mar 2000 15:41:17 -0800 (PST) (envelope-from jeff@mountin.net) Received: (from daemon@localhost) by peak.mountin.net (8.9.1/8.9.1) id RAA10222 for ; Wed, 15 Mar 2000 17:41:16 -0600 (CST) (envelope-from jeff@mountin.net) Received: from dial-70.max1.wa.cyberlynk.net(207.227.118.70) by peak.mountin.net via smap (V1.3) id sma010220; Wed Mar 15 17:40:55 2000 Message-Id: <4.3.2.20000315172056.00bf7740@mixcom.com> X-Sender: jeffm@207.227.119.2 X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Wed, 15 Mar 2000 17:38:43 -0600 To: current@FreeBSD.ORG From: "Jeffrey J. Mountin" Subject: panic during make depend Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well now... Successfully did a buildworld with -O -pipe -march=pentiumpro, installworld was good, remade /dev and built a generic kernel. Config'd my local kernel and within the first few lines of 'make depend' it bombed: > gdb -k kernel.debug vmcore.0 GNU gdb 4.18 Copyright 1998 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-unknown-freebsd"... SMP 2 cpus IdlePTD 3633152 initial pcb at 23a6e0 panicstr: page fault panic messages: --- Fatal trap 12: page fault while in kernel mode mp_lock = 01000002; cpuid = 1; lapic.id = 01000000 fault virtual address = 0x16 fault code = supervisor read, page not present instruction pointer = 0x8:0xc013e14a stack pointer = 0x10:0xc9bf7e04 frame pointer = 0x10:0xc9bf7e08 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 182 (mysqld) interrupt mask = net tty bio cam <- SMP: XXX trap number = 12 panic: page fault mp_lock = 01000002; cpuid = 1; lapic.id = 01000000 boot() called on cpu#1 syncing disks... 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 73 giving up on 44 buffers Uptime: 2h1m7s dumping to dev #ad/0x20001, offset 45056 dump ata0: resetting devices .. done 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 --- #0 boot (howto=256) at ../../kern/kern_shutdown.c:304 304 dumppcb.pcb_cr3 = rcr3(); (kgdb) bt #0 boot (howto=256) at ../../kern/kern_shutdown.c:304 #1 0xc01471f8 in poweroff_wait (junk=0xc021574f, howto=-920381984) at ../../kern/kern_shutdown.c:554 #2 0xc01e5047 in trap_fatal (frame=0xc9bf7dc4, eva=22) at ../../i386/i386/trap.c:924 #3 0xc01e4cdd in trap_pfault (frame=0xc9bf7dc4, usermode=0, eva=22) at ../../i386/i386/trap.c:817 #4 0xc01e48db in trap (frame={tf_fs = -920387560, tf_es = -910229488, tf_ds = -1072037872, tf_edi = 0, tf_esi = -925050432, tf_ebp = -910197240, tf_isp = -910197264, tf_ebx = 14, tf_edx = 1107296256, tf_ecx = 16777217, tf_eax = 1107296256, tf_trapno = 12, tf_err = 0, tf_eip = -1072438966, tf_cs = 8, tf_eflags = 66182, tf_esp = -1058693248, tf_ss = -910197212}) at ../../i386/i386/trap.c:423 #5 0xc013e14a in funsetown (sigio=0xe) at ../../kern/kern_descrip.c:365 #6 0xc015f2fa in soclose (so=0xc8dcd9c0) at ../../kern/uipc_socket.c:239 #7 0xc0157582 in soo_close (fp=0xc0e59f80, p=0xc92415e0) at ../../kern/sys_socket.c:180 #8 0xc013ee05 in fdrop (fp=0xc0e59f80, p=0xc92415e0) at ../../sys/file.h:211 #9 0xc013ed43 in closef (fp=0xc0e59f80, p=0xc92415e0) at ../../kern/kern_descrip.c:1059 #10 0xc013eac0 in fdfree (p=0xc92415e0) at ../../kern/kern_descrip.c:929 #11 0xc0140201 in exit1 (p=0xc92415e0, rv=11) at ../../kern/kern_exit.c:186 #12 0xc0148ce6 in sigexit (p=0xc92415e0, sig=11) at ../../kern/kern_sig.c:1480 #13 0xc0148a60 in postsig (sig=11) at ../../kern/kern_sig.c:1383 #14 0xc01e4ad0 in trap (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 673009436, tf_esi = 673009436, tf_ebp = -1077938476, tf_isp = -910196780, tf_ebx = 672450920, tf_edx = 1953525504, tf_ecx = 134519040, tf_eax = 256000, tf_trapno = 12, tf_err = 1953525544, tf_eip = 672389099, tf_cs = 31, tf_eflags = 66050, tf_esp = -1077938500, tf_ss = 47}) at ../../i386/i386/trap.c:159 #15 0x2813d7eb in ?? () cannot read proc at 0 Wiped the compile dir and started over with no problems. This was with a RELENG_4 cvsup from ealier today (posted to -current, but this is a follow-up from earlier). Jeff Mountin - jeff@mountin.net Systems/Network Administrator FreeBSD - the power to serve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message