Date: Mon, 7 Oct 2002 02:46:33 -0400 From: Carl Schmidt <carl@slackerbsd.org> To: freebsd-current@freebsd.org Subject: New panic fun. Message-ID: <20021007064633.GA64909@carbon.slackerbsd.org>
next in thread | raw e-mail | index | archive | help
Decided to update my source tree today. Evidently this was not a bright move. I built my kernel and whatnot, powered off (rebooting on my laptop doesn't work...), and startx'ed. Then I ran mozilla. poof Fatal trap 9: general protection fault while in kernel mode instruction pointer = 0x8:0xc028db0f stack pointer = 0x10:0xd1e1c9e4 frame pointer = 0x10:0xd1e1c9e4 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = resume, IOPL = 0 current process = 665 (mozilla-bin) Uptime: 4m53s Dumping 255 MB ata0: resetting devices .. done [CTRL-C to abort] [CTRL-C to abort] [CTRL-C to abort] [CTRL-C to abort] [CTRL-C to abort] [CTRL-C to abort] 16 32 48 64 80 96 112 128 144 160 176 192 208 224 240 --- #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:223 223 dumping++; (kgdb) where #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:223 #1 0xc0190a75 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:355 #2 0xc0190c4c in poweroff_wait (junk=0xc0298468, howto=-773732132) at /usr/src/sys/kern/kern_shutdown.c:508 #3 0xc012343d in db_panic () at /usr/src/sys/ddb/db_command.c:450 #4 0xc01233e0 in db_command (last_cmdp=0xc02ca100, cmd_table=0xc0298468, aux_cmd_tablep=0x104, aux_cmd_tablep_end=0xc26775b0) at /usr/src/sys/ddb/db_command.c:346 #5 0xc01234ab in db_command_loop () at /usr/src/sys/ddb/db_command.c:472 #6 0xc012599a in db_trap (type=9, code=0) at /usr/src/sys/ddb/db_trap.c:72 #7 0xc027a982 in kdb_trap (type=9, code=0, regs=0xd1e1c9a4) at /usr/src/sys/i386/i386/db_interface.c:166 #8 0xc0289358 in trap_fatal (frame=0xd1e1c9a4, eva=0) at /usr/src/sys/i386/i386/trap.c:841 #9 0xc0288ebc in trap (frame= {tf_fs = 24, tf_es = 16, tf_ds = -1078001648, tf_edi = -773731000, tf_esi = -1033407056, tf_ebp = -773731868, tf_isp = -773731888, tf_ebx = 514, tf_edx = -1033407056, tf_ecx = -773731696, tf_eax = -773731696, tf_trapno = 9, tf_err = 0, tf_eip = -1071064305, tf_cs = 8, tf_eflags = 65538, tf_esp = -773731852, tf_ss = -1071064388}) at /usr/src/sys/i386/i386/trap.c:643 #10 0xc027bd98 in calltrap () at {standard input}:98 #11 0xc028dabc in npxsetregs (td=0x0, addr=0x0) at /usr/src/sys/i386/isa/npx.c:1000 #12 0xc028349d in set_fpcontext (td=0xc26775b0, mcp=0x0) at /usr/src/sys/i386/i386/machdep.c:2230 #13 0xc0281ea0 in sigreturn (td=0xc26775b0, uap=0x0) at /usr/src/sys/i386/i386/machdep.c:757 #14 0xc0289636 in syscall (frame= {tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 0, tf_esi = 135491152, tf_ebp = -1077942724, tf_isp = -773730956, tf_ebx = 677337812, tf_edx = 677337244, tf_ecx = -1077942616, tf_eax = 344, tf_trapno = 22, tf_err = 2, tf_eip = 677510491, tf_cs = 31, tf_eflags = 662, tf_esp = -1077942768, tf_ss = 47}) at /usr/src/sys/i386/i386/trap.c:1050 #15 0xc027bded in Xint0x80_syscall () at {standard input}:140 ---Can't read userspace from dump, or kernel process--- And there you have it. I cannot begin to fathom what caused this. So far it seems that only running mozilla causes it to occur. I can supply more information if needed of course. -- Carl Schmidt [Random Quote] Satellite Safety Tip #14: If you see a bright streak in the sky coming at you, duck. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021007064633.GA64909>