perl not being stopped

Sylvain Petreolle spetreolle@yahoo.fr
Tue Jun 18 05:30:00 GMT 2002


Hi,

launching following script makes perl not being
stopped, /dev/audio is a link to /dev/dsp :
(it also functions normally emitting the tone)

#!/usr/bin/perl
open DSP, ">/dev/audio" or die; 
while (1) { 
# steve.hanov@mail.com
print DSP (pack C,
int((sin(0.34557519*$p)+sin(0.27488936*$p++))*64+127));
 };
# <http://www.student.math.uwaterloo.ca/~smhanov> 

hitting ctrl-c or kill it via kill -15, kill -9,-1 or
-2
will not stop it. it must be killed via task manager.

If needed I will attach cygcheck output.
Cygwin version is last cygwin with ALL packages installed.

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list