Date: Tue, 14 Mar 2000 19:59:12 GMT From: steve@snuggly.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org Subject: kern/17375: kldload/unload cycles with syscons screen savers causes panic Message-ID: <200003141959.TAA00372@snuggly.demon.co.uk>
next in thread | raw e-mail | index | archive | help
>Number: 17375
>Category: kern
>Synopsis: kldload/unload cycles with syscons screen savers causes panic
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Mar 14 12:00:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator: Steve Roome (Root)
>Release: FreeBSD 3.4-STABLE i386
>Organization:
>Environment:
3.4-stable as of 26 feb 2000
>Description:
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
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003141959.TAA00372>
