Operating System - HP-UX
1836600 Members
2209 Online
110102 Solutions
New Discussion

Compiler crash during compiles.

 

Compiler crash during compiles.

Here is a crash that I get when compiling on IPF --

cc +e -Aa -Wp,-H150000 -DKVMODINFO="\"Module Information: 10:38:00 09/30/03 Build: \"" -DKVDBCS -DKV -DKVFILTER -DKVTEXTFILTER -DX_USE_VDK -DMKENV_hpux11 +u1 "-D_POSIX_C_SOURCE=199506L" -D_XPG4 -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_REENTRANT +DA1.1 +DS1.1 -I. -I/view/kv_74_ipf/vobs/keyview/Filter/src/include -c +Z -o ._hpux11/sschtParse.o sschtParse.c
cc: warning 901: unknown option: `+DA1.1': use +help for online documentation.
Warning 939: Unknown position # 1.1 is not a valid argument for +DS. Using
blended instead.

Signal 11
(0) 0x000000000583f1c0 _Z10sighandlerii + 0x160
(1) 0xe000000113002580 _user_sendsig + 0x2580
(2) 0x0000000004f5fa20 _Z12doReduction1iR12ScannerValuePS_ + 0xb600
(3) 0x0000000004f932e0 _Z7yyparsev + 0x12d0
(4) 0x0000000005730140 _ZN8Compiler9DoCompileEv + 0x500
(5) 0x000000000578b930 _ZN8Compiler9DoCompileEP6Buffer + 0xd0
(6) 0x0000000005775170 _ZN8Compiler13DoCompileFileEPc + 0x230
(7) 0x0000000005749530 main + 0xd20
(8) 0x60000000c0028cc0 main_opd_entry + 0x50
Error (system problem) 689: # Compiler received signal 11
gnumake: *** Error 3

I am running the following OS and Compilers --
blaster> uname -a
HP-UX blaster B.11.22 U ia64 3357411182 unlimited-user license
blaster> cc -V
cc: HP aC++/ANSI C B3910B A.05.50
blaster>

Any ideas?

Thanks,
Satish

 

 

 

P.S.This thread has been moved from Itanium Based - Experts Online Now!!! to HP-UX > languages- HP Forums Moderator

2 REPLIES 2
CA1159306
New Member

Re: Compiler crash during compiles.

Hi satish,

I get the same error when i try compiling my code with aCC, Were u able to solve the issue, It would be of great help if u or some one else suggest an idea,

Thanks...
BR4590
New Member

Re: Compiler crash during compiles.

Satish,

please keep in mind that you are running an IPF system. At least the +DA1.1 and +DS1.1 switches are valid on PA-RISC only! Look at the warnings.

Check the other switches and eventually check that all libs etc you use were built on IPF.

Try to leave out all that switch and option stuff and use only the really required ones.

Where does the gnumake error come from? Are you doing a cc or are you doing a make (HP or Gnu)?

I think you are mixing up some IA64 and some RISC stuff.

Regards
Jochen