gatoatigrado / vimap

Variations on imap
Other
12 stars 7 forks source link

deadlock if send_stop_tokens() only sends stop tokens for #-alive-processes #25

Open gatoatigrado opened 10 years ago

gatoatigrado commented 10 years ago

this is reproducible via test_fail_after_a_while(). I'm not sure what's going on yet. At first I thought perhaps processes hadn't yet started, but this doesn't seem to be the case -- new assertions in fork() show that processes are marked as is_alive() immediately after their start() method is called.