fivdi / epoll

A low-level Node.js binding for the Linux epoll API
MIT License
84 stars 13 forks source link

Segmentation fault #5

Closed fivdi closed 11 years ago

fivdi commented 11 years ago

In some scenarios there can be segmentation faults. This is probably because Ref/Unref is not being used for Epoll instances.

fivdi commented 11 years ago

Fixed with f1cc3161d77f4af37a7da6676991619d4883664e. Tested with: test/no-gc-allowed.js