[Bug libgomp/28468] OpenMP-parallelized program crashes when OMP_NUM_THREADS > 1

jakub at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Nov 15 09:45:00 GMT 2006



------- Comment #2 from jakub at gcc dot gnu dot org  2006-11-15 09:45 -------
Was LinuxThreads built at least --with-tls support or without?
If without and libgomp has been built without --disable-tls and your
assembler/linker support TLS, libgomp might be using __thread eventhough
glibc doesn't support that.
There have been some patches added recently to improve gcc configure checks
for the runtime support of TLS.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28468



More information about the Gcc-bugs mailing list