node.js - What's wrong with my compiled application? (node.exe) -


i've cross-compiled node (v0.4 branch) on ubuntu system using mingw32, when copy windows system program crashes.

the odd thing node.exe -v , node.exe --help work, it's when has been running while crashes.

i did upload binary compiled https://gist.github.com/raw/1062521/node.exe

it needs https://gist.github.com/raw/1062521/pthreadgc2.dll in same directory or in %path%

edit: i've compiled debug enabled, gdb still gets:

program received signal sigsegv, segmentation fault. 0x00000000 in ?? () (gdb) bt #0  0x00000000 in ?? () #1  0x00000000 in ?? () 


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -