This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: C++ exception problem (__throw ) ???


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]