Subject: Re: kern/32563: audioctl of death
To: None <jmcneill@netbsd.org, gnats-admin@netbsd.org,>
From: Christian Biere <christianbiere@gmx.de>
List: netbsd-bugs
Date: 04/16/2006 04:55:01
The following reply was made to PR kern/32563; it has been noted by GNATS.

From: Christian Biere <christianbiere@gmx.de>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: kern/32563: audioctl of death
Date: Sun, 16 Apr 2006 06:55:11 +0200

 Christian Biere wrote:
 >   $ cat /dev/urandom > /dev/audio0	# play a Britney Spears song
 
 There's a '&' missing in the line above. The panic happens when
 audioctl is used while the audio device is still in use.
 
 >   $ audioctl -w play.rate=44100		# change play rate from 8 kHz
 
 -- 
 Christian