Thanks. I added a comment in the issue with instructions to raise the file
descriptor limits (temporary workaround). For the convenience of others, I
am repeating it here.

Reboot after running these commands

echo 'kern.maxfiles=20480' | sudo tee -a /etc/sysctl.conf
echo -e 'limit maxfiles 8192 20480\nlimit maxproc 1000 2000' | sudo tee -a
/etc/launchd.conf
echo 'ulimit -n 4096' | sudo tee -a /etc/profile

-Amitava

On Sat, Aug 31, 2013 at 2:12 PM, Kevin Cantu <m...@kevincantu.org> wrote:

> I see that, too.  Filed an issue for it: seems like some kind of
> libc::pipe problem on OS X with that that function.
> https://github.com/mozilla/rust/issues/8904
>
>
> Kevin
>
>
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to