Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

unix: assertion on uv__read_int #522

Closed
saghul opened this issue Aug 10, 2012 · 4 comments
Closed

unix: assertion on uv__read_int #522

saghul opened this issue Aug 10, 2012 · 4 comments

Comments

@saghul
Copy link
Contributor

saghul commented Aug 10, 2012

On latest master on OSX:

=============================================================
[%   5|+   8|-   0]: stdio_over_pipes
`stdio_over_pipes` failed: timeout
Output from process `stdio_over_pipes`:
Assertion failed: (n == sizeof(val)), function uv__read_int, file src/unix/process.c, line 260.
=============================================================
[%   5|+   8|-   1]: ipc_listen_before_write
`ipc_listen_before_write` failed: timeout
Output from process `ipc_listen_before_write`:
Assertion failed: (n == sizeof(val)), function uv__read_int, file src/unix/process.c, line 260.
=============================================================
[%   6|+   8|-   2]: ipc_listen_after_write
`ipc_listen_after_write` failed: timeout
Output from process `ipc_listen_after_write`:
Assertion failed: (n == sizeof(val)), function uv__read_int, file src/unix/process.c, line 260.
=============================================================
[%   7|+   8|-   3]: ipc_send_recv_pipe
`ipc_send_recv_pipe` failed: timeout
Output from process `ipc_send_recv_pipe`:
Assertion failed: (n == sizeof(val)), function uv__read_int, file src/unix/process.c, line 260.
=============================================================
[%   7|+   8|-   4]: ipc_send_recv_tcp
`ipc_send_recv_tcp` failed: timeout
Output from process `ipc_send_recv_tcp`:
Assertion failed: (n == sizeof(val)), function uv__read_int, file src/unix/process.c, line 260.
=============================================================
[%   8|+   8|-   5]: ipc_tcp_connection
`ipc_tcp_connection` failed: timeout
Output from process `ipc_tcp_connection`:
Assertion failed: (n == sizeof(val)), function uv__read_int, file src/unix/process.c, line 260.
=============================================================
@saghul
Copy link
Contributor Author

saghul commented Aug 10, 2012

I forgot to mention that more tests fail with the same assert, I just copied a few.

@indutny
Copy link
Contributor

indutny commented Aug 11, 2012

Related #524

@bnoordhuis
Copy link
Contributor

Fixed in ac0d468. Thanks for the bug report, Saúl.

@saghul
Copy link
Contributor Author

saghul commented Aug 12, 2012

Does not assert anymore, thanks Ben!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants