You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
We are running an application using sanitizer . Seems that the application hangs in #0 0x00007ffff6f0ea4b in #0__sanitizer::internal_sched_yield() () from /lib64/libasan.so.5 #1 0x00007ffff6e55015 in pthread_create () from /lib64/libasan.so.5
Is any known bug?
Is any hint what goes wrong and this behaviour is appeared?
The g++ version is g++ (GCC) 8.2.1 20180905 (Red Hat 8.2.1-3)
Thank you
George
The text was updated successfully, but these errors were encountered:
I checked the thread apply all bt. As I mentioned in my previous comment , seems that the main thread that creates working threads, hangs internal_sched_yield. I consider that it never returns.
Hello,
We are running an application using sanitizer . Seems that the application hangs in #0 0x00007ffff6f0ea4b in #0__sanitizer::internal_sched_yield() () from /lib64/libasan.so.5
#1 0x00007ffff6e55015 in pthread_create () from /lib64/libasan.so.5
Is any known bug?
Is any hint what goes wrong and this behaviour is appeared?
The g++ version is g++ (GCC) 8.2.1 20180905 (Red Hat 8.2.1-3)
Thank you
George
The text was updated successfully, but these errors were encountered: