mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
vere: add comment noting possible ctrl-z deadlock
This commit is contained in:
parent
0d617eefc9
commit
94da5c9102
@ -633,6 +633,9 @@ u3_disk_exit(u3_disk* log_u)
|
|||||||
|
|
||||||
// cancel write thread
|
// cancel write thread
|
||||||
//
|
//
|
||||||
|
// XX can deadlock when called from signal handler
|
||||||
|
// XX revise SIGTSTP handling
|
||||||
|
//
|
||||||
if ( c3y == log_u->ted_o ) {
|
if ( c3y == log_u->ted_o ) {
|
||||||
c3_i sas_i;
|
c3_i sas_i;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user