"system or user abend S0F4 R=83000051 was issued" during dependency build on zSeries
One of our project areas contains 3000 zOS-sources. Compilation always ABENDS with the message "system or user abend S0F4 R=83000051 was issued" during a dependency build.
M 4000000 IPO1 17024 18:24:45.68 00000090 IEF402I RTCBFA1 FAILED IN ADDRESS SPACE 00DA 210 <o:p> </o:p>
E 210 00000090 SYSTEM ABEND S40D - REASON CODE 10 <o:p> </o:p>
N C000000 IPO1 17024 18:24:45.77 STC16290 00000094 $HASP310 BPXAS TERMINATED AT END OF MEMORY
Any ideas on how to avoid this?
Regards,
Bernd.
3 answers
The z/OS System Codes document for a S0F4 ABEND (https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.ieah700/m014979.htm) suggests this is a z/OS error on a system component:
- X'04' - IGWSPZAP
- X'71' - CICS® VR Logger
- X'77' - CICS VR Logger
- X'83' - Program Management Binder
- In most other cases, DFSMSdfp is the source
Hi Bernd,
I looked at your PMR with Céline.
We suspect your error comes from the Binder API used by RTC as Alan indicated above, see https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.ieab200/apirsn.htm
83000051 | All API functions | Insufficient storage available. Dialog terminated. |
The abends S0F4, 40D and 878 are all the outcome of a native out of memory (not Java so no need to increase Xmx).
The dump you sent misses critical information to be able to find the root cause of the memory shortage. We will need a dump with the following SDATA: CSA,LPA,LSQA,ALLNUC,PSA,RGN,SQA,SUM,SWA,TRT,GRSQ
Best regards,
Olivier