Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20020618090712.45129.qmail@web10103.mail.yahoo.com> Date: Tue, 18 Jun 2002 11:07:12 +0200 (CEST) From: =?iso-8859-1?q?Sylvain=20Petreolle?= Subject: perl not being stopped To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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 DOT hanov AT mail DOT com print DSP (pack C, int((sin(0.34557519*$p)+sin(0.27488936*$p++))*64+127)); }; # 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/