- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- program keeps on failing - SIGSEGV.
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-14-2003 06:02 AM
04-14-2003 06:02 AM
I have a copy of a program from HP called snapbdf (it lists all VxFS snapshots on a system).
The program runs fine on our
L2000 HP-UX 11.0 (64bit OS).
(L2000 has 2GB RAM).
When I run the same program on our D250 (32bit OS)(1.2GB of RAM) it fails.
I upped the value of maxssiz to it's maximum - 383MB and it still fails with these errors.
"Pid 2516 received a SIGSEGV for stack growth failure.
Possible causes: insufficient memory or swap space,
or stack size exceeded maxssiz.
Memory fault(coredump)"
Any ideas on what to do?
10 points to any good answer.
Thank you
Gino
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 06:09 AM
04-14-2003 06:09 AM
Solutionchatr +q3p enable snapbdf
and if it still falls over enable the 4th region;
chatr +q4p enable snapbdf
and try that. Sounds to me like its not designed to run on 32bit OS as its running away and expanding so large. I cant imagine it actually needs in excess of 393MB to run!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 06:10 AM
04-14-2003 06:10 AM
Re: program keeps on failing - SIGSEGV.
Is your snapbdf program a 64-bit executable? If so, it probably won't run on your 32-bit system. What does 'file snapbdf' report?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 06:12 AM
04-14-2003 06:12 AM
Re: program keeps on failing - SIGSEGV.
You increased 'maxssiz' which was probably not the culprit. Have a look at 'maxdsiz' and/or your swapspace (with 'swapinfo -tam').
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 06:22 AM
04-14-2003 06:22 AM
Re: program keeps on failing - SIGSEGV.
2) Analyze the core dump with q4 and see if you learn anything about the actual cause. Attaching instructions.
3) Do other applications complain about this? It could be the snapbdf that has the problem, q4 might help you figure it out.
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
04-14-2003 06:22 AM
04-14-2003 06:22 AM
Re: program keeps on failing - SIGSEGV.
Here is the output from a
# file snapbdf
snapbdf: PA-RISC1.1 shared executable dynamically linked
Is there another way to tell if it's a 32 and/or 64bit
executable?
Here's the output from
# swapinfo -tam
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1024 0 1024 0% 0 - 1 /dev/vg00/lvol2
reserve - 255 -255
memory 999 401 598 40%
total 2023 656 1367 32% - 0 -
It looks like there's 598MB of free memory available.
I will check into increasing
'maxdsiz' and I will run
'chatr' with the different options.
10 points to any good answer.
Thank you
Gino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 06:35 AM
04-14-2003 06:35 AM
Re: program keeps on failing - SIGSEGV.
Your swapinfo dev USED line is 0 which means its not a swap issue.
maxdsiz increase should fix it.