- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sqlplus and 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
06-04-2001 09:46 AM
06-04-2001 09:46 AM
sqlplus and SIGSEGV for stack growth failure
I am the Unix systems administrator for the HP L 9000 systems I not oracle expert but the oracle guys said that this problem is a system problem, when the run sqlplus cdi/cdi;
SQL> desc production_metadata;
They receiced this error
Pid 1796 received a SIGSEGV for stack growth failure. Possible causes: insufficient memory or swap space, or tack size exceeded maxsiz. Memory fault (coredump).
I modified the kernel parameters and I select General
OLTP Database Server system and installed all the patches
December 2000 and a couple for oracle and still having the same problem. I need some help. :o(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 09:58 AM
06-04-2001 09:58 AM
Re: sqlplus and SIGSEGV for stack growth failure
Then you might want to check this thread---could also be something about your links....
http://mail.gnu.org/pipermail/ddd/2001-March/000669.html
Hope this helps,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 10:35 AM
06-04-2001 10:35 AM
Re: sqlplus and SIGSEGV for stack growth failure
I'm almost positive you need to increase maxssiz.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 10:44 AM
06-04-2001 10:44 AM
Re: sqlplus and SIGSEGV for stack growth failure
I have a suggestion , plesae check the all the following system kernel parameters :Parameter Required
==================================
SHMMAX 1gb
SHMMIN 1
SHMMNI 100
SHMSEG 10
SEMMNI 70
SEMMNS 200
MAX_THREAD_PROC >= 256
This along with the disk partitions ( long name ) , maxdsiz should be able able to sort out the OS related variables.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 09:32 AM
06-06-2001 09:32 AM
Re: sqlplus and SIGSEGV for stack growth failure
OS B.11.0.U, OS Kernel 64.
kernel parameters
max_thread_proc 256
maxdsiz 268435456
maxdsiz_64bit 1073741824
maxfiles 2048
maxfiles_lim 2048
maxssiz 8388608
maxssiz_64bit 16777216
maxswapchunks 4096
maxtsiz 67108864
maxtsiz_64bit 1073741824
maxuprc 597
maxusers 200
shmem 1
shmmax 1073741824
shmmni 512
shmseg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 09:35 AM
06-06-2001 09:35 AM
Re: sqlplus and SIGSEGV for stack growth failure
OS B.11.0.U, OS Kernel 64.
These are the kernel parameters
max_thread_proc 256
maxdsiz 268435456
maxdsiz_64bit 1073741824
maxfiles 2048
maxfiles_lim 2048
maxssiz 8388608
maxssiz_64bit 16777216
maxswapchunks 4096
maxtsiz 67108864
maxtsiz_64bit 1073741824
maxuprc 597
maxusers 200
shmem 1
shmmax 1073741824
shmmni 512
shmseg 32
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 09:45 AM
06-06-2001 09:45 AM
Re: sqlplus and SIGSEGV for stack growth failure
I think think your maxdsize (max data segment size (bytes) is a bit high. Possibly you could chg to something more like 67108864.
Just a thought....you may want to double check or wait for others comments.
Regards,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2001 07:19 AM
06-07-2001 07:19 AM
Re: sqlplus and SIGSEGV for stack growth failure
maxssiz above the 8Mb default you list as the
current value?