www.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 |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
From: | Dierk DOT Wendt AT hella DOT de |
Subject: | Signal Handling in cygwin-1.3.6 |
To: | cygwin AT cygwin DOT com |
Cc: | Dierk DOT Wendt AT hella DOT de, Thomas DOT Weber AT hella DOT de, H DOT Zerhau-Dreihoefer AT hella DOT de |
X-Mailer: | Lotus Notes Release 5.0.5 September 22, 2000 |
Message-ID: | <OFF100D41A.64E67C83-ONC1256B52.0046C249@hella.de> |
Date: | Thu, 31 Jan 2002 16:22:32 +0100 |
X-MIMETrack: | Serialize by Router on S01G02/Server/HELLA(Release 5.0.8 |June 18, 2001) at |
01/31/2002 04:22:08 PM | |
MIME-Version: | 1.0 |
Dear Sirs, I just started to use the cygwin package (cygwin-1.3.6 installed on 7th of january 2002). I detected the problem, that I cannot kill a program with kill -1 pid or control+c where I installed a signalhandler for the following signals #ifndef WIN32 signal(SIGHUP, (void (*)(int)) signalhandler); signal(SIGQUIT, (void (*)(int)) signalhandler); #endif signal(SIGINT, (void (*)(int)) signalhandler); The function "signalhandler()" stores some simulation results. On UNIX this works fine, on WindowsNT/2000 from a DOS Shell it works also. Only from the Cygwin Shell the function is not called. Is this (signal handling) a known bug? Is it already fixed in cygwin-1.3.9 from 21st of january 2002? Kind regards Dierk Wendt -------------------------------------------------------- Dierk Wendt Hella KG Hueck & Co. Corporate Research & Development - Computer Aided Lighting (CRD-CAL) Rixbecker Str. 75 59552 Lippstadt Germany phone: +49 (0) 2941 38 7614 fax: +49 (0) 2941 38 1566 email: Dierk DOT Wendt AT hella DOT 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 |