"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.
On the host we see this message in the console:
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
Hi Bernd,
|
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:
An error was detected by some system components. The ABEND reason code (in register 15) is the service return code. The service reason code is in register 0 and its first byte can be used to aid in identifying the reporting component:.
|
Hi Bernd,
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 |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.