This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem running xgettext after compiling gettext 0.14.1 with gc c 3.3.3


On Apr 11 15:39, Luke Kendall wrote:
> On 25 Feb, Igor Pechtchanski wrote:
> >  > "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... 
> 
> Is the program installed on an NTFS file system?  I seem to recall
> someone mentioning some special permission/privilege needed for a file
> to be allowed to execute from NTFS.

0xc0000022 you often get if the application is linked against a DLL which
has no excute bit set in the permisions.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          mailto:cygwin@cygwin.com
Red Hat, Inc.

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]