Bug 60

Summary: fd hangs if two process access raw-dev.
Product: Base System Reporter: Poul-Henning Kamp <phk>
Component: i386Assignee: FreeBSD Core Team <core>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Poul-Henning Kamp freebsd_committer freebsd_triage 1994-12-15 22:30:01 UTC

How-To-Repeat: 
	dd if=/dev/rfd0 of=/dev/null &
	(wait 10 sec)
        dd if=/dev/rfd0 of=/dev/null &
Comment 1 Joerg Wunsch freebsd_committer freebsd_triage 1995-01-12 19:37:39 UTC
State Changed
From-To: open->closed

The problem in question has been one of the problems caused by 
the bogus check for a write-protected floppy at Fdopen() time. 
The latter has been removed by now, and this error 
does no longer happen.