From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <9906242318.AA15002@clio.rice.edu> Subject: Re: Re: gcc-crash - and a possible solution To: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) Date: Thu, 24 Jun 1999 18:18:56 -0600 (CDT) Cc: erik2 DOT berglund AT telia DOT com, pavenis AT lanet DOT lv, djgpp-workers AT delorie DOT com In-Reply-To: from "Eli Zaretskii" at Jun 24, 99 11:58:52 am X-Mailer: ELM [version 2.4 PL20] Content-Type: text Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk One caveat to beware of ... When the DPMI provider returns randomly ordered blocks, software that expects to do arithmetic on sbrk() results can get very unhappy. Triple check anything with calls to sbrk() ! This is another area besides unsigned problems to bite in the past.