Skip to main content

Knowledge Doc: Deadlocks due to signal handlers

  • February 17, 2023
  • 0 replies
  • 0 views

Heather Caldwell

COBOL programs are called remotely as services, they are entered from a C-main program (slave) that has been duplicated with fork() by a controlling master process. The COBOL runtime is already loaded dynamically when the master is started, so it is part of both the master and slave processes. Sometimes, processes get stuck (deadlock), due to the signal handlers.

Full article: https://portal.microfocus.com/s/article/KM000013931


#SupportTips/KnowledgeDocs