node-gui icon indicating copy to clipboard operation
node-gui copied to clipboard

Event callbacks segfault

Open mx-moth opened this issue 13 years ago • 0 comments

Some event callbacks cause the program to segfault. For example, when 'focus', 'destroyed', or numerous other events are fired, the program segfaults before the callback function is even called. See attached code

https://gist.github.com/753922#file_event_crash.js

mx-moth avatar Dec 24 '10 05:12 mx-moth