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
Fwiw: I think what may go wrong here is that rcu calls the scheduler timeout so the kernel configures the apic tsc_deadline but sxgstep still has it in oneshot mode so the timer never fires and the rcu check blocks somehow
Example dmesg:
app is blocked in D state and reboot is the only remedy
After some digging, it seems this is caused by an explicit call to
sgx_destroy_enclave
before process exit.From the call trace above, the problem seems to be caused by:
Possible hypothesis:
The text was updated successfully, but these errors were encountered: