kern/121294: [panic] kernel panic pcpu.h or 0x00000000 in ?? ()

kirill kirill at niky.net.ua
Mon Mar 3 19:10:03 UTC 2008


The following reply was made to PR kern/121294; it has been noted by GNATS.

From: "kirill" <kirill at niky.net.ua>
To: <bug-followup at FreeBSD.org>,
	<kirill at niky.net.ua>
Cc:  
Subject: Re: kern/121294: [panic] kernel panic pcpu.h or 0x00000000 in ?? ()
Date: Mon, 3 Mar 2008 20:02:31 +0200

 This is a multi-part message in MIME format.
 
 ------=_NextPart_000_0002_01C87D69.83F66420
 Content-Type: text/plain;
 	charset="koi8-r"
 Content-Transfer-Encoding: quoted-printable
 
 I'm update system to FreeBSD main.deeptown.net 7.0-STABLE FreeBSD =
 7.0-STABLE #11: Sun Mar  2 23:57:52 EET 2008     root at m
 ain.deeptown.net:/usr/obj/usr/src/sys/main  i386
 also panic. :(
 
 Mar  3 19:25:56 main kernel: panic: vm_fault: fault on nofault entry, =
 addr: e53d1000
 Mar  3 19:25:56 main kernel: Uptime: 10h39m21s
 Mar  3 19:25:56 main kernel: Physical memory: 2029 MB
 Mar  3 19:25:56 main kernel: Dumping 231 MB: 216 200 184 168 152 136 120 =
 104 88 72 56 40 24 8
 Mar  3 19:25:56 main kernel: Dump complete
 
 main# cd /usr/obj/usr/src/sys/main/
 main# kgdb -v kernel.debug /var/crash/vmcore.0
 kgdb: core file: /var/crash/vmcore.0
 kgdb: kernel image: kernel.debug
 [GDB will not be able to debug user-mode threads: =
 /usr/lib/libthread_db.so: Undefined symbol "ps_pgl
 obal_lookup"]
 GNU gdb 6.1.1 [FreeBSD]
 Copyright 2004 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-marcel-freebsd".
 There is no member named pathname.
 (kgdb) list
 1       /*-
 2        * Copyright (c) 1986, 1988, 1991, 1993
 3        *      The Regents of the University of California.  All rights =
 reserved.
 4        * (c) UNIX System Laboratories, Inc.
 5        * All or some portions of this file are derived from material =
 licensed
 6        * to the University of California by American Telephone and =
 Telegraph
 7        * Co. or Unix System Laboratories, Inc. and are reproduced =
 herein with
 8        * the permission of UNIX System Laboratories, Inc.
 9        *
 10       * Redistribution and use in source and binary forms, with or =
 without
 (kgdb) bt
 #0  doadump () at pcpu.h:195
 #1  0xc04eafc3 in boot (howto=3D260) at =
 /usr/src/sys/kern/kern_shutdown.c:409
 #2  0xc04eb19f in panic (fmt=3DVariable "fmt" is not available.
 ) at /usr/src/sys/kern/kern_shutdown.c:563
 #3  0xc06396a8 in vm_fault (map=3D0xc1054000, vaddr=3D3845984256, =
 fault_type=3D1 '\001', fault_flags=3D0)
     at /usr/src/sys/vm/vm_fault.c:275
 #4  0xc067f8fc in trap_pfault (frame=3D0xe53d3bdc, usermode=3D0, =
 eva=3D3845984256)
     at /usr/src/sys/i386/i386/trap.c:801
 #5  0xc0680269 in trap (frame=3D0xe53d3bdc) at =
 /usr/src/sys/i386/i386/trap.c:490
 #6  0xc066a3cb in calltrap () at /usr/src/sys/i386/i386/exception.s:139
 #7  0xc067da06 in generic_bcopy () at =
 /usr/src/sys/i386/i386/support.s:498
 Previous frame inner to this frame (corrupt stack?)
 (kgdb)
 ------=_NextPart_000_0002_01C87D69.83F66420
 Content-Type: text/html;
 	charset="koi8-r"
 Content-Transfer-Encoding: quoted-printable
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <HTML><HEAD>
 <META http-equiv=3DContent-Type content=3D"text/html; charset=3Dkoi8-r">
 <META content=3D"MSHTML 6.00.5730.13" name=3DGENERATOR>
 <STYLE></STYLE>
 </HEAD>
 <BODY bgColor=3D#ffffff>
 <DIV><FONT face=3DArial size=3D2>I'm update system to FreeBSD =
 main.deeptown.net=20
 7.0-STABLE FreeBSD 7.0-STABLE #11: Sun Mar&nbsp; 2 23:57:52 EET=20
 2008&nbsp;&nbsp;&nbsp;&nbsp; <A=20
 href=3D"mailto:root at m">root at m</A><BR>ain.deeptown.net:/usr/obj/usr/src/sy=
 s/main&nbsp;=20
 i386</FONT></DIV>
 <DIV><FONT face=3DArial size=3D2>also panic. :(</FONT></DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
 <DIV><FONT face=3DArial size=3D2>Mar&nbsp; 3 19:25:56 main kernel: =
 panic: vm_fault:=20
 fault on nofault entry, addr: e53d1000<BR>Mar&nbsp; 3 19:25:56 main =
 kernel:=20
 Uptime: 10h39m21s<BR>Mar&nbsp; 3 19:25:56 main kernel: Physical memory: =
 2029=20
 MB<BR>Mar&nbsp; 3 19:25:56 main kernel: Dumping 231 MB: 216 200 184 168 =
 152 136=20
 120 104 88 72 56 40 24 8<BR>Mar&nbsp; 3 19:25:56 main kernel: Dump=20
 complete</FONT></DIV>
 <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
 <DIV><FONT face=3DArial size=3D2>main# cd =
 /usr/obj/usr/src/sys/main/<BR>main# kgdb=20
 -v kernel.debug /var/crash/vmcore.0<BR>kgdb: core file:=20
 /var/crash/vmcore.0<BR>kgdb: kernel image: kernel.debug<BR>[GDB will not =
 be able=20
 to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol=20
 "ps_pgl<BR>obal_lookup"]<BR>GNU gdb 6.1.1 [FreeBSD]<BR>Copyright 2004 =
 Free=20
 Software Foundation, Inc.<BR>GDB is free software, covered by the GNU =
 General=20
 Public License, and you are<BR>welcome to change it and/or distribute =
 copies of=20
 it under certain conditions.<BR>Type "show copying" to see the=20
 conditions.<BR>There is absolutely no warranty for GDB.&nbsp; Type "show =
 
 warranty" for details.<BR>This GDB was configured as=20
 "i386-marcel-freebsd".<BR>There is no member named pathname.<BR>(kgdb)=20
 list<BR>1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
 /*-<BR>2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * Copyright (c) 1986, =
 1988,=20
 1991, 1993<BR>3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
 *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; The Regents of the University of=20
 California.&nbsp; All rights=20
 reserved.<BR>4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * (c) UNIX =
 System=20
 Laboratories, Inc.<BR>5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * All =
 or some=20
 portions of this file are derived from material=20
 licensed<BR>6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * to the =
 University of=20
 California by American Telephone and=20
 Telegraph<BR>7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * Co. or Unix =
 System=20
 Laboratories, Inc. and are reproduced herein=20
 with<BR>8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * the permission of =
 UNIX=20
 System Laboratories, Inc.<BR>9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
 
 *<BR>10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * Redistribution and use in =
 source=20
 and binary forms, with or without<BR>(kgdb) bt<BR>#0&nbsp; doadump () at =
 
 pcpu.h:195<BR>#1&nbsp; 0xc04eafc3 in boot (howto=3D260) at=20
 /usr/src/sys/kern/kern_shutdown.c:409<BR>#2&nbsp; 0xc04eb19f in panic=20
 (fmt=3DVariable "fmt" is not available.<BR>) at=20
 /usr/src/sys/kern/kern_shutdown.c:563<BR>#3&nbsp; 0xc06396a8 in vm_fault =
 
 (map=3D0xc1054000, vaddr=3D3845984256, fault_type=3D1 '\001',=20
 fault_flags=3D0)<BR>&nbsp;&nbsp;&nbsp; at=20
 /usr/src/sys/vm/vm_fault.c:275<BR>#4&nbsp; 0xc067f8fc in trap_pfault=20
 (frame=3D0xe53d3bdc, usermode=3D0, =
 eva=3D3845984256)<BR>&nbsp;&nbsp;&nbsp; at=20
 /usr/src/sys/i386/i386/trap.c:801<BR>#5&nbsp; 0xc0680269 in trap=20
 (frame=3D0xe53d3bdc) at /usr/src/sys/i386/i386/trap.c:490<BR>#6&nbsp; =
 0xc066a3cb=20
 in calltrap () at /usr/src/sys/i386/i386/exception.s:139<BR>#7&nbsp; =
 0xc067da06=20
 in generic_bcopy () at /usr/src/sys/i386/i386/support.s:498<BR>Previous =
 frame=20
 inner to this frame (corrupt =
 stack?)<BR>(kgdb)</FONT></DIV></BODY></HTML>
 
 ------=_NextPart_000_0002_01C87D69.83F66420--
 


More information about the freebsd-bugs mailing list