delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
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?= <spetreolle AT yahoo DOT fr> |
Subject: | perl not being stopped |
To: | cygwin AT cygwin DOT com |
MIME-Version: | 1.0 |
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)); }; # <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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |