Displaying 1 result from an estimated 1 matches for "gomp_thread_start".
2010 Nov 10
2
[LLVMdev] Bug in DragonEgg or LLVM
...bit_and = (bit_and & logics[i]);
}
}
//-----------------------------------------------------------
Examination with valgrind produces these results:
==5064== Thread 2:
==5064== Use of uninitialised value of size 8
==5064== at 0x40074E: main.omp_fn.0 (in test113)
==5064== by 0x4C44FE1: gomp_thread_start (team.c:115)
==5064== by 0x3A1EA07760: start_thread (in /lib64/libpthread-2.12.1.so)
==5064== by 0x3A1E2E14FC: clone (in /lib64/libc-2.12.1.so)
==5064==
==5064== Invalid read of size 4
==5064== at 0x40074E: main.omp_fn.0 (in test113)
==5064== by 0x4C44FE1: gomp_thread_start (team.c:115...