From: "Laurynas Biveinis" Date: Sat, 5 May 2001 21:43:57 +0200 To: djgpp-workers AT delorie DOT com Cc: Martin Str|mberg Subject: Re: fil40s-beta2 Message-ID: <20010505214357.A288@lauras.lt> Mail-Followup-To: djgpp-workers AT delorie DOT com, Martin Str|mberg References: <200105051340 DOT PAA04809 AT mother DOT ludd DOT luth DOT se> <3AF43DBF DOT 3490 DOT 578A31 AT localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <3AF43DBF.3490.578A31@localhost>; from pavenis@lanet.lv on Sat, May 05, 2001 at 05:51:59PM +0300 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Got the same crash in newly built rm.exe. Debugging with fsdb shows > infinite recursion in _stat(): > _stat() calls _lstat() from djutils.c which again calls _stat It seems that fileutils 4.0 isn't fully updated with my old patch. That patch removes lstat() from djutils.c, because library provides this function. Rich? Laurynas