X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM X-Spam-Check-By: sourceware.org Message-ID: <4BFC92B1.2020500@gmail.com> Date: Wed, 26 May 2010 04:17:05 +0100 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Cygwin Mailing List Subject: Re: False alarm about exception C0000005 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 On 25/05/2010 12:47, Magnus Reftel wrote: > Hi all, > > I discovered that the problem does not only affect Cygwin. It was just > that I did not have any large binaries outside cygwin. Large > executables built using VS Express also crash with the same exception. > I guess the IT department installed some broken crap on our machines > again. Sorry for the confusion! I had just about reached the same conclusion. The limit to an executable size on my machine was somewhere between 542048077 and 542048589 bytes, and the only failure mode I observed was a proper error message from bash: > $ ./big.exe > bash: ./big.exe: Cannot allocate memory So, I reckon you probably have some interfering BLODA, maybe a DLL that is injected into all processes and tries to allocate some memory at startup or something like that and doesn't handle a failure well. cheers, DaveK -- 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