Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 May 2000 12:40:45 +0100
From:      Mark Knight <markk@knigma.org>
To:        freebsd-current@freebsd.org
Subject:   Panic during boot under current
Message-ID:  <SjglyKA9yRK5EwdK@knigma.org>

next in thread | raw e-mail | index | archive | help
World and kernel of approx 1100 GMT Sunday 21st May:

Console (re-typed):

ad0: 1999MB <VMware Virtual IDE Hard Drive> [4334/15/63] at ata0-master using UDMA33
ad1: 499MB <VMware Virtual IDE Hard Drive> [1083/15/63] at ata0-slave using UDMA33
Mounting root from ufs: /dev/ad0s1a

Fatal trap 12: page fault while in kernel mode
fault virtual address   = 0x2a6
fault code              = supervisor read, page not present
instruction pointer     = 0x8:0xc017553b
stack pointer           = 0x10:0xc0328f14
frame pointer           = 0x10:0xc0328f30
code segment            = base 0x0, limit 0xfffff, type 0x1b
                        = DPL 0, pres 1 def32 1, gran 1
processor eflags        = interrupt enabled, IOPL = 0
current process         = 0 (swapper)
interrupt mask          = none
kernel: type 12 trap, code=0
Stopped at      getdiskbyname+0x9f:     pushl   0x20(%eax)
db> t
getdiskbyname(c0888c85,c0328f7c,c01751e2,c0888c80,c02a42d0) at getdiskbyname+0x9f
setrootbyname(c0888c80) at setrootbyname+0xb
vfs_mountroot_try(c0313092,c024cedc) at vfs_mountroot_try+0xda
vfs_mountroot(0,326c00,32d000,0,c011b736) at vfs_mountroot+0x5a
mi_startup(c0328fb4,a0202,ffe,32d000,c0158765) at mi_startup+0x70
begin() at begin+0x4b
db>

Config:

machine         i386
#cpu            I386_CPU
#cpu            I486_CPU
#cpu            I586_CPU
cpu             I686_CPU
ident           VMWARE
maxusers        32

makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols

#options        MATH_EMULATE            #Support for x87 emulation
options         INET                    #InterNETworking
#options        INET6                   #IPv6 communications protocols
options         FFS                     #Berkeley Fast Filesystem
options         FFS_ROOT                #FFS usable as root device [keep this!]
options         MFS                     #Memory Filesystem
options         MD_ROOT                 #MD is a potential root device
options         NFS                     #Network Filesystem
options         NFS_ROOT                #NFS usable as root device, NFS required
options         MSDOSFS                 #MSDOS Filesystem
options         CD9660                  #ISO 9660 Filesystem
options         CD9660_ROOT             #CD-ROM usable as root, CD9660 required
options         PROCFS                  #Process filesystem
options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
options         SCSI_DELAY=15000        #Delay (in ms) before probing SCSI
options         UCONSOLE                #Allow users to grab the console
options         USERCONFIG              #boot -c editor
options         VISUAL_USERCONFIG       #visual boot -c editor
options         KTRACE                  #ktrace(1) support
options         SYSVSHM                 #SYSV-style shared memory
options         SYSVMSG                 #SYSV-style message queues
options         SYSVSEM                 #SYSV-style semaphores
options         P1003_1B                #Posix P1003_1B real-time extensions
options         _KPOSIX_PRIORITY_SCHEDULING
options         ICMP_BANDLIM            #Rate limit bad replies
options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
options         DDB

device          isa
#device         eisa
device          pci
options         COMPAT_OLDISA           # Old ISA driver shims
options         COMPAT_OLDPCI           # Old PCI driver shims

# Floppy drives
device          fdc0    at isa? port IO_FD1 irq 6 drq 2
device          fd0     at fdc0 drive 0
device          fd1     at fdc0 drive 1

# ATA and ATAPI devices
device          ata0    at isa? port IO_WD1 irq 14
device          ata1    at isa? port IO_WD2 irq 15
device          ata
device          atadisk                 # ATA disk drives
device          atapicd                 # ATAPI CDROM drives
#device         atapifd                 # ATAPI floppy drives
#device         atapist                 # ATAPI tape drives
options         ATA_STATIC_ID           #Static device numbering
#options        ATA_ENABLE_ATAPI_DMA    #Enable DMA on ATAPI devices

device          atkbdc0 at isa? port IO_KBD
device          atkbd0  at atkbdc? irq 1 flags 0x1
device          psm0    at atkbdc? irq 12

device          vga0    at isa?

pseudo-device   splash

device          sc0     at isa? flags 0x100

device          npx0    at nexus? port IO_NPX irq 13

device          apm0    at nexus? flags 0x20 # Advanced Power Management

device          sio0    at isa? port IO_COM1 flags 0x10 irq 4
device          sio1    at isa? port IO_COM2 irq 3
device          sio2    at isa? disable port IO_COM3 irq 5
device          sio3    at isa? disable port IO_COM4 irq 9

device          lnc0    at isa? port 0x280 irq 10 drq 0

pseudo-device   loop            # Network loopback
pseudo-device   ether           # Ethernet support
pseudo-device   sl      1       # Kernel SLIP
pseudo-device   ppp     1       # Kernel PPP
pseudo-device   tun             # Packet tunnel.
pseudo-device   pty             # Pseudo-ttys (telnet etc)
pseudo-device   md              # Memory "disks"
pseudo-device   gif     4       # IPv6 and IPv4 tunneling
pseudo-device   faith   1       # IPv6-to-IPv4 relaying (translation)

pseudo-device   bpf             # Berkeley packet filter

device          sbc0    at isa? port 0x220 irq 5 drq 1 flags 0x15
device          pcm

options         SOFTUPDATES

options         IPFIREWALL              #firewall
options         IPDIVERT                #divert sockets
-- 
Mark Knight                       PGP Public Key: finger mkn@knigma.org


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?SjglyKA9yRK5EwdK>