 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
John Black Guest
|
Posted: Thu Aug 26, 2004 4:56 pm Post subject: is there any known issue about gcc3.2 handling exception? |
|
|
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.
|
|
| Back to top |
|
 |
Karthiik Kumar Guest
|
Posted: Sat Aug 28, 2004 6:11 am Post subject: [ot] Re: is there any known issue about gcc3.2 handling exce |
|
|
John Black wrote:
| Quote: | 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.
--
Karthik.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|