- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Debugging core files of 10.20 compiled code runnin...
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-19-2002 06:24 AM
04-19-2002 06:24 AM
Debugging core files of 10.20 compiled code running on 11.0
Are there any flags or settings that might help or has anyone had luck with this scenario?
TIA,
Jason
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 06:35 AM
04-19-2002 06:35 AM
Re: Debugging core files of 10.20 compiled code running on 11.0
Is the symbol information available in the executable? (ie has it been stripped?)
On which system are you attempting to debug - where it crashed or where it was compiled? Its usually better to debug on the system where the crash occurred. If you're going to move the core file to another system you must make sure that all shared libraries involved are identical - something which may not be so easy when two different OS releases are involved.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 06:54 AM
04-19-2002 06:54 AM
Re: Debugging core files of 10.20 compiled code running on 11.0
The code was compiled without stripping the symbols.
We have not had problems debugging 10.20 compiled/run code on 10.20. Same goes for 11.0 compiled/run code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 07:06 AM
04-19-2002 07:06 AM
Re: Debugging core files of 10.20 compiled code running on 11.0
I have successfully obtained stack traces on 11.0 for 10.20 compiled executables in the past, so it is possible.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2002 07:46 AM
04-19-2002 07:46 AM
Re: Debugging core files of 10.20 compiled code running on 11.0
You WILL have problems debugging on a non orig system as there is a possibility that not all libs will be there.
I am afraid that the prod box is the place to be.
Paula