- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- aCC 3.65 core dump
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
04-06-2006 08:35 PM
04-06-2006 08:35 PM
aCC 3.65 core dump
whilst using aCC 3.65 (trial version), i've got this error:
Signal 11
( 0) 0x00297cc8 sighandler__FiT1 + 0x138 [/opt/aCC/lbin/ctcom.pa20]
( 1) 0xc020ba00 _sigreturn [/usr/lib/libc.2]
( 2) 0x002abd04 isNRVDtor__FP4Callb + 0xb8 [/opt/aCC/lbin/ctcom.pa20]
( 3) 0x002abdd0 removeAllNRVDtors__FP8Function + 0xc0 [/opt/aCC/lbin/ctcom.pa20]
( 4) 0x00168d80 expand__8FunctionFv + 0x4c0 [/opt/aCC/lbin/ctcom.pa20]
( 5) 0x00212360 ProcessExternalDeclaration__8CompilerFP11Declarationb + 0x124 [/opt/aCC/lbin/ctcom.pa20]
( 6) 0x0020b958 ProcessExternalDeclarationList__8CompilerFP11Declaration + 0x2a4 [/opt/aCC/lbin/ctcom.pa20]
( 7) 0x001e6ca8 doReduction1__FiR12ScannerValueP12ScannerValue + 0x6e0 [/opt/aCC/lbin/ctcom.pa20]
( 8) 0x001e5868 yyparse__Fv + 0xc54 [/opt/aCC/lbin/ctcom.pa20]
( 9) 0x00274878 DoCompile__8CompilerFv + 0x224 [/opt/aCC/lbin/ctcom.pa20]
(10) 0x00286ec4 DoCompile__8CompilerFP6Buffer + 0x34 [/opt/aCC/lbin/ctcom.pa20]
(11) 0x00283c6c DoCompileFile__8CompilerFPc + 0x110 [/opt/aCC/lbin/ctcom.pa20]
(12) 0x000cc844 main + 0x404 [/opt/aCC/lbin/ctcom.pa20]
(13) 0xc0143460 _start + 0xc0 [/usr/lib/libc.2]
(14) 0x000b7780 $START$ + 0x178 [/opt/aCC/lbin/ctcom.pa20]
Error (system problem) 689: # Compiler received signal 11
*** Error exit code 3
Any ideas on the reason ??, i tried to install the PHSS_34411 (in order to upgrade the compiler to 3.67) but it fails (maybe it needs the unlimited 3.65 aCC version), the error is:
The specification for this base fileset is "ACXX.ACXX,fr=C.03.65,v=HP". Since there is no fileset on the target or selected from the source which matches this specification, fileset "PHSS_34411.ACXX,r=1.0" will be excluded.
Thanks for your help.
Stefano.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 09:00 PM
04-06-2006 09:00 PM
Re: aCC 3.65 core dump
did this code compile before on another compiler?
Signal 11 are normally SIGSEGV (Signal Segment Violation) were a process is attempting to overstep a resource constraint.
What is you maxssize set to ? ulimit -a should show it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 09:21 PM
04-06-2006 09:21 PM
Re: aCC 3.65 core dump
the sorce code was developed with aCC 3.31 on HP 11.0, we are going to migrate it to HP11.11 32 bits.
the Ulimit -a shows:
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 2097152
stack(kbytes) 131072
memory(kbytes) unlimited
coredump(blocks) 4194303
nofiles(descriptors) 8192
From SAM:
maxssiz 134217728
massiz_64 1073741824
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 09:32 PM
04-06-2006 09:32 PM
Re: aCC 3.65 core dump
What is your debug level set to ? If you have anything like -g0, you can remove and try compiling it.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 09:37 PM
04-06-2006 09:37 PM
Re: aCC 3.65 core dump
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 09:44 PM
04-06-2006 09:44 PM
Re: aCC 3.65 core dump
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=825891&admit=-682735245+1144403033043+28353475
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=103917
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 10:02 PM
04-06-2006 10:02 PM
Re: aCC 3.65 core dump
i saw the threads listes,but nothing changed.
Stefano.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 10:32 PM
04-06-2006 10:32 PM
Re: aCC 3.65 core dump
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 10:39 PM
04-06-2006 10:39 PM
Re: aCC 3.65 core dump
Stefano
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2006 02:32 PM
04-07-2006 02:32 PM
Re: aCC 3.65 core dump
For aC++ issues, you may want to join the CXX-DEV mailing list.
http://h21007.www2.hp.com/dspp/comm/comm_Community_Home_IDX/1,1273,,00.html
> tried to install the PHSS_34411 (in order to upgrade the compiler to 3.67)
You can't patch a trial version.
Peter Godron:
>Signal 11 are normally SIGSEGV (Signal Segment Violation) were a process is attempting to overstep a resource constraint.
This hasn't been my experience. This is just a NULL pointer dereference. If it is a stack overflow, you get a slightly different signal 11.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2006 08:53 PM
04-09-2006 08:53 PM
Re: aCC 3.65 core dump
i'm not using the nrv flag, i tried to add it but nothing changed.
Stefano.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2006 01:39 AM
05-05-2006 01:39 AM
Re: aCC 3.65 core dump
i've got the 3.67 version of the compiler (PHSS_34411) but the problem is still present.
Any ideas ???
Thanks
Stefano.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2006 10:24 AM
05-05-2006 10:24 AM
Re: aCC 3.65 core dump
You'll have to contact the Response Center and file a bug report.