Operating System - HP-UX
1757498 Members
2971 Online
108862 Solutions
New Discussion юеВ

aCC: error while handling error 3

 
Chris De Angelis
Frequent Advisor

aCC: error while handling error 3

HP-UX : (uname -rv) B.11.00 A
aCC -V: aCC: HP ANSI C++ B3910B A.03.26

I am seeing this error message for the first time while compiling some C++ code that I have compiled many times in the past with aCC. The change is that someone added some more code - which is compiling fine on other platforms and should be OK on HP-UX as well - and the compiler just gives the above error message and aborts.

I have tried commenting out this new code, and then it compiles fine. If I leave this new code in place and comment out some other code, it also compiles fine. If I leave it all in place, I get this error.

It feels like something along the lines of a memory (data or stack segment) issue. I once had this kind of problem but the error message was much more helpful (something like "increase maxdsiz kernel parameter"). But I am really hesistant to touch the kernel right now because last time all of you know what broke loose.

Any ideas would be much appreciated.
4 REPLIES 4
Chris De Angelis
Frequent Advisor

Re: aCC: error while handling error 3

test
T G Manikandan
Honored Contributor

Re: aCC: error while handling error 3

Do you have this patch for for version3.26

PHSS_21906


THanks

Olav Baadsvik
Esteemed Contributor

Re: aCC: error while handling error 3

Hi,

Version A.03.26 is rather old (about 2 years)

You could consider installing the latest
version of aCC.
The latest base-version of aCC is found on
the application-cd from December 2001.
It is version A.03.33.
Applying patches to A.03.33 will give
you version A.03.34

Regards
Olav
Chris De Angelis
Frequent Advisor

Re: aCC: error while handling error 3

Hi guys,

Thanks for your suggestions. I have this patch installed:

PHSS_24627 1.0 HP aC++ -AA runtime libraries (aCC A.03.33)

which supercedes PHSS_21906.

A.03.26 may be a little old now, but I don't have an updated applications CD. I am trying to get HP support to help, but they say I don't have a valid software support contract.
=(

- Chris