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
07-22-2001 11:49 PM
07-22-2001 11:49 PM
could you help me with message below:
what this means, please.
Thanx,
Pid 5541 received a SIGSEGV for stack growth failure.
Possible causes: insufficient memory or swap space,
or stack size exceeded maxssiz.
Memory fault(coredump)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2001 11:58 PM
07-22-2001 11:58 PM
Re: Core
What happens if a process cannot reserve swap?
A process will be unable to start if it cannot reserve space within swap for it?s in use memory pages (core image). A process unable to reserve swap will typically fail with one of these errors:- fork function failed
- errno 12 ENOMEM- not enough space
- process received SIGSEGV for stack growth failure
If any of the above errors is received then the first thing to check is that proper swap is available. The best way to check for available swap is using
swapinfo ?ta and looking at the total line. If PCT USED is approaching 100% then more swap is probably needed.
NOTE: The above errors can be attributed to causes other than insufficient swap: maxdsiz and maxssiz kernel parameters set too low could also cause the
above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 12:15 AM
07-23-2001 12:15 AM
Re: Core
your problem caused due to insufficient swap,
before increasing the swap just try by increasing the maxssiz & maxdsiz in kernel parameters, even these parameters also contribute to this error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 01:19 AM
07-23-2001 01:19 AM
SolutionOverview of Memory Paging Parameters
Configurable Parameters for Memory Paging:
allocate_fs_swapmap
fixed or dynamic swap-data-structure allocation
maxswapchunks
maximum swap space configurable on the system
nswapdev
number of available swap devices
nswapfs
number of file systems available for swap
remote_nfs_swap
enable/disable swap to remote NFS
swapmem_on
enable/disable pseudo-swap reservation
swchunk
client swap-chunk size
Variable-Page-Size Parameters:
vps_ceiling
Maximum system-selected page size in Kbytes
vps_chatr_ceiling
Maximum chatr-selected page size in Kbytes
vps_pagesize
Default user page size in Kbytes
Process Management Subsystem
Overview of Process Management Parameters
Configurable Parameters for Process Management:
maxdsiz
maximum process data segment size
maxssiz
maximum process storage segment size
max_thread_proc
maximum number of threads that one process can create
maxtsiz
maximum process text segment size
maxuprc
maximum number of processes per user
nkthread
maximum number of kernel threads allowed on the system at same time
nproc
maximum number of processes system-wide
timeslice
time slice allocation between competing processes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2001 02:02 AM
07-23-2001 02:02 AM
Re: Core
I think, This some thing to do with kernel parameter. Please go thru the documents and correct it. Here I am attacj=hing one HTML, which will be helpfull to U.
Best of luck
Shahul