X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10201091602.AA15647@clio.rice.edu> Subject: Re: Pattern of a program crash To: djgpp-workers AT delorie DOT com, wojciech DOT galazka AT polkomtel DOT com DOT pl Date: Wed, 9 Jan 2002 10:02:55 -0600 (CST) In-Reply-To: <250B3114DA16D511B82C00E0094005F8055AC84E@MSGWAW11> from "=?iso-8859-2?Q?Wojciech_Ga=B3=B1zka?=" at Jan 09, 2002 03:21:50 PM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 > Do you recognize this pattern of a program crash ? Yes. > I got a message from someone using NTLFN who says his program no longer > crashes once NTLFN is loaded. This is the address wrap problem on NT, Win2K, WinXP. Either re-link the image using crt0.o from the v2.03 refresh, or patch the binary with the tools from http://clio.rice.edu/djgpp/W2K_workaround.htm > cs: sel=01c7 base=02480000 limit=7db6ffff Note the limit is 2Gb? That's the NT family address wrap bug.