1834205 Members
2184 Online
110066 Solutions
New Discussion

Stack Problem

 
SOLVED
Go to solution
raiden
Regular Advisor

Stack Problem

Can some one help me out to resolve the below errr and also let me know why has it caused.



Pid 17870 received a SIGSEGV for stack growth failure.
Possible causes: insufficient memory or swap space,
or stack size exceeded maxssiz.
msgcnt 796 vxfs: mesg 001: vx_nospace - /dev/vg03/lvol6 file system full (1 block extent)
runencode.test.v5[43]: 17870 Memory fault
1 REPLY 1
Dennis Handly
Acclaimed Contributor
Solution

Re: Stack Problem

In most cases it is caused be a coding error causing a recursive stack overflow. It could be due to maxssiz being too small. So what is the value of maxssiz?
To figure out the problem, you would have to debug your application. A stack trace would show the recursion, if that's the cause.

Note: If a coding error, it doesn't matter how big you make maxssiz.

You may be out of disk space because of the giant core file?