That line of code is a generic fallthrough here https://github.com/JuliaLang/libuv/blob/07730c4bd595b4d45a498a8ee0bcd53878ff7c10/src/uv-common.c#L83 and means UV_ERRNO_MAP didn't have the actual error code mapped properly. If you're able to try a source build we could see if the same thing happens there then add some printf statements to figure out what actual error code is happening.
On Monday, March 14, 2016 at 3:39:23 PM UTC-7, [email protected] wrote: > > A colleague was trying to install Julia on his Windows machine. He > downloaded the self-extracting archive, extracted it, and then tried to > launch Julia. It showed a blank console for a few seconds, and then > closed. I had him try the nightly build, and it failed in the same way. > > He opened up a console manually and pasted in the julia.exe path, and was > able to get this output as Julia crashed: > > > C:\windows\system32>C:\Users\pcuthber\AppData\Local\Julia-0.5.0-dev\bin\julia.exe > A s s e r t i o n f a i l e d ! > P r o g r a m : C : \ U s e r s \ p c u t h b e r \ A p p D a t a \ L o c > a l > \ J u l i a - 0 . 5 . 0 - d e v \ b i n \ j u l i a . e x e > F i l e : / h o m e / A d m i n i s t r a t o r / b u i l d b o t / s l a > v e > / p a c k a g e _ w i n 6 _ 2 - x 6 4 / b u i l d / d e p s / s r c c a c > h e / > l i b u v / s r c / u v - c o m m o n . c , L i n e 8 3 > E x p r e s s i o n : 0 > > > Any ideas as to what is going on? > > Thank you! > > Daniel >
