- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Memory fault 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
05-31-2004 02:58 PM
05-31-2004 02:58 PM
Memory fault core dump
We copied the program to Server B and it works perfectly. Server A has more CPU/RAM as compared to server B. Both have similar apps environment.
What could have caused this error to happen?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 03:05 PM
05-31-2004 03:05 PM
Re: Memory fault core dump
not sure what applications u r running? however, to check the core dump:
# file core
what is the output for this?
if it is not inconvenient, what r the apps running?
regards.
(p.s. please assign points to those who have help u in your questions.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 04:55 PM
05-31-2004 04:55 PM
Re: Memory fault core dump
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 06:18 PM
05-31-2004 06:18 PM
Re: Memory fault core dump
The file output on the core file should tell what type of error occured. Tru64 is very lenient on apps and many a times SIGSEGV (segmentation violation) and bus errors go unnoticed. You can use gdb and get the stack trace if the app is not stiripped of symbols to locate the point where the failure occured.
manish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 06:44 PM
05-31-2004 06:44 PM
Re: Memory fault core dump
(That's abt all I know abt the program - as I am only the Sys Admin).
Have not get the chance to get the output for command " #file core" as the file has been deleted. Will update on that.