From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Meixner To: hjl@lucon.org (H.J. Lu) Cc: egcs@cygnus.com (EGCS) Subject: Re: bad_alloc exceptions on Linux (Was: Re: install) Date: Thu, 23 Apr 1998 08:41:00 -0000 Message-id: <199804231540.RAA04438@emskopp.a.shuttle.de> References: X-SW-Source: 1998-04/msg00941.html > > Here is a patch for libc 5.4.44. I don't know if it works or not. > > > -- > H.J. Lu (hjl@gnu.org) > --- thanks a lot, bad_alloc seem to work for me now. I had a few problem compiling libc 5.4.44 though with gcc version egcs-2.91.22 980404 (gcc2 ss-980401 experimental). I managned to compile the whole library by compiling the problematic files without optimization. The problems were printf_fp.c:947: Unable to find a register to spill. erfl.c:311: Unable to find a register to spill. j0l.c:192: Unable to find a register to spill. j1l.c:195: Unable to find a register to spill. powl.c:76: Unable to find a register to spill. Now my system seems to work mostly stable. telnet does not work anymore. So I would like to ask you to make libc 5.4.45 with your patch applied. It seems to solve the bad_alloc problems with libc5. Thanks! Stefan