https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91256
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
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
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