Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <396DC0C4.CA694EB7@cygnus.com>
Date: Thu, 13 Jul 2000 15:14:44 +0200
From: Corinna Vinschen <vinschen@cygnus.com>
Reply-To: cygwin <cygwin@sources.redhat.com>
X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.14-SMP i686)
X-Accept-Language: de, en
MIME-Version: 1.0
To: Charles Wilson <cwilson@ece.gatech.edu>, DJ Delorie <dj@delorie.com>
CC: cygwin@sourceware.cygnus.com
Subject: Re: runtime failure in 20000710 and 20000711 snapshots
References: <396D364D.6A019EC1@ece.gatech.edu>
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id JAA30970

Charles Wilson wrote:
> 
> This should probably go to cygwin-developers, but I don't think
> non-subscribers can post there. Anyway, I'm getting a popup window that
> reads:
> 
> The application failed to initialize properly (0xc0000022). Click on OK
> to terminate the application.
> [...]
> Or is there something wrong with my configuration that is foobaring the
> newer dll's?

No, there's something wrong with the tarball. I have just downloaded
and I have seen the following entry:

-rw-r--r-- dj/games   627200 2000-07-12 21:11:23 usr/bin/cygwin1.dll

You will notice that the executable bits aren't set. This results
in unset executable bits in the ACL when ntsec is ON. You can
solve that by using `chmod +x´ on that dll.

Unfortunately a DLL must have executable bit set in the ACL to be
runtime loadable by NT/W2K.

DJ, can you explicitely care for the x-bit in the tarballs?

Corinna

-- 
Corinna Vinschen
Cygwin Developer
Cygnus Solutions, a Red Hat company

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

