Hi all I am developing a small application using libuv 1.8. It worked fine for a couple of days but today it sent a SIGABRT with the following message src/unix/stream.c:929: uv__write_callbacks: Assertion `(((const QUEUE *) (&(stream->loop)->active_reqs) == (const QUEUE *) (*(QUEUE **) &((*(&(stream->loop)->active_reqs))[0]))) == 0)' failed. I gave a look to the code and for what I understood the write QUEUE is not empty I have no idea of what could have caused it and how to avoid it. Any suggestions?
Many thanks in advance, I. -- 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.
