Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Sep 2000 19:55:25 +0100
From:      Ben Smithurst <ben@FreeBSD.org>
To:        current@FreeBSD.org
Subject:   page fault in sched_ithd
Message-ID:  <20000909195525.E77593@strontium.scientia.demon.co.uk>

next in thread | raw e-mail | index | archive | help
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 / ben@FreeBSD.org / PGP: 0x99392F7D


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?20000909195525.E77593>