- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- an error when ld: terminated with signal 11
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
Discussions
Discussions
Discussions
Forums
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
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
тАО01-03-2009 07:13 PM
тАО01-03-2009 07:13 PM
an error when ld: terminated with signal 11
aCC: error 1922: "/usr/ccs/bin/ld" terminated with signal 11
How can I fix it?
My ld's version:
ld: 92453-07 linker linker ld B.11.30 011005
aCC: HP ANSI C++ B3910B A.03.33
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-03-2009 11:17 PM
тАО01-03-2009 11:17 PM
Re: an error when ld: terminated with signal 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-03-2009 11:37 PM
тАО01-03-2009 11:37 PM
Re: an error when ld: terminated with signal 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2009 12:45 AM
тАО01-04-2009 12:45 AM
Re: an error when ld: terminated with signal 11
Uhh, you are running an obsolete version
of HP-UX. Very worthy upgrading as soon as
possible (replacing the ageing hardware too).
If nothing else changed, here is one idea.
Check your /dev/null. Is it a character
device file and does it have correct permissions?
Also, did you try compilation as root or ordinary user? Try both after checking /dev/null.
I am discarding the possibility that you need some linker and other patches because
you said that it worked before the
server was rebuilt...
Cheers,
VK2COT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2009 02:42 AM
тАО01-04-2009 02:42 AM
Re: an error when ld: terminated with signal 11
I think he is trying is rebuild the a software on the machine and not the machine itself.
running as root can be a good idea.
Any other errors you are getting on you build logs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2009 03:22 AM
тАО01-04-2009 03:22 AM
Re: an error when ld: terminated with signal 11
thank you for your reply.
I check the file of /dev/null, the "ls -l /dev/null"command return:"crw-rw-rw- 1 bin bin 3 0x000002 Jan 4 16:49 null". I'm not sure is it right?
And I notice another error: when I input the command "ld" without parameter in command line, I get an error message:"ld: ld: can't open message catalog, error 1032, parm "ld"",Why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2009 03:23 AM
тАО01-04-2009 03:23 AM
Re: an error when ld: terminated with signal 11
You are right, I just re-make our project,not the machine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2009 08:13 AM
тАО01-04-2009 08:13 AM
Re: an error when ld: terminated with signal 11
Get the last 11.00 ld patch.
>I get an error message:"ld: ld: can't open message catalog, error 1032, parm "ld"", Why?
Unless you are using NLSPATH or have too many open files, this shouldn't happen.
What does the following show?
dumpmsg /usr/lib/nls/msg/C/ld.cat | grep 1032
(I think that is the path to ld.cat.)
>Srikrishan: running as root can be a good idea.
I would say the opposite.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2009 04:06 PM
тАО01-04-2009 04:06 PM
Re: an error when ld: terminated with signal 11
Dennis is right. Avoid using root for
compilations unless absolutely necessary.
In fact, avoid logins as root unless really
required :)
I proposed it for the purpose to check if
/dev/null was properly set up.
Whenever I go to customers I ask NOT to
get root access unless I need it... Less
worries, less chances to make a mistake and
avoid situations when someone can blame
you for the errors :)
This seems to be a loader problem.
At least, we confirmed that /dev/null is OK,
which eliminates one issue.
Let us know how your other check go.
Cheers,
VK2COT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2009 05:28 PM
тАО01-04-2009 05:28 PM
Re: an error when ld: terminated with signal 11
Or it could be a bad object.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2009 06:30 PM
тАО01-04-2009 06:30 PM
Re: an error when ld: terminated with signal 11
I run the command you tell me, I can't found ld.cat in your path, I used "find" command to find it, it is under: "/var/adm/sw/save/PHSS_24303/C-KRN/usr/lib/nls/msg/C/ld.cat", I had to use root user to found it,I got the message of command " dumpmsg /var/adm/sw/save/PHSS_24303/C-KRN/usr/lib/nls/msg/C/ld.cat |grep 1032" like that:
1032 Usage: %1$s flags... files...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2009 06:52 PM
тАО01-04-2009 06:52 PM
Re: an error when ld: terminated with signal 11
Somehow that message catalog was removed.
>I used "find" command to find it, it is under: /var/adm/sw/save/PHSS_24303/C-KRN/usr/lib/nls/msg/C/ld.cat
This is the previous patch backup copy. You need to reinstall PHSS_24303. Or install the last patch: PHSS_35380
>1032 Usage: %1$s flags... files...
This is the warning you get when you don't provide ld any arguments.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2009 08:44 PM
тАО01-04-2009 08:44 PM
Re: an error when ld: terminated with signal 11
>I would say the opposite.
I suggested that because running with root will get around if any permission issues with (if any)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-05-2009 01:22 AM
тАО01-05-2009 01:22 AM
Re: an error when ld: terminated with signal 11
If you don't have evidence of a permission problem, you don't bring it up. A signal 11 has nothing to do with file permission, just page permissions.