Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sigux.c error

Former Member
0 Likes
544

hi, all:

when i sucessed migrate SAP 4.71 from AIX 5.1 to AIX 5.3 which is a new IBM server P550, I found a strange issue. After each two days, SAP service is down , I have to excute startsap command to restart SAP service . I excute SM21, I found many error : "signal 33 received by operating system

" indetail : caller ........ sigIGen , Reason/called ......signal " " due to special circumstances ( for example, storage overwritten), the current process has received a signal from the operating system and its signal handling routine has been invoked. for security reasons this process is terminated. A dump is written which shows the error context.

how to resolve, hurry!

hi, all:

when i sucessed migrate SAP 4.71 from AIX 5.1 to AIX 5.3 which is a new IBM server P550, I found a strange issue. After each two days, SAP service is down , I have to excute startsap command to restart SAP service . I excute SM21, I found many error : "signal 33 received by operating system

" indetail : caller ........ sigIGen , Reason/called ......signal " " due to special circumstances ( for example, storage overwritten), the current process has received a signal from the operating system and its signal handling routine has been invoked. for security reasons this process is terminated. A dump is written which shows the error context.

how to resolve, hurry!

2 REPLIES 2
Read only

Former Member
0 Likes
462

Well I am not expert on this but could find this for you.

Only Error Signal is changed you have 33 other Guy had it 11 .

Best Of Luck

Regards

Shital

Read only

Former Member
0 Likes
462

Hi

I know I am posting to an old question, but I am just doing for others how may be looking for an answer.

This is because of the lack of page space of the OS. Increasing the paging space will solve the issue.

thank you.