View previous topic :: View next topic
|
Author |
Message |
arvind.m
Active User
Joined: 28 Aug 2008 Posts: 205 Location: Hyderabad
|
|
|
|
Hi all,
can anyone please provide me infomation or document of the abend U4094. the below message was in SYSOUT.
Code: |
CEE0802C Heap Storage control information was damaged.
|
Code: |
CEE3703I In HANC Control block, the eye catcher is damaged
|
|
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Hi,
You are talking about user abends - there can be many reasons behind. Suggest you post the complete SYSOUT of the failed job. Is it related to IMS by chance? |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10884 Location: italy
|
|
|
|
Quote: |
CEE0802C Heap Storage control information was damaged. |
the sense of the message is that some storage overlay has occurred
check...
array bounds and indexes,
passed and returned parameters
pointers |
|
Back to top |
|
|
arvind.m
Active User
Joined: 28 Aug 2008 Posts: 205 Location: Hyderabad
|
|
|
|
Below is what i found in the job log.
SYSOUT
Code: |
CEE3703I In HANC Control Block, the Eye Catcher is damaged.
CEE3704I Expected data at 1ECAB000 : HANC.
1ECAAFE0: 0001040C 09999C09 999D1CF0 F0F17C2C 3C0C1D7D 1C6C5C00 600C0000 000C000C |.....r..r..001@....'.%*.-.......|
1ECAB000: 00000000 0C000000 0C06071C 3C029276 6C000000 000C0000 000C0010 0C001C00 |..............k.%...............|
CEE0802C Heap storage control information was damaged.
From compile unit RRMTCOST at entry point RRMTCOST at compile unit offset +000021C4 at entry offset +000021C4
at address 0000971C.
|
Code: |
***************************
* UNHANDLED * CEE0802C *
* SEV 4 *-----------*
* CONDITION * CEESTM00 *
***************************
|
Code: |
+CAPC098E INTERNAL ERROR. DETECTOR IN CONTROL.
$HASP375 PMPB3667 ESTIMATE EXCEEDED BY 310,000 L
$HASP375 PMPB3667 ESTIMATE EXCEEDED BY 320,000 L
$HASP375 PMPB3667 ESTIMATE EXCEEDED BY 330,000 L
$HASP375 PMPB3667 ESTIMATE EXCEEDED BY 340,000 L
|
Code: |
CAPE007E: INTERRUPT AT PSW=0006A7AC EP=1C51E6D8
ABEND CODE: 8400044A
REGS 0-3 80000000 8000044A 0006AA20 0000044A
REGS 4-7 0000044A 8006B154 00000000 000728D0
REGS 8-B 00000000 00000002 0006DE70 0006DC00
REGS C-F 8006A658 0006CEB8 4006A79A 0006B0B4
CAPE006E: INTERNAL ABEND ENCOUNTERED
|
Code: |
IEA995I SYMPTOM DUMP OUTPUT 535
USER COMPLETION CODE=4094 REASON CODE=00000018
TIME=16.37.56 SEQ=08441 CPU=0000 ASID=0110
PSW AT TIME OF ERROR 078D1000 8BF1ED50 ILC 2 INTC 0D
NO ACTIVE MODULE FOUND
NAME=UNKNOWN
DATA AT PSW 0BF1ED4A - 00181610 0A0D47F0 B1081811
GR 0: 00000000_84000000 1: 00000000_84000FFE
2: 00000000_00000018 3: 00000000_1EC0018C
|
Code: |
IEF450I PMPB3667 PSTEP018 JSTEP280 - ABEND=S000 U4094 REASON=00000018 537
TIME=16.37.58
|
|
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10884 Location: italy
|
|
|
|
still nothing we can do...
Code: |
CEE0802C Heap storage control information was damaged.
From compile unit RRMTCOST at entry point RRMTCOST at compile unit offset +000021C4 at entry offset +000021C4
at address 0000971C. |
the <thing> executing at time of abend was RRMTCOST
but as usual in case of storage issues
the abend info is relative to the moment LE discovered the storage corruption
not when he storage corruption took place
review <Your> coding an work with Your support |
|
Back to top |
|
|
senthilnathanj
New User
Joined: 31 Jul 2007 Posts: 47 Location: chennai
|
|
|
|
Hi,
Code: |
CEE0802C Heap storage control information was damaged. |
Explanation: Internal control information saved in header records within the heap was damaged.
Programmer Response: Ensure that your program does not write data to an area larger than the original allocation. For example, allocating a 100 byte area and then writing 120 bytes to this area could cause damage to a storage header.
System Action: No storage is allocated. A severity 4 condition is
signaled and the application is terminated. |
|
Back to top |
|
|
|