Operating System - HP-UX
1833925 Members
3244 Online
110063 Solutions
New Discussion

HpUX 11.0 64 bit reboots when compiling some C++ program

 
Deepak_3
Occasional Contributor

HpUX 11.0 64 bit reboots when compiling some C++ program

Hi,

This seems to be an interesting problem.
HPUX 11.0 64 bit machine reboots when compiling
some C++ program .

details are :
1. 64 bit Kernel
2. Compiler options uses +DAportable
3. Compiler version.
what /opt/aCC/bin/aCC
/opt/aCC/bin/aCC:
HP aC++ B3910B A.03.13
HP aC++ B3910B X.03.11.10 Language Support Library


Once this program gets compiled, it hangs and
then crashes the machine.The crash dump lies
in /var/adm/crash.
The same code works on a 32 bit kernel.
Please let me if someone has any idea.

Thanks and Regards
Deepak
2 REPLIES 2
Sarah Plunkett
Advisor

Re: HpUX 11.0 64 bit reboots when compiling some C++ program

Hi Deepak,

It sounds like there is either a problem with your code, or with the version of the aC++ installed. Have you read:

http://docs.fc.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5966-9887/5966-9887_top.html&con=/hpux/onlinedocs/5966-9887/00/00/1-con.html&toc=/hpux/onlinedocs/5966-9887/00/00/1-toc.html&searchterms=%22HP-UX%2064-bit%20Porting%20and%20Transition%20Guide%22&queryid=20010209-075136

This needs to be read before you port your 32bit code to 64bit.

Hope this helps.
Deepak_3
Occasional Contributor

Re: HpUX 11.0 64 bit reboots when compiling some C++ program

Hi Sarah,

Thanks for the information .I will use them.
The code is compiled using DAportable option
in both kernel(32 and 64 bit).

Thanks and Regards
Deepak