From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10002182222.AA12799@clio.rice.edu> Subject: Re: Bug in crt0.S To: muller AT cerbere DOT u-strasbg DOT fr Date: Fri, 18 Feb 2000 16:22:29 -0600 (CST) Cc: djgpp-workers AT delorie DOT com In-Reply-To: <3.0.6.32.20000218215350.009cf860@ics.u-strasbg.fr> from "muller@cerbere.u-strasbg.fr" at Feb 18, 2000 09:53: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: dj-admin AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > >How it affects? is this problem found only when using Unixy sbrk? > > I don't know, > it really seems that its only when the base is changed! This problem is probably only seen with Unixy sbrk. But there are lots of other issues with unixy sbrk - locked memory may not stay locked if the base values change! The reason this bug is not seen in other apps which used unixy sbrk (like quake) it that they allocated all the memory up front so the base never changed. This is a real bug - but only a partial fix. > I first sent this message to Eli, > but he told me to send it to the list and to Charles Sandmann > But I forgot this, I did it right now! Yeah - I know about the sins in this code...