Operating System - HP-UX
1751975 Members
4421 Online
108784 Solutions
New Discussion

Re: Program terminated with signal 11, Segmentation fault. SEGV_MAPERR - Address not mapped to objec

 
SOLVED
Go to solution
Solution

Re: Program terminated with signal 11, Segmentation fault. SEGV_MAPERR - Address not mapped to objec

Thanks.

This resolves my issue.

 

I thought this code where executed, while not.

 

#if defined(_HPUX)
  pthread_attr_setstacksize (&attr,1024 * 1024);

#endif

Dennis Handly
Acclaimed Contributor

Re: Program terminated with signal 11, Segmentation fault. SEGV_MAPERR - Address not mapped to objec

>This resolves my issue.

 

If my posts were helpful, please click on the Kudos stars.