Bug 31743

Summary: Kernel Panic related to sysctl and kld
Product: Base System Reporter: Jordan DeLong <fracture>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.4-RELEASE   
Hardware: Any   
OS: Any   

Description Jordan DeLong 2001-11-04 01:40:01 UTC
	with nfs not build into the kernel, loading it and then
	unloading it seems to cause problems

How-To-Repeat: 	as root:

	# kldload nfs
	# sysctl -a
	# kldunload nfs
	# sysctl -a

	causes a page fault in kernel mode panic
Comment 1 Evan Sarmiento 2001-11-12 12:53:24 UTC
Hello,

I confirmed this on my 4.4-STABLE box. I'll try and get around
to looking at the actual problem tonight.

- Evan
Comment 2 marcolz 2001-11-16 01:35:30 UTC
This problem is described in kern/24392 and is still not solved...

Marc
Comment 3 dwmalone freebsd_committer freebsd_triage 2001-11-16 10:53:22 UTC
State Changed
From-To: open->closed

Almost certainly a duplicate of 24392. Luigi is working on a fix for 
this problem I believe.