Fwd: Re: buildworld panics with yesterday's kernel ...

Andrew Atrens atrens at nortelnetworks.com
Wed May 5 13:36:33 PDT 2004


Matthew Dillon wrote:

> :All but the nvidia module ... I just recompiled it and tried again
> :(kern.mmxopt=0) and I get the same thing. In fact if I boot with
> :_just_ the kernel loaded I get the same thing ....
> 
>     Send me your kernel config.  I'll compile up a kernel for you and have
>     you download and try to boot it.  Maybe something got corrupted on
>     your system (judging by the fs corruption already reported, it's quite
>     possible).

It is I suppose. Sounds worth a try :)  ...

> 
>     Also, if you can get a DDB prompt (options DDB) and a backtrace

I tried, no luck. :(  It's on the serial console, but it dies too fast to
break. :( 

>     ('trace' from the ddb prompt) that would be helpful.
> 
> -Matt


Here's my config -


machine         i386
cpu             I686_CPU
ident           ATRENS
maxusers        0

makeoptions     DEBUG=-gstabs

options    GDB_REMOTE_CHAT

options         INET                    #InterNETworking
options         INET6                   #IPv6 communications protocols
options         IPSEC                   #IP security
options         IPSEC_ESP               #IP security (crypto; define w/
IPSEC)
options         IPSEC_DEBUG             #debug for IP security

options         FFS                     #Berkeley Fast Filesystem
options         FFS_ROOT                #FFS usable as root device [keep
this!]
options         SOFTUPDATES             #Enable FFS soft updates support
options         UFS_DIRHASH
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         COMPAT_LINUX               #Compatible with BSD 4.3 [KEEP
THIS!]
options         DEBUG_LINUX               #Compatible with BSD 4.3 [KEEP
THIS!]
options         UCONSOLE                #Allow users to grab the console

options         UDF

options         SYSVSHM                 #SYSV-style shared memory
options         SYSVMSG                 #SYSV-style message queues
options         SYSVSEM                 #SYSV-style semaphores

options         PQ_CACHESIZE=512
options         P1003_1B                #Posix P1003_1B real-time extensions
options         _KPOSIX_PRIORITY_SCHEDULING
options         _KPOSIX_VERSION=199309L
options         NETGRAPH
options         ICMP_BANDLIM            #Rate limit bad replies
options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
options         CPU_ATHLON_SSE_HACK
options         PCI_ENABLE_IO_MODES
device          isa
device          pci
#device          agp
device          scbus
device          pass
device          da
device          cd

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

# ATA and ATAPI devices
device          twe

device          ata
device          atadisk                 # ATA disk drives
device          atapicd                 # ATAPI CDROM drives
device          atapicam
options         ATA_STATIC_ID           #Static device numbering
# atkbdc0 controls both the keyboard and the PS/2 mouse
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?
device          pcm
# splash screen/screen saver
options         SC_PIXEL_MODE
pseudo-device   splash
device          sc0     at isa? flags 0x100
device          npx0    at nexus? port IO_NPX irq 13
device          acpica

device          sio0    at isa? port IO_COM1 flags 0xb0 irq 4
#
# `flags' for serial drivers that support consoles (only for sio now):
#   0x10    enable console support for this unit.  The other console flags
#       are ignored unless this is set.  Enabling console support does
#       not make the unit the preferred console - boot with -h or set
#       the 0x20 flag for that.  Currently, at most one unit can have
#       console support; the first one (in config file order) with
#       this flag set is preferred.  Setting this flag for sio0 gives
#       the old behaviour.
#   0x20    force this unit to be the console (unless there is another
#       higher priority console).  This replaces the COMCONSOLE option.
#   0x40    reserve this unit for low level console operations.  Do not
#       access the device in any normal way.
#   0x80    use this port for serial line gdb support in ddb.
#
# Options for serial drivers that support consoles (only for sio now):
options     BREAK_TO_DEBUGGER   #a BREAK on a comconsole goes to
options     CONSPEED=9600     # speed for serial console


options         PPC_PROBE_CHIPSET
device          ppc0    at isa? irq 7
device          ppbus           # Parallel port bus (required)
device          lpt             # Printer
device          ppi
device          miibus          # MII bus support
device          xl              # 3Com 3c90x (``Boomerang'', ``Cyclone'')
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   snp
pseudo-device   md              # Memory "disks"
pseudo-device   gif             # IPv6 and IPv4 tunneling
pseudo-device   faith   1       # IPv6-to-IPv4 relaying (translation)
# The `bpf' pseudo-device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
pseudo-device   bpf             #Berkeley packet filter
options         INCLUDE_CONFIG_FILE     # Include this file in kernel
options         DDB
options         DDB_UNATTENDED
options         KTRACE
options         NETSMB                  #SMB/CIFS requester
options         NETSMBCRYPTO            #encrypted password support for SMB
options         LIBMCHAIN               #mbuf management library
options         IPFIREWALL              #firewall
options         IPFIREWALL_VERBOSE      #print information about
options         IPFIREWALL_FORWARD      #enable transparent proxy support
options         IPFIREWALL_VERBOSE_LIMIT=100    #limit verbosity
options         IPFIREWALL_DEFAULT_TO_ACCEPT    #allow everything by default
options         IPV6FIREWALL            #firewall for IPv6
options         IPV6FIREWALL_VERBOSE
options         IPV6FIREWALL_VERBOSE_LIMIT=100
options         IPV6FIREWALL_DEFAULT_TO_ACCEPT
options         IPDIVERT                #divert sockets
options         IPSTEALTH               #support for stealth forwarding
options         RANDOM_IP_ID
options         ICMP_BANDLIM
options         SMBFS                   #SMB/CIFS filesystem
options         LIBICONV
options         VESA
device          ehci
device          uhci
device          ohci
device          usb
device          ugen
device          uhid
device          ukbd
device          umass
device          ums
device          urio
options         USB_DEBUG
device          firewire        # Firewire bus code
device          sbp             # SCSI over Firewire (Requires scbus and da)
device          fwe             # Ethernet over Firewire (non-standard!)
options    INVARIANTS
options    INVARIANT_SUPPORT






More information about the Bugs mailing list