Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Fri, 25 Feb 2005 17:01:32 -0500 (EST) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Peter Rehley cc: cygwin AT cygwin DOT com Subject: Re: Problem running xgettext after compiling gettext 0.14.1 with gcc 3.3.3 In-Reply-To: <69b388ed70ab528b36891e9b36ce33e3@rehley.net> Message-ID: References: <10108bf5d5cd3712cac9facd5dd4ad1a AT rehley DOT net> <0ec630b2a80c5e0bd03d07bb9e2086f3 AT rehley DOT net> <69b388ed70ab528b36891e9b36ce33e3 AT rehley DOT net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 25 Feb 2005, Peter Rehley wrote: > On Feb 25, 2005, at 1:29 PM, Peter Rehley wrote: > > > On Feb 25, 2005, at 1:03 PM, Igor Pechtchanski wrote: > > > > > On Fri, 25 Feb 2005, Peter Rehley wrote: > > > > > > > Hi, > > > > > > > > I am working on a project where I had to recompile gettext using > > > > gcc 3.3.3. I'm using cygwin 1.5.12. It compiled without issues > > > > but when I went to run some of the programs, a windows dialog box > > > > pops up showing the following message: > > > > > > > > "The application failed to initialize properly (0xc0000005). Click > > > > on OK to terminate the application." > > > > > > Check that all of the required DLLs are accessible and have the > > > executable bit set. > > > > Yes all are readable and all have the exe bit set. (mode 755) > > If I remove the execute bit, the error message becomes > > "The application failed to initialize properly (0xc0000022). Click on > OK to terminate the application" Ah, right, 0xc0000022 is "access denied", and 0xc0000005 is "access violation" (i.e., SEGV), most likely inside DllMain. Sorry, got confused for a moment. One thing you could try is set breakpoints in all of the DllMain functions, and trace through... Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT -- 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/