Hello!

You have `uv_write(NULL, ...)` in your code. The first argument must be a
pointer to `uv_write_t`, which will be alive until `uv_write_cb` is called.

Hope this helps,
Fedor.

On Tue, Apr 18, 2017 at 1:10 PM, Florent Cabret <[email protected]>
wrote:

> Hi,
>
> I dont know what is wrong with my code but it trigger a memory exception
> in uv_process_tcp_connect_req at line req->cb(req,
> uv_translate_sys_error(err)); where it call a random address.
>
> --
> You received this message because you are subscribed to the Google Groups
> "libuv" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/libuv.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"libuv" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/libuv.
For more options, visit https://groups.google.com/d/optout.

Reply via email to