https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111413
Bug ID: 111413
Summary: libgomp >= 13 segfault on loading if environ is NULL
Product: gcc
Version: og13 (devel/omp/gcc-13)
Status: UNCONFIRMED
Severity: normal
Priority:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111413
--- Comment #3 from Silvio Traversaro ---
Thanks a lot for fixing this!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111556
Bug ID: 111556
Summary: OMP_* environment variables not read if libgomp is
loaded via dlopen([..], [..]|RTLD_DEEPBIND) and the
process executable access the environ global variable
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111556
--- Comment #3 from Silvio Traversaro ---
Thanks for the quick reply! I imagined something like that, but I preferred
anyhow to have a clear bug on the libgomp so that I can refer to it and for
other people that could encounter this behavior.