[Bug libgomp/91256] openmp crash in shutdown

2020-01-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91256 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[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 versions of G

[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 'make the segfau