- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- aCC: error 1922: "/opt/aCC/lbin/ctcom.pa20" termin...
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
03-01-2005 10:36 PM
03-01-2005 10:36 PM
aCC: error 1922: "/opt/aCC/lbin/ctcom.pa20" terminated with signal 11
bash-2.03$ aCC eof.c
Signal 11
( 0) 0x00297a68 sighandler__FiT1 + 0x148 [/opt/aCC/lbin/ctcom.pa20]
( 1) 0xc01f10a0 _sigreturn [/usr/lib/libc.2]
( 2) 0xc01e9a1c _setbuf + 0x44 [/usr/lib/libc.2]
( 3) 0x0011bc74 initCompilerGlobals__Fv + 0x19a8 [/opt/aCC/lbin/ctcom.pa20]
( 4) 0x0011743c main + 0x14c [/opt/aCC/lbin/ctcom.pa20]
( 5) 0xc013cc34 _start + 0xa8 [/usr/lib/libc.2]
( 6) 0x00276640 $START$ + 0x1a0 [/opt/aCC/lbin/ctcom.pa20]
aCC: error 1922: "/opt/aCC/lbin/ctcom.pa20" terminated with signal 11
bash-2.03$
- Tags:
- SIGSEGV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 11:06 PM
03-01-2005 11:06 PM
Re: aCC: error 1922: "/opt/aCC/lbin/ctcom.pa20" terminated with signal 11
Did you install patch PHNE_28567?
Because I found in several places that aCC fails to work correct after installing this patch.
If so, maybe the newer patch will corect the problem PHNE_31096.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 12:05 AM
03-02-2005 12:05 AM
Re: aCC: error 1922: "/opt/aCC/lbin/ctcom.pa20" terminated with signal 11
as Alex suggests problem could be down to patch.
See thread 218093.
Problems see to be related to function calls with > 100 arguments?!
Hope this helps.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 01:29 PM
03-02-2005 01:29 PM
Re: aCC: error 1922: "/opt/aCC/lbin/ctcom.pa20" terminated with signal 11
Thank you for your help.
I have solved the problem, but it is not caused by the patch PHNE_28567.
The cause is the /dev/null file was changed by some mis-operation, and became a common file which only root group can write. Maybe the ctcom.pa20 wants write something to /dev/null, and maybe it do not check if there is any file exception. So if a common user uses aCC to compile, signal 11 happens.
- Tags:
- NULL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2006 02:23 PM
04-07-2006 02:23 PM
Re: aCC: error 1922: "/opt/aCC/lbin/ctcom.pa20" terminated with signal 11
Exactly. This is CR JAGad44497.