mikeseven / node-glfw

nodejs bindings to GLFW
103 stars 46 forks source link

Segfault when closing window (OS X) #13

Closed Freezerburn closed 9 years ago

Freezerburn commented 9 years ago

When I hit +Q or click the close window button (red X in top left of window) while running the test files, the program terminates with a segmentation fault. If I hit ESC, it terminates normally.

mikeseven commented 9 years ago

Thanks Vincent. Indeed it's not connected so it doesnt clean correctly; on mac Node just exits. I should add it.

-- mike On Nov 15, 2014 5:17 PM, "Vincent" notifications@github.com wrote:

When I hit +Q or click the close window button (red X in top left of window) while running the test files, the program terminates with a segmentation fault. If I hit ESC, it terminates normally.

— Reply to this email directly or view it on GitHub https://github.com/mikeseven/node-glfw/issues/13.

mikeseven commented 9 years ago

fixed.