| Summary: | kldload/unload cycles with syscons screen savers causes panic | ||
|---|---|---|---|
| Product: | Base System | Reporter: | steve <steve> |
| Component: | kern | Assignee: | yokota <yokota> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 3.4-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-bugs->yokota Yokota-san, could you look at this? 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 State Changed From-To: open->closed Problem doesn't seem to exist in 3.X and 4.X any longer, according to submitter. |
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