Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Date: Thu, 5 Sep 2002 12:48:05 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: ld problem with latest cvs Message-ID: <20020905164805.GE16827@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <3D7789B3 DOT 6683CC0A AT ieee DOT org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D7789B3.6683CC0A@ieee.org> User-Agent: Mutt/1.3.23.1i On Thu, Sep 05, 2002 at 12:43:31PM -0400, Pierre A. Humblet wrote: >Last night CVS running on NT4 ld (called from gcc -g myprog.c) crashes. >I tried on several simple programs, it works fine with the official >dll. > >The crash seems to occur toward the end of ld. a.exe is created OK and >runs fine. > >Unfortunately I can't pursue this right now and I will take off in >about 1/2 hour, until Sunday eve/Monday. Any quick question? set CYGWIN_DEBUG=ld Run the build and get a meaningful stack trace from gdb. cgf