Operating System - Linux
1828342 Members
3282 Online
109976 Solutions
New Discussion

Re: exception handling error using aCC

 
Alfred P. Bartholomai_1
Occasional Contributor

exception handling error using aCC

I am getting the following error
when we are using exception handling
( try/catch ) on HP 11.23 Itanium.

*** Exception Handling Failure (exceptionClass == kExceptionClass.asUint64):Calling terminate()
terminate called without an active exception
Abort

I can't figure out what this terminate() call
is they are referencing. Is this something
we are missing that needs to be set up ???


Help!

Fred Bartholomai

1 REPLY 1
Dennis Handly
Acclaimed Contributor

Re: exception handling error using aCC

The is the error you get when you try to mix aC++ with g++. It seems you have done a throw in g++?