C1120015

Explanation

The pthread_create() function was called in the child of a multithread fork(). This is not supported.

Programmer response

Correct the application.

Symbolic Feedback Code

JrEdcPc__Elemultithreadfork01