-
Notifications
You must be signed in to change notification settings - Fork 261
futex does not wake #2503
Comments
Looks like a question to @boryspoplawski |
In your trace |
Okay thanks, it seems the issue stems from something else then (not related to FUTEX_CLOCK_REALTIME). |
Unfortunately there seems to be nothing wrong in the logs you've provided, so I won't be able to help more without more information. |
Running FFMPEG inside graphene direct or sgx FUTEX_CLOCK_REALTIME is not implemented, and it causes the FUTEX to get the wrong time (notice the -1594868808) causing infinite stalls on threads.
EDIT: The issue with not waking remains but it seems that its not related to FUTEX_CLOCK_REALTIME.
Running outside graphene notice the signed int max value for the futex.
The text was updated successfully, but these errors were encountered: