[Bug libgomp/111413] New: libgomp >= 13 segfault on loading if environ is NULL

2023-09-14 Thread silvio at traversaro dot it via Gcc-bugs
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:

[Bug libgomp/111413] libgomp >= 13 segfault on loading if environ is NULL

2023-09-19 Thread silvio at traversaro dot it via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111413 --- Comment #3 from Silvio Traversaro --- Thanks a lot for fixing this!

[Bug libgomp/111556] New: OMP_* environment variables not read if libgomp is loaded via dlopen([..], [..]|RTLD_DEEPBIND) and the process executable access the environ global variable

2023-09-23 Thread silvio at traversaro dot it via Gcc-bugs
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

[Bug target/111556] OMP_* environment variables not read if libgomp is loaded via dlopen([..], [..]|RTLD_DEEPBIND) and the process executable access the environ global variable

2023-09-24 Thread silvio at traversaro dot it via Gcc-bugs
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.