| 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: | <20040504072720.39292.qmail@web61305.mail.yahoo.com> |
| Date: | Tue, 4 May 2004 09:27:20 +0200 (CEST) |
| From: | =?iso-8859-1?q?Christian=20Renoulin?= <christian_renoulin AT yahoo DOT fr> |
| Subject: | signal issue |
| To: | cygwin AT cygwin DOT com |
| MIME-Version: | 1.0 |
I try to kill a process under cygwin. The main process
need to kill one its child process. The child process
is playing a music using :
system("cat phrase3.wav > /dev/dsp ");
The main process code is (pidChild is correst) :
kill(SIGKILL, pidChild);
I tried with SIGUSR2 (with a function associated to
the SIGUSR2 signal) : same result.
The opposite is working (child process sending a
SIGURS1 to its father - the father receive the signal
and call the matching function).
Does cygwin has a problem to recieve a signal when a
problem a process is busy (command system) ?
Chris (french guy)
Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout !
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/
Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! Messenger sur http://fr.messenger.yahoo.com
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |