Operating System - Linux
1757344 Members
2900 Online
108860 Solutions
New Discussion

Linux C++ Exception Handling

 
Terry Howe
New Member

Linux C++ Exception Handling

I'm having some problems with exception handing on this Itanium Linux box running the 2.4.18-e.12smp kernel. I'm using the g++3 3.0.4 compiler. The stack does not unwind properly. I've run the same application compiled with the same compiler on a PIII running generic out of the box RedHat 7.3 with 2.4.18-3 kernel. It works fine. On the HP Itanium box the the automatics in the method that catches the exception suddenly have new addresses when the exception is caught. Any ideas?
Build, fix, modify, build, fix, modify,...die.