- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SIGSEGV ERROR!!!
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
06-19-2003 03:43 AM
06-19-2003 03:43 AM
we run HP-UX 11.0 as well as a database called Universe. we use a banking application called GLOBUS, when we try to sign on, after the username and password, it takes us to a "start globus" screen, we type "Y" for yes, and it goes to 'enter your terminal type', we enter it adn it hangs for a bit and takes me to this error.
" pid **** received SIGSEGV for stack growth failure. Possible causes: insufficient memory or swap space, or stack size exceeded maxssiz.".
i kow this is a hp unix error. i have done the ff things using the release notes for my UV and looked at the online UV library:
increased maxssiz, maxtsiz, maxdsiz
we set SWAPM_on
we set MSGMAX, MSGMNB to 32768, also MSGSEG TO 7168, SHMSEG TO 200,
so please what else can be wrong?...thanks a lot, i will def give great points for great answers. thanks a bunch.
iphy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 03:54 AM
06-19-2003 03:54 AM
Re: SIGSEGV ERROR!!!
You might want to attach a set of your kernel parameters?
Is there any memory contention on the system reported by vmstat or glance?
How much memory have you got?
What is your swap size?
Cheers, Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 03:58 AM
06-19-2003 03:58 AM
Re: SIGSEGV ERROR!!!
What's the memory utilisation ?
Kernel parameter value ?
Regards,
Jerome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 04:03 AM
06-19-2003 04:03 AM
Re: SIGSEGV ERROR!!!
It might just be the default shell limits are what's causing this.
If using `ksh' or `bash' , use:
# ulimit -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 04:03 AM
06-19-2003 04:03 AM
Solutionyou have (swlist -l product | grep libc)
Problems like this were caused by a range of 3d party applications in past (like TNG unicenter).
And I'd also check maxssiz_64bit & maxssiz parameters (use kmtune)
Regards
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 04:18 AM
06-19-2003 04:18 AM
Re: SIGSEGV ERROR!!!
1)check maxdsiz (maximum size of data segment of executing proccess):
echo maxdsiz/1D | adb -k /stand/vmunix /dev/kmem -
default is 64mb,adb will show it in kb,so 64*4*1024.Set it to ~1.8gb for example.
2)maxssiz (the same way with adb) - default 8mb,set it to 79mb.
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 04:20 AM
06-19-2003 04:20 AM
Re: SIGSEGV ERROR!!!
1)check maxdsiz (maximum size of data segment of executing proccess):
echo maxdsiz/1D | adb -k /stand/vmunix /dev/kmem -
default is 64mb,adb will show it in kb,so 64*4*1024.Set it to ~1.8gb for example.
2)maxssiz (the same way with adb) - default 8mb,set it to 79mb.
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 04:37 AM
06-19-2003 04:37 AM
Re: SIGSEGV ERROR!!!
please take last 8 points off - it was a double post :).And no points for this one - its
merely a clarification :
as to maxdsiz/maxssiz - set it as better fits
your application needs.I mean,data segment size of 64mb (default) is not suitable to many applications.and maxssiz - is for things running in kernel space,can set it to some 64mb for example.