node-pg-native
node-pg-native copied to clipboard
compiles, but doesn't work on windows 10, node 4
Hi, I've compiled this library without problems on windows 10, using node 4.1.0, but when I try to use it together with sequelize, it throws following error:
Assertion failed: handle->type == UV_POLL, file src\win\poll.c, line 219
Process quits with exit code 3221226505
as a result.
The same code works on linux machine using also node 4.1.0
I'm having the exact same issue on Windows 10, Node 5.2 and 5.3 using MSVS 2015
Same for me. I am on Windows 10, Node 0.12.4, MSVS 2015... I tried building against libpq v9.4 and v9.5 with same result. It compiles but even simple example fails with above message.
Also, please note that sync calls do work (tried with both v9.4 and v9.5), only async do not!