delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2002/11/13/13:30:40

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
From: "Chris January" <chris AT atomice DOT net>
To: "Mihai Daniel Stanescu" <mstanescu AT p16 DOT pub DOT ro>, <cygwin AT cygwin DOT com>
Subject: RE: [list] Terminating spawned cygwin programs from the starting application
Date: Wed, 13 Nov 2002 18:30:27 -0000
Message-ID: <LPEHIHGCJOAIPFLADJAHKELODAAA.chris@atomice.net>
MIME-Version: 1.0
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
In-Reply-To: <200211130051.gAD0pwx18838@p16.pub.ro>
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Importance: Normal

> Hi
> 
> I am kinda new in cygwin and i need some help. 
> 
> What i do now.
> I have a win32 application. In that i am launching using 
> CreateProcess, ssh. Also i intercept stdin, stdout and stderr using 
> pipes. 
> 
> What i want to do:
> At a certain point in time i want to terminate the ssh process i 
> launched
> 
> The problem:
> Now i am terminating the process using TerminateProcess. It seems 
> that its not really a good idea. When i try to close the handle of 
> the pipe for stderr with CloseHandle the application freezes, never 
> comes back from that. It looks to me like its a deadlock inside or 
> something. I also have a thread that listens when something is 
> written in stderr and that freezes too in FileRead call. 
> 
> What other possible ways of terminating i have. I was thinking to 
> emulate a CTRL+C but i don't know so much of cygwin internals. 

try using:

BOOL GenerateConsoleCtrlEvent(
  DWORD dwCtrlEvent,
  DWORD dwProcessGroupId
);

Chris


--
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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019