- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SIGSEGV for stack growth failure
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-05-2004 04:57 AM
07-05-2004 04:57 AM
SIGSEGV for stack growth failure
Pid 7086 received a SIGSEGV for stack growth failure.Possible causes: insufficient memory or swap space, or stack size exceeded maxssiz.
I did swapinfo -t :acubens[414]# swapinfo -t
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 2097152 256 2096896 0% 0 - 1 /dev/vg00/lvol2
dev 2097152 260 2096892 0% 0 - 1 /dev/vg00/lvol4
dev 2097152 200 2096952 0% 0 - 1 /dev/vg00/lvswap2
reserve - 156888 -156888
memory 724904 313080 411824 43%
total 7016360 470684 6545676 7% - 0 -
AND
acubens[416]# kmtune | grep maxssi
maxssiz 401604608 - 401604608
maxssiz_64bit 1073741824 - 1073741824
this application runs with no problem on my old C3000 with HP-UX 10.20 which has less swap and maxssiz.
Any idea?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 06:47 AM
07-05-2004 06:47 AM
Re: SIGSEGV for stack growth failure
It does not appear however that your swap is even working.
kmtune | grep swap
swapmem_on 1 - 1
or 0
if its zero swap needs to be activated. The easiest way to do that is with sam, though it will require a reboot.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 07:01 AM
07-05-2004 07:01 AM
Re: SIGSEGV for stack growth failure
the command :
kmtune | grep swap
Returns me :
swapmem_on 1 - 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 07:07 AM
07-05-2004 07:07 AM
Re: SIGSEGV for stack growth failure
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 12:17 AM
07-06-2004 12:17 AM
Re: SIGSEGV for stack growth failure
here is maxdsize :
kmtune | grep maxds
maxdsiz 4294863200 - 4294863200
maxdsiz_64bit 274877906944 - 274877906944
and ulimit -a:
acubens[4]: ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 4294575040
stack(kbytes) 392192
memory(kbytes) unlimited
coredump(blocks) 4194303
nofiles(descriptors) 2048
memory is unlimited and I still get the same error.
Thanks for your help