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
I think that calling sleeep with locked semaphore is not a good idea. I experience deadlocks when using the latest version, and if I remove this sleep - no deadlocks.
tty0tty/module/tty0tty.c
Line 282 in 9452a60
I think that calling sleeep with locked semaphore is not a good idea. I experience deadlocks when using the latest version, and if I remove this sleep - no deadlocks.