| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS |
| X-Spam-Check-By: | sourceware.org |
| MIME-Version: | 1.0 |
| Date: | Thu, 1 Oct 2009 14:23:59 +0200 |
| Message-ID: | <ead2b46c0910010523j53a8fb3bg243203cf59833cf6@mail.gmail.com> |
| Subject: | [1.7] windows7 x64 crash: touch.EXE' : return code '0xc0000005' |
| From: | Christian Hoffmann <chrmhoffmann AT gmail DOT com> |
| To: | cygwin AT cygwin DOT com |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/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 |
Hi,
when running a makefile with Visual Studios nmake that executes cygwin
commands, I get random crashes with return code '0xc0000005'. A simple
test.mak that uses echo and touch reproduces the problem.
bash-3.2$ uname -a
CYGWIN_NT-6.1-WOW64 LABS-PCCHRIS 1.7.0(0.212/5/3) 2009-09-11 01:25 i686 Cygwin
bash-3.2$ cat test.mak
clean:
echo "yyyy"
touch test.file
bash-3.2$ while (true); do nmake -f test.mak; done
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.
echo "yyyy"
yyyy
touch test.file
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.
echo "yyyy"
yyyy
touch test.file
NMAKE : fatal error U1077: 'C:\dev\cygwin1.7\bin\touch.EXE' : return
code '0xc0000005'
Stop.
Does anybody know what happens here?
Thanks,
Chris
--
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |