Temporary workaround you can try:

using WinRPM
unshift!(WinRPM.sources, 
"http://download.opensuse.org/repositories/home:/kelman:/branches:/windows:/mingw:/win64/openSUSE_13.2";)
WinRPM.update()
WinRPM.install("zeromq")


On Monday, March 28, 2016 at 3:40:10 PM UTC-7, Tony Kelman wrote:
>
> Looks like an issue with the source of binaries that we're using on 
> Windows for many precompiled libraries. Something changed about 4 days ago, 
> probably 
> https://build.opensuse.org/package/rdiff/windows:mingw:win64/mingw64-runtime?linkrev=base&rev=39,
>  
> causing builds since then to segfault - 
> https://ci.appveyor.com/project/tkelman/zmq-jl/history
>
> What would help is if we can come up with a pure C reproduction case that 
> I can report to the maintainers of that repository, and then ask if they 
> can revert that change.
>
>
> On Monday, March 28, 2016 at 11:28:48 AM UTC-7, Zahirul ALAM wrote:
>>
>> Hi,
>>
>> I installed Julia in a windows 10 machine and I get the following error 
>> when I try to run IJulia notebook. I could not find any related post. using 
>> Julia version 4.5. I got very pissed at Windows and went ahead did a clean 
>> reinstall but the problem will not go away. Surely it is a bug somewhere. 
>> Any help. I am stuck and really need to use Julia to run a set of code I 
>> wrote. 
>>
>> 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 0x6978c644 -- unknown function 
>> (ip: 000000006978C644)
>> unknown function (ip: 000000006978C644)
>> unknown function (ip: 0000000069785939)
>>
>> zmq_ctx_term at 
>> C:\Users\zahir\.julia\v0.4\WinRPM\deps\usr\x86_64-w64-mingw32\sys-root\mingw\bin\libzmq.DLL
>>  
>> (unknown line)
>> close at C:\Users\zahir\.julia\v0.4\ZMQ\src\ZMQ.jl:157
>>
>> jlcall_close_1348 at  (unknown line)
>> jl_apply_generic at C:\Julia\bin\libjulia.dll (unknown line)
>> jl_svec_fill at C:\Julia\bin\libjulia.dll (unknown line)
>> jl_gc_inhibit_finalizers at C:\Julia\bin\libjulia.dll (unknown line)
>> jl_load_and_lookup at C:\Julia\bin\libjulia.dll (unknown line)
>> jl_compile at C:\Julia\bin\libjulia.dll (unknown line)
>> jl_trampoline at C:\Julia\bin\libjulia.dll (unknown line)
>> jl_svec_fill at C:\Julia\bin\libjulia.dll (unknown line)
>> jl_gc_run_all_finalizers at C:\Julia\bin\libjulia.dll (unknown line)
>> jl_atexit_hook at C:\Julia\bin\libjulia.dll (unknown line)
>> jl_exit at C:\Julia\bin\libjulia.dll (unknown line)
>> jl_throw_in_ctx at C:\Julia\bin\libjulia.dll (unknown line)
>> _chkstk at C:\WINDOWS\SYSTEM32\ntdll.dll (unknown line)
>> RtlImageNtHeaderEx at C:\WINDOWS\SYSTEM32\ntdll.dll (unknown line)
>> KiUserExceptionDispatcher at C:\WINDOWS\SYSTEM32\ntdll.dll (unknown line)
>> [I 14:15:03.707 NotebookApp] KernelRestarter: restarting kernel (1/5)
>> WARNING:root:kernel 4435413f-1c59-4e4e-9371-9663e06e9879 restarted
>>
>

Reply via email to