TPX Session Management for z/OS

 View Only

CCITCP/CCITCPGW    CAS9899E -  Error: pthread_create, errno = 112

  • 1.  CCITCP/CCITCPGW    CAS9899E -  Error: pthread_create, errno = 112

    Broadcom Employee
    Posted May 28, 2014 02:42 PM
    Problem Description:
     
    CCITCP/CCITCPGW  may start to receive  CAS9899E -  Error: pthread_create, errno = 112.
    CCITCP/CCITCPGW were written in "C", and use the LE runtime environment. It is a 31 bit
     application.  If ALL31(ON) is not set, the volume of activity could result
    in a storage shortage, due to all HEAP being allocated in 16 bit storage.
     The storage shortage can manifest itself as pthread_create failures
     or abends.
     
    Problem Solution:
     
    Please adjust the CCITCP/CCITCPGW  procs,  adding an additional DD statement. This will
     allow the task to allocate LE storage above the 16M line:
     
       //CEEOPTS   DD   *
        ALL31(ON)