Skip to content

Instantly share code, notes, and snippets.

@waTeim
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waTeim/21a66ca05689adb20380 to your computer and use it in GitHub Desktop.
Save waTeim/21a66ca05689adb20380 to your computer and use it in GitHub Desktop.
Output of npm test on windows using sys.ji
child_process: customFds option is deprecated, use stdio instead.
Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x771510e2 -- RtlAnsiStringToUnicodeString at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
RtlAnsiStringToUnicodeString at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
HeapFree at C:\Windows\system32\kernel32.dll (unknown line)
v8::Unlocker::~Unlocker at C:\Program Files\nodejs\node.exe (unknown line)
getipaddr at socket.jl:632
init_bind_addr at client.jl:203
init_parallel at client.jl:375
__init__ at sysimg.jl:318
jlcall___init___148 at (unknown line)
jl_apply_generic at C:\Julia\julia-91ebd61739\bin\LIBJULIA.dll (unknown line)
jl_module_run_initializer at C:\Julia\julia-91ebd61739\bin\LIBJULIA.dll (unknown line)
jl_init_restored_modules at C:\Julia\julia-91ebd61739\bin\LIBJULIA.dll (unknown line)
jl_get_builtin_hooks at C:\Julia\julia-91ebd61739\bin\LIBJULIA.dll (unknown line)
julia_init at C:\Julia\julia-91ebd61739\bin\LIBJULIA.dll (unknown line)
jl_init_with_image at C:\Julia\julia-91ebd61739\bin\LIBJULIA.dll (unknown line)
JMain::operator() at c:\msys64\home\jeffw\src\node-julia\src\jmain.cpp:89
std::_LaunchPad<std::_Bind<1,void,std::_Pmf_wrap<void (__cdecl JMain::*)(void) __ptr64,void,JMain>,JMain * __ptr64> >::_Go at c:\program files (x86)\microsoft visual studio 12.0\vc\include\thr\xthread:188
_Call_func at f:\dd\vctools\crt\crtw32\stdcpp\thr\threadcall.cpp:28
_callthreadstartex at f:\dd\vctools\crt\crtw32\startup\threadex.c:376
_threadstartex at f:\dd\vctools\crt\crtw32\startup\threadex.c:354
BaseThreadInitThunk at C:\Windows\system32\kernel32.dll (unknown line)
RtlUserThreadStart at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
npm ERR! Test failed. See above for more details.
> mocha
child_process: customFds option is deprecated, use stdio instead.
Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x77c210e2 -- RtlAnsiStringToUnicodeString at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
RtlAnsiStringToUnicodeString at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
HeapFree at C:\Windows\system32\kernel32.dll (unknown line)
v8::Unlocker::~Unlocker at C:\Program Files\nodejs\node.exe (unknown line)
getipaddr at socket.jl:632
init_bind_addr at client.jl:203
init_parallel at client.jl:374
__init__ at sysimg.jl:318
jlcall___init___145 at (unknown line)
jl_apply_generic at C:\Julia\julia-147fa0bcf8\bin\LIBJULIA.dll (unknown line)
jl_module_run_initializer at C:\Julia\julia-147fa0bcf8\bin\LIBJULIA.dll (unknown line)
jl_init_restored_modules at C:\Julia\julia-147fa0bcf8\bin\LIBJULIA.dll (unknown line)
jl_get_builtin_hooks at C:\Julia\julia-147fa0bcf8\bin\LIBJULIA.dll (unknown line)
julia_init at C:\Julia\julia-147fa0bcf8\bin\LIBJULIA.dll (unknown line)
jl_init_with_image at C:\Julia\julia-147fa0bcf8\bin\LIBJULIA.dll (unknown line)
JMain::operator() at c:\msys64\home\jeffw\src\node-julia\src\jmain.cpp:89
std::_LaunchPad<std::_Bind<1,void,std::_Pmf_wrap<void (__cdecl JMain::*)(void) __ptr64,void,JMain>,JMain * __ptr64> >::_Go at c:\program files (x86)\microsoft visual studio 12.0\vc\include\thr\xthread:188
_Call_func at f:\dd\vctools\crt\crtw32\stdcpp\thr\threadcall.cpp:28
_callthreadstartex at f:\dd\vctools\crt\crtw32\startup\threadex.c:376
_threadstartex at f:\dd\vctools\crt\crtw32\startup\threadex.c:354
BaseThreadInitThunk at C:\Windows\system32\kernel32.dll (unknown line)
RtlUserThreadStart at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
npm ERR! Test failed. See above for more details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment