node-pg-native icon indicating copy to clipboard operation
node-pg-native copied to clipboard

compiles, but doesn't work on windows 10, node 4

Open zaggino opened this issue 9 years ago • 2 comments

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

zaggino avatar Oct 12 '15 23:10 zaggino

I'm having the exact same issue on Windows 10, Node 5.2 and 5.3 using MSVS 2015

Klathmon avatar Dec 20 '15 02:12 Klathmon

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!

zam6ak avatar Jan 31 '16 19:01 zam6ak