CLONE from pthread_create fails with ERESTARTNOINTR and application crashes

Will Deacon will.deacon at arm.com
Thu May 22 02:04:47 PDT 2014


On Wed, May 21, 2014 at 02:40:16PM +0100, Raghu Pv wrote:
> CLONE from pthread_create fails with ERESTARTNOINTR and application crashes

[...]

> Executing a multithreaded application that creates and terminates
> threads and also there a lot of signals

Do you have sample source for that?

> If a signal arrives during execution of clone(), clone is returning
> ERESTARTNOINTR to userspace.

With which kernel version? Your quote from fork.c doesn't match mainline.
Can you reproduce with -rc6?

Will



More information about the linux-arm-kernel mailing list