FOR$IOS_SIGSEGV. One of two possible messages occurs for this error number:
- severe (174): SIGSEGV, segmentation fault occurred
For both Compaq Tru64 UNIX and Linux systems, this message indicates that the program attempted an invalid memory reference. Check the program for possible errors.
- severe (174): SIGSEGV, possible program stack overflow occurred
On Compaq Tru64 UNIX systems, the following explanatory text also appears:
Program requirements exceed the maximum available stacksize
resource limit. Contact your system administrator for help.On Linux systems, the following explanatory text also appears:
Program requirements exceed current stacksize resource limit.
Superusers may try increasing this resource by using the
limit stacksize
xxx command, where
xxx
is unlimited or something larger than your current limit.
Other users should contact your system administrator for help.