- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PA-RISC apps running on Itanium
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
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
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
тАО12-19-2004 10:22 AM
тАО12-19-2004 10:22 AM
PA-RISC apps running on Itanium
ie. can I just tar the binaries over to the Itanium and expect them to work ?
I tried this and the binaries crash with the following error:
Assertion failed: __thread_init == NULL, file ../../../../../core/libs/libc/shared_pa2_32/../core/threads/pthread_stubs1.c, line 361
ARIES32: Core file for PA32 application saved to /data/app/bin/core.tmon
==> tmon being the application.
Tried the debugger on the Itanium with the following command:
adb /data/app/bin/tmon core.tmon
and got this:
adb: error: Invalid core file; version mismatch?.
Any ideas would be appreciated on whether we can just copy compiled object across or how I can determine whats gone on wrong.
Maybe I just have to recompile the code on the Itanium. If so I'm in trouble as the compiler keeps crashing and HP are still investigating.
Thanks in advance
JUP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-19-2004 10:43 AM
тАО12-19-2004 10:43 AM
Re: PA-RISC apps running on Itanium
If you find that they will not run (from your test results) you may have to wait until HP get back to you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-19-2004 10:49 AM
тАО12-19-2004 10:49 AM
Re: PA-RISC apps running on Itanium
The code is all ours - however the Itanium compiler crashes when we attempt to compile it on the Itanium. They compile OK on the PA-RISC. HP are still investigating.
I tried to copying the binaries over from the PA-RISC. That did not work. I thought the Itanium will run PA-RISC code without the need to re-compile. That was their sales pitch - I'm sure of it.
Anyway - do you know why I can't debug it ? Is it because it was not compiled on the Itanium.
JUP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-19-2004 06:46 PM
тАО12-19-2004 06:46 PM
Re: PA-RISC apps running on Itanium
http://devresource.hp.com/drc/STK/index.jsp
Some things that have been obsoleted could be problems like the old C++ that was replaced by the ANSI C++ compiler. Also, if you are using X11 R5 rather than X11 R6, that would be a problem, as R5 went obsolete after 10.20, but continued to work in 11.0 and 11.11 even though it wasn't supported.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-20-2004 05:03 AM
тАО12-20-2004 05:03 AM
Re: PA-RISC apps running on Itanium
*) What happens if you compile the PA-RISC binary 64-bit?
*) Are you using proper POSIX threads, or the older green threads?
*) Have you tried tusc'ing the application to see what system calls are being made and make sure it isn't going out to lunch in a loop somewhere
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-21-2004 11:43 AM
тАО12-21-2004 11:43 AM
Re: PA-RISC apps running on Itanium
They will try to fix and create a new patch soon.
Thansk again
JUP