Bug 17375

Summary: kldload/unload cycles with syscons screen savers causes panic
Product: Base System Reporter: steve <steve>
Component: kernAssignee: yokota <yokota>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.4-STABLE   
Hardware: Any   
OS: Any   

Description steve 2000-03-14 20:00:02 UTC
	repeated use of kldunload and kldload with most
	of the syscons screen savers causes panics.

How-To-Repeat: 	assuming you have the daemon saver installed already ...
	this triggers it for me, same for fire saver but not
	for the green saver, not tested many others as this
	is the only machine I've got and don't fancy the bad
	luck of file system damages.

	for i in /
	do
		vidcontrol -t 1
		sleep 4
		kldunload -i `kldstat | grep daemon | awk '{print $1}'`
		kldload /modules/daemon_saver.ko
		kldstat
	done
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-03-15 08:32:58 UTC
Responsible Changed
From-To: freebsd-bugs->yokota

Yokota-san, could you look at this? 

Comment 2 Steve Roome 2001-02-15 16:06:43 UTC
I think this pr can get closed now, as this problem doesn't seem to
exist in either 3-stable or 4-stable anymore.

Ta,

	Steve Roome


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Comment 3 dwmalone freebsd_committer freebsd_triage 2001-02-15 19:16:00 UTC
State Changed
From-To: open->closed

Problem doesn't seem to exist in 3.X and 4.X any longer, according 
to submitter.