I use luv[1] (update libuv to latest version) and write pure lua program on Freebsd
libuv core dump at core.c function uv__finish_close: assert(handle->flags & UV_CLOSING); use gdb see handle->flags = 0 and handle->type = UV_UNKNOWN_HANDLE I notice the uv_close checked type and flags, how did it happened? [1] https://github.com/richardhundt/luv -- 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 http://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
