- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Compiler crash during compiles.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 04:58 AM - last edited on 03-14-2013 07:44 PM by Cathy_xu
09-30-2003 04:58 AM - last edited on 03-14-2013 07:44 PM by Cathy_xu
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
- Tags:
- SIGSEGV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2004 11:11 PM
08-29-2004 11:11 PM
Re: Compiler crash during compiles.
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 06:18 AM
08-30-2004 06:18 AM
Re: Compiler crash during compiles.
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