OpenTP1 Version 7 Messages

[Contents][Index][Back][Next]

KFCA00106-E (E)

{"malloc(aa...aa)"|"realloc(bb...bb,aa...aa)"|"calloc(cc...cc,aa...aa)"}failed. pid=dd...dd, type=0xee...ee

The process-specific area could not be allocated because the standard C function malloc, realloc, or calloc returned an error.
aa...aa: Size specified for the malloc, realloc, or calloc function issued in OpenTP1
bb...bb: Address of the area specified for the realloc function issued in OpenTP1
cc...cc: Number of elements in the array specified for the calloc function issued in OpenTP1
dd...dd: Process ID of the process that issued the malloc, realloc, or calloc function
ee...ee: Type code (identification information set in each component of OpenTP1)
S: If the system can continue to operate, it continues processing. If the system cannot continue to operate, it terminates OpenTP1 abnormally.
O: Record the contents of the message and then contact the OpenTP1 administrator. If a core file is output, save it.
Countermeasure: Perform the appropriate ones of the following:
  • If the system continues processing, terminate unnecessary processes.
  • Check if no unnecessary area is allocated by UAP.
  • Check the system definition.
  • Add system swap area.
  • Expand main storage.