zowe / zss

Zowe System Services Server for enabling low-level microservices
Eclipse Public License 2.0
13 stars 45 forks source link

z/OS 3.1 CEE3204S Error #651

Closed struga0258 closed 9 months ago

struga0258 commented 11 months ago

When running Zowe on z/OS 3.1 I keep encountering the following error during startup:

CEE3204S The system detected a protection exception (System Completion Code=0C4).
         From entry point main at compile unit offset +00003E38 at entry offset +00003E38 at address 1480FC98.
JoeNemo commented 11 months ago

Please add more info. System Log, CEEDUMP's, etc.

struga0258 commented 10 months ago

CEEDUMP.20230927.094916.33620129.txt CEEDUMP.20230927.095324.33620036.txt

struga0258 commented 10 months ago

I have attached two CEEDUMPS

JoeNemo commented 10 months ago

@hogstrom is this the right bug? Can you post ZSS log and system log if anything looks interesting there

hogstrom commented 10 months ago

@JoeNemo Yes, this is the bug. As noted, the dumps do not really provide a smoking gun.

@struga0258 Can you provide the job log for this error. The dump doesn't really provide enough information.

It would be helpful to outline the steps used to recreate this so that we can duplicate on an internal system.

hogstrom commented 9 months ago

I've recreated the issue on a system. LE is blocking diagnostic data using a SPIE. Attempting another recreate with the following options

ENVAR("LIBPATH=/usr/lib") CEEDUMP(60,SYSOUT=,FREE=END,SPIN=UNALLOC) DYNDUMP(USERID,NODYNAMIC,NOTDUMP) TERMTHDACT(DUMP,,256) TRACE(ON,16K,NODUMP,LE=1) TRAP(ON,NOSPIE)

hogstrom commented 9 months ago

UPDATE:

The root problem is the command /bin/ipcs.

When attempting this command from the command line the same abend occurs outside of Zowe. This is an IBM defect. I'm opening a PMR with IBM for the issue.

$ /bin/ipcs -a

IPC status as of Thu Nov  9 09:21:33 2023
 B ]
res:
s  %10.1d s         d        0      LSPID      LRPID
GROUP CGROUP   QNUM QBYTES  CTIME          0          0
GROUP CGROUP   QNUM QBYTES�  CTIME          0          0
GROUP CGROUP   QNUM QBYTES�  CTIME          0          0
GROUP CGROUP   QNUM QBYTES�  CTIME          0          0
GROUP CGROUP   QNUM QBYTES�  CTIME          0          0
GROUP CGROUP   QNUM QBYTES�  CTIME          0          0
GROUP CGROUP   QNUM QBYTES�  CTIME          0          0
GROUP CGROUP   QNUM QBYTES�  CTIME          0          0
GROUP CGROUP   QNUM QBYTES�  CTIME          0          0
GROUP CGROUP   QNUM QBYTES�  CTIME          0          0
GROUP CGROUP   QNUM QBYTES�  CTIME          0          0
GROUP CGROUP   QNUM QBYTES�  CTIME          0          0
GROUP CGROUP   QNUM QBYTES�  CTIME          0          0
GROUP CGROUP   QNUM QBYTES�  CTIME          0          0
GROUP CGROUP   QNUM QBYTES�  CTIME          0          0
ues:
res:
s CEE3204S The system detected a protection exception (System Completion Code=0C4).
         From entry point main at compile unit offset +00003E38 at entry offset +00003E38 at address 20B0F228.
 %10.1d [1] + Done(139) /bin/ipcs -a
  50399702  Segmentation violation  /bin/ipcs

Since Zowe is impacted by this IBM issue I'm going to close this issue.

hogstrom commented 7 months ago

Here is the IBM PTF that addresses the issue in /bin/ipcs that needs to be applied to avoid the S0C4.

PTF UJ93511 (APAR OA65028)