Bug 72253

Summary: Creating multiple ggate devices with same unit# panics kernel
Product: Base System Reporter: Ivan Voras <ivoras>
Component: kernAssignee: Pawel Jakub Dawidek <pjd>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.3-BETA5   
Hardware: Any   
OS: Any   

Description Ivan Voras 2004-10-02 12:10:19 UTC
Attempted creating multiple ggate devices with same unit number results in kernel panic.

Fix: 

Don't do that.
How-To-Repeat: 	
# dd if=/dev/zero of=/tmp/thingie bs=1m count=10
# ggatel create -u0 /tmp/thingie
# ggatel create -u0 /tmp/thingie
(repeat above command multiple times, after a while, kernel panics in
current process="swi5: clock sio")
Comment 1 Simon L. B. Nielsen freebsd_committer freebsd_triage 2004-10-02 12:17:41 UTC
Responsible Changed
From-To: freebsd-bugs->pjd

Over to geom gate author.
Comment 2 Pawel Jakub Dawidek freebsd_committer freebsd_triage 2004-10-02 16:02:22 UTC
State Changed
From-To: open->closed

Fixed in 6-CURRENT. Thanks!