X-Spam-Check-By: sourceware.org Message-ID: <469E25B2.3A0A359A@dessent.net> Date: Wed, 18 Jul 2007 07:37:38 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Own Compiled Program Immediately Crashes on Startup References: <20070718100058 DOT 203680 AT gmx DOT net> <20070718105312 DOT 83940 AT gmx DOT net> <026a01c7c932$4cae0810$2e08a8c0 AT CAM DOT ARTIMI DOT COM> <20070718121556 DOT 83920 AT gmx DOT net> <026e01c7c936$bad581c0$2e08a8c0 AT CAM DOT ARTIMI DOT COM> <20070718133420 DOT 83920 AT gmx DOT net> <027901c7c941$c6e51e70$2e08a8c0 AT CAM DOT ARTIMI DOT COM> <20070718140257 DOT 83920 AT gmx DOT net> <027e01c7c947$31c0d310$2e08a8c0 AT CAM DOT ARTIMI DOT COM> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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 Dave Korn wrote: > >~/private/src/jove/jove4.16.0.65 $ strace jjove.exe > >--- Process 3076, exception C0000005 at 7C929994 > >--- Process 3076, exception C0000005 at 7C974ED1 > > And those are STATUS_ACCESS_VIOLATION. Odd. Are you, by any chance, > running any of: Exception C0000005 during process startup sounds a lot like our old friend Mr. "runtime pseudo-relocs in .rodata". You could rule this out pretty quickly by temporarily modifying the linker script to place .rodata in .data, or by strategic un-consting of the offending symbols. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/