asciinema/asciinema

Recording crashes on macOS - Invalid argument (os error 22)

ku1ik opened this issue · 3 comments

$ target/release/asciinema rec demo.cast
Error: Invalid argument (os error 22)

Seems to be related to tokio-rs/mio#1377

The select+thread trick described here is something to consider: https://code.saghul.net/2016/05/libuv-internals-the-osx-select2-trick/

Fixed in #601