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: Subject: [1.7] windows7 x64 crash: touch.EXE' : return code '0xc0000005' From: Christian Hoffmann To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 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 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