[Bug libgomp/91256] New: openmp crash in shutdown

2019-07-25 Thread Danack at basereality dot com
Assignee: unassigned at gcc dot gnu.org Reporter: Danack at basereality dot com CC: jakub at gcc dot gnu.org Target Milestone: --- Hi, I maintain Imagick the PHP extension that allows people to use the ImageMagick library from PHP code. It seems that under certain

[Bug libgomp/91256] openmp crash in shutdown

2019-07-25 Thread Danack at basereality dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91256 --- Comment #1 from Danack at basereality dot com --- As a bit more info - for the sake of debugging I added a sleep command in the Imagick code just after where it tells the ImageMagick library to shut itself down. This seems to 'mak

[Bug libgomp/91256] openmp crash in shutdown

2019-07-29 Thread Danack at basereality dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91256 --- Comment #2 from Danack at basereality dot com --- Apparently this might be fixable by calling: omp_pause_resource_all(omp_pause_hard); However, that function is only defined in OpenMP version 5, which isn't available in the versio