is there any known issue about gcc3.2 handling exception?

J

John Black

Hi,
I have a code using exception, it works great on Solaris using Forte
compiler, but on Linux using gcc3.2, there are some strange problem
which ends up "segment fault", I am tracking the problem, but I have a
feeling it's because of the exception.

Is there any known issue of this? Is it better for me not use
exception if I want to port the code to Linux?

Thanks.
 
K

Karthiik Kumar

John said:
Hi,
I have a code using exception, it works great on Solaris using Forte
compiler, but on Linux using gcc3.2, there are some strange problem
which ends up "segment fault", I am tracking the problem, but I have a
feeling it's because of the exception.

Is there any known issue of this? Is it better for me not use
exception if I want to port the code to Linux?

Thanks.
This is o.t to the current n.g. That said, it is difficult to
believe that exception handling in gcc would be the cause of your seg.
fault. You would probably want to trace it before you conclude the same.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,175
Messages
2,570,944
Members
47,491
Latest member
mohitk

Latest Threads

Top