- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
02-11-2004 03:39 AM
02-11-2004 03:39 AM
I am running sysinfo in my HP9000 N4000 server but i get this error: Memory Fault (core dump)i get a ocer and my command is trunc.
Thas for ur help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 03:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 03:44 AM
02-11-2004 03:44 AM
Re: Memory Fault (core dump)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 03:53 AM
02-11-2004 03:53 AM
Re: Memory Fault (core dump)
the shell report segmentation faults of children as "Memory Faults". However, sysinfo call several other command... please use the "file" command to check what command really crashed.
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 03:55 AM
02-11-2004 03:55 AM
Re: Memory Fault (core dump)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 03:58 AM
02-11-2004 03:58 AM
Re: Memory Fault (core dump)
ps no 10 pts for me please ....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 04:02 AM
02-11-2004 04:02 AM
Re: Memory Fault (core dump)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 06:36 AM
02-11-2004 06:36 AM
Re: Memory Fault (core dump)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 06:46 AM
02-11-2004 06:46 AM
Re: Memory Fault (core dump)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 06:51 AM
02-11-2004 06:51 AM
Re: Memory Fault (core dump)
# file core
core: core file from 'more' - received SIGSEGV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 06:59 AM
02-11-2004 06:59 AM
Re: Memory Fault (core dump)
A SIGSEGV is a memory segment violation which usually indicates you tried to overflow a memory limitation such as one of the max?siz kernel parameters or that you exceeded swap reservation limit.
The message further indicates that the more command was running when it faulted.
Check the following kernel parameters
maxdsiz
maxssiz
maxtsiz
one of them may be very low.
Also run
swapinfo -tam
and verfiy that the reserve value is not near 100%. If it is you'll need to add more secondary swap.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 07:01 AM
02-11-2004 07:01 AM
Re: Memory Fault (core dump)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 07:09 AM
02-11-2004 07:09 AM
Re: Memory Fault (core dump)
did you install the sysinfo binary : where did you get it from ....or did you build it yourself