Operating System - NonStop OS
1753990 Members
7664 Online
108811 Solutions
New Discussion

OSS: SIGCHLD handling with Posix user thread (PUT)

 
Farid_O
Occasional Visitor

OSS: SIGCHLD handling with Posix user thread (PUT)

Hello,

 

I'm currently porting a C Unix application under OSS.

I'm working on a TNS/E environment with a H06.28 RVU.

 

I'm using sigaction to set SIGCHLD handler from SIG_DFL to SIG_IGN.

Whenever I'm not using the Posix user thread is works as expected.

Whenver I compile with the PUT (-lput and _PUT_MODEL_ defined) the handler remains blocked on SIG_DFL even if there is no error.

I can provide a sample if necessary.

 

Does it make sense ?

 

Regards