That could be true for uv_fs_read, but in the minimal test case (in my last
email) I'm only opening a file 10 times, after the first few iterations of
opening the file (2-3 times) that test crashes.


Timothy

On Mon, Nov 10, 2014 at 7:52 AM, Armin Rigo <ar...@tunes.org> wrote:

> Hi Timothy,
>
> We're talking past each other.  I think that I already found that your
> code is not correct according to the docs.  You need to fix the
> signature of uv_fs_read() and create an array 'uv_buf_t[]', possibly
> of length 1.  I may be wrong though.
>
>
> A bientôt,
>
> Armin.
>



-- 
“One of the main causes of the fall of the Roman Empire was that–lacking
zero–they had no way to indicate successful termination of their C
programs.”
(Robert Firth)
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to