https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61798
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |MOVED Status|UNCONFIRMED |RESOLVED --- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- The only think I can think of is somehow the signal does not get masked correctly and/or stopped correctly before exiting. But this would be a glibc issue as libgomp is just calling normal pthread_* functions to create and exit the threads. libgomp does use the futex system call but that should not matter with respect to the signal and all.