I am getting segmentation fault at:
signal SIGSEGV, Segmentation fault.
0x00007f21293df7c3 in __kmp_cleanup_threadprivate_caches () at ../../src/kmp_threadprivate.cpp:812
Since, I can't provide code details. Could you please suggest something which could be the possible reason behind this?
My cases run fine in optimize version, but with debug, If I use gdb, I get this following error at the exit of executable.
Anurag