X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-7.1 required=5.0 tests=AWL,BAYES_00,KHOP_PGP_SIGNED,KHOP_THREADED,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Message-ID: <502DBFC3.9080707@dancol.org> Date: Thu, 16 Aug 2012 20:51:31 -0700 From: Daniel Colascione User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Another sigwaitinfo problem (with testcase) References: <502B3567 DOT 9090808 AT dancol DOT org> <20120816184348 DOT GA16945 AT ednor DOT casa DOT cgf DOT cx> In-Reply-To: <20120816184348.GA16945@ednor.casa.cgf.cx> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigE59F0FD862868439431675C4" X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 --------------enigE59F0FD862868439431675C4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 8/16/2012 11:43 AM, Christopher Faylor wrote: > On Tue, Aug 14, 2012 at 10:36:39PM -0700, Daniel Colascione wrote: >> When run on a Linux machine, this program starts up and blocks on sigwai= tinfo. >> You can suspend and resume the program using usual job control facilitie= s, and >> on SIGINT, the program prints a message and exits. When the program resu= mes >> after being stopped, it prints "resumed". >> >> With the 2012-08-07 Cygwin snapshot, this program prints "resumed" immed= iately >> after receiving SIGTSTP, then fails to respond to any signal, even signa= ls not >> in the blocked set. A simpler test program that just calls "raise (SIGST= OP)" >> property stops itself before resuming execution. >=20 > This should be fixed in the latest snapshot. >=20 > Thanks for the test case. Thanks for the fix. It's incomplete, though. Previously, C-z would make the program print "resumed", then become insensitive the signals present in waitmask. With the 2012-08-16 snapshot, C-z stops the program, but on resumption, it doesn't print "resumed". Instead, on resumption, the program enters the same signal-insensitive state it did with the 2012-08-07 snapsho= t. --------------enigE59F0FD862868439431675C4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlAtv8YACgkQ17c2LVA10VsjzACgslmqORxJqpPliAaoXxyCnvL3 ZK4An0p/DbjjqgWL/vtKFZlgtXvvDImB =VKMV -----END PGP SIGNATURE----- --------------enigE59F0FD862868439431675C4--