Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application hangs in __sanitizer::internal_sched_yield() #1449

Closed
getsoubl opened this issue Sep 30, 2021 · 4 comments
Closed

Application hangs in __sanitizer::internal_sched_yield() #1449

getsoubl opened this issue Sep 30, 2021 · 4 comments

Comments

@getsoubl
Copy link

getsoubl commented Sep 30, 2021

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

@getsoubl
Copy link
Author

getsoubl commented Oct 1, 2021

Any hint ?

@mrichtarsky
Copy link

It might be helpful to see the callstacks of all threads (thread apply all bt in gdb)

@getsoubl
Copy link
Author

getsoubl commented Oct 1, 2021

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.

@javeme
Copy link

javeme commented May 31, 2024

Similar issue: #189 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants