C++ exception problem (__throw ) ???

Davide Pedroni pedro@pegasus.iet.unipi.it
Mon Nov 15 02:20:00 GMT 1999


hwidjaja@my-deja.com wrote:

> Hi,
>
> I got segmentation fault..
> and when I look the core using gdb,
> it showed that it failed at __throw(),
> I could not go 'up' or 'down', I assumed this is the problem
> with C++ exception ...
> Does anyone have the same problem ?? and what is the solution ??
> any response will be helpful ...
>
> NB:
> I uses g++ v2.8.1
>
> hwidjaja
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.

Be sure that if you pass the exception by pointer you istantiate memory
for it. I use exception whit 2.7.9 and i have no other problem except
that i can't use the optimization




More information about the Gcc-help mailing list