public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: Cygwin 1.7.x on Windows 7: Exit statuses of Win32 executables are sometimes wrong
Date: Thu, 26 May 2011 06:02:00 -0000	[thread overview]
Message-ID: <20110526060202.GW848@calimero.vinschen.de> (raw)
In-Reply-To: <0C817B08-1920-43DB-B9A0-26E4B2E362EA@apple.com>

On Apr 29 11:35, John Dong wrote:
> Hi,
> 
> Cygwin on Windows 7, seems to exhibit a rather peculiar behavior: Sometimes the exit status of a Win32 process is incorrectly captured by Cygwin.

Please:

http://cygwin.com/acronyms/#PCYMTWLL
http://cygwin.com/acronyms/#TOFU


> [...]
> > int _tmain(int argc, _TCHAR* argv[])
> > {
> > 	int ret = _ttoi(argv[1]);
> > 	_tprintf(_T("Exiting with %i\n"), ret); 
> > 	
> > 	return ret;
> > }
> 
> Then, I wrote a shell script that called this executable ("exiter.exe") with argument 0 in an infinite loop:
> 
> > #!/bin/sh
> > set -e
> > while true; do
> >  /cygdrive/c/exiter.exe 0
> > echo $?
> > done
> > 
> 
> I expect this script to run forever, as the exit code should always be zero. However, after running this overnight, I see the script terminate:
> 
> > Exiting with 0
> > 0
> > Exiting with 0
> > 
> > $ echo $?
> > 1
> > 

I'm running your testcase on a W7 32 bit machine for about 12 hours now,
and it's still running.  The only difference is that I built exiter.exe
using MingW gcc, rather than VC++, but that doesn't change the fact that
the resulting application is a native one.

Did any of you running into this problem check if this could be a BLODA
problem(*)?


Corinna

(*) http://cygwin.com/faq/faq.using.html#faq.using.bloda

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

      parent reply	other threads:[~2011-05-26  6:02 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-29 20:01 John Dong
2011-04-30 11:30 ` Edward McGuire
2011-04-30 13:23   ` John Dong
2011-05-02 17:18     ` John Dong
2011-05-10 17:22 ` John Dong
2011-05-25 14:16 ` Edward Lam
2011-05-25 14:20   ` Christopher Faylor
2011-05-26  2:20     ` John Dong
2011-05-26  5:47       ` Christopher Faylor
2011-05-26  6:02 ` Corinna Vinschen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110526060202.GW848@calimero.vinschen.de \
    --to=corinna-cygwin@cygwin.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).