[panic] sched_priority: invalid interactive priority 124 score -4
Peter Kostouros
kpeter at melbpc.org.au
Sat Sep 22 23:38:26 PDT 2007
Hi
I received the abovementioned panic on a system csup'ed and build a few
hours ago and have attached a debug session I hope will help.
Note that I am using the ULE scheduler: version of sched_ule.c is 1.208
(2007/09/22).
Let me know if I can provide further information.
--
Regards
Peter
As always the organisation disavows knowledge of this email
-------------- next part --------------
--- GENERIC 2007-07-14 10:52:03.000000000 +1000
+++ BARON 2007-09-15 21:52:05.000000000 +1000
@@ -18,17 +18,16 @@
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.473 2007/07/01 21:47:45 njl Exp $
-cpu I486_CPU
-cpu I586_CPU
cpu I686_CPU
-ident GENERIC
+ident BARON
# To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" # Default places to look for devices.
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
-options SCHED_4BSD # 4BSD scheduler
+#options SCHED_4BSD # 4BSD scheduler
+options SCHED_ULE
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
@@ -305,9 +304,46 @@
device rue # RealTek RTL8150 USB Ethernet
# FireWire support
-device firewire # FireWire bus code
-device sbp # SCSI over FireWire (Requires scbus and da)
-device fwe # Ethernet over FireWire (non-standard!)
-device fwip # IP over FireWire (RFC 2734,3146)
-device dcons # Dumb console driver
-device dcons_crom # Configuration ROM for dcons
+#device firewire # FireWire bus code
+#device sbp # SCSI over FireWire (Requires scbus and da)
+#device fwe # Ethernet over FireWire (non-standard!)
+#device fwip # IP over FireWire (RFC 2734,3146)
+#device dcons # Dumb console driver
+#device dcons_crom # Configuration ROM for dcons
+
+#
+# BARON
+#
+device sound
+device snd_emu10kx
+
+#
+# Options to enable ATAPI devices access through SCSI subsystem
+#
+device atapicam
+device ata
+device scbus
+device cd
+device pass
+
+#
+# Alternate queuing of network packets
+#
+options ALTQ
+options ALTQ_CBQ
+options ALTQ_RED
+options ALTQ_RIO
+options ALTQ_HFSC
+options ALTQ_CDNR
+options ALTQ_PRIQ
+options ALTQ_NOPCC
+options ALTQ_DEBUG
+
+#
+# Kernel tracing
+#
+options KTR
+options ALQ
+options KTR_ALQ
+options KTR_ENTRIES=131072
+options KTR_COMPILE=(KTR_LOCK|KTR_PROC|KTR_INTR|KTR_CALLOUT|KTR_UMA|KTR_SYSC)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: typescript
Type: application/octet-stream
Size: 11302 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20070923/22a9b6c6/typescript.obj
More information about the freebsd-current
mailing list