Operating System - HP-UX
1819801 Members
3087 Online
109607 Solutions
New Discussion юеВ

signal 11 error during compilation

 
SOLVED
Go to solution
T G Manikandan
Honored Contributor

signal 11 error during compilation

Hello,
I get a signal 11 error during compilation.
i have attached the ouput.
Can someone help me reg. this?

Thanks
G Manikandan
6 REPLIES 6
David Lodge
Trusted Contributor

Re: signal 11 error during compilation

IIRC signal 11 is a Segment Violation, and the display looks like a stack rollback...

My advice:
1) Check patches
2) Contact HP support...

dave
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: signal 11 error during compilation

Hi:

The notes for Patch PHSS_20975 have an error noted very much like yours. I would install this cumulative aCC patch.

Clay
If it ain't broke, I can fix that.
Wodisch
Honored Contributor

Re: signal 11 error during compilation

Hello,

how about increasing your kernel's MAXDSIZ and MAXSSIZ?
Large compiles/links usually bark at those!

HTH,
Wodisch
T G Manikandan
Honored Contributor

Re: signal 11 error during compilation

Hello,
Clay and Woodish,thanks for the replies.
I will try them out.
Sorry for not assigning a full 10 as if I it becomes a maagical answer and the call is closed.
Thanks a lot.
BYe
T G Manikandan
Honored Contributor

Re: signal 11 error during compilation

Hello,
Still the problem is not resolved.
I am getting the same error.
The patch is already installed.
The MAXDSIZ and MAXSSIZ parameters are set to the maximum.
Can someone help?
Network Servers
Advisor

Re: signal 11 error during compilation

This is a segmentation fault which can be caused by trying to access and array out of bounds. Pointer arithmetic errors are common in c or C++
Don't fly off the handle when you are full of baloney...