Date: Mon, 21 Jun 1999 14:38:17 -0400 Message-Id: <199906211838.OAA28570@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Mon, 21 Jun 1999 09:07:44 +0300 (IDT)) Subject: Re: gcc-crash - and a possible solution References: 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 > On second thought, there's something else strange here: the address of > `free' is abnormally high. Usually, it lives somewhere in the 0x1NNN > region, because the startup code calls it. libc.a is one of the last things linked. In a large program like cc1, even the earliest libc function could have a huge address.