This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: problem with exception handling
- To: hro at barney dot lanl dot gov (Heinrich Roder)
- Subject: Re: problem with exception handling
- From: hjl at lucon dot org (H.J. Lu)
- Date: Fri, 17 Oct 1997 16:54:46 -0700 (PDT)
- Cc: egcs at cygnus dot com
>
>
> --C0X6iWwYi9OgoVx8GtiA8gVni+RCEOFHDcBlzx9W
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
>
> Why do I get a dumped core in this program. I use
> the newest snapshot installed, ( test.C is attached)
>
> gdb gives the following
> Breakpoint 1 at 0x4002aba4
> -- main starts --
> -- f1 starts --
> L TraceLifetime constructed for a.
> -- f2 starts --
> LL TraceLifetime constructed for c.
> LD TraceLifetime destroyed for c.
>
> Breakpoint 1, 0x4002aba4 in abort ()
I have no problems on linux/x86 libc 5.4.39.
H.J.