This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 971016: EH frame_init trouble on Sparc
- To: Teemu Torma <tot at trema dot com>
- Subject: Re: 971016: EH frame_init trouble on Sparc
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sat, 01 Nov 1997 21:13:59 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199710221010.MAA21092@baht.labs.trema.com>you write:
> I attempted to throw exceptions in a large C++ application
> using snapshot 971016, and ran into trouble.
>
> The problem is that find_fde calls frame_init if pc_begin is zero.
> However, frame_init finds the lowest pc_begin as zero, causing
> the application to hang and eventually crash. I think it is doing
> initializations over and over again, and frame_init keeps allocating
> more and more memory.
I believe this was fixed in the 10/31 snapshot.
jeff