A kernel from the latest sources gets a page fault in sched_ithd.  DDB says:

Stopped at:     sched_ithd+0x3c:        movl $0x01,0x14(%edi)

Any ideas what's wrong?

I'll try to get a serial console working at some point so hopefully I
can get some more useful information.

Here's the kernel config for that machine...

## $BCPS: conf/kern/LITHIUM,v 1.32 2000/08/27 17:02:20 ben Exp $

machine         i386
cpu             I486_CPU
ident           LITHIUM
maxusers        16

makeoptions     DEBUG=-g

options         ATA_STATIC_ID
options         COMPAT_43
options         DDB
options         DEVFS
options         FFS
options         FFS_ROOT
options         INET
options         INET6
options         INVARIANTS
options         INVARIANT_SUPPORT
options         KTRACE
options         P1003_1B
options         SOFTUPDATES
options         SYSVSHM
options         UCONSOLE
options         _KPOSIX_PRIORITY_SCHEDULING

device          ata
device          atadisk
device          atkbd
device          atkbdc  1
device          bpf
device          ep
device          ether
device          fdc
device          isa
device          loop
device          npx
device          pty
device          sc      1
device          sio
device          splash
device          vga
device          vn      4
-- 
Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to