Problems build CodecZlib

Hi,

want to do some tests with MetaGraphs but it fails. error suggests to build CodecZlib. But get this error:

(v1.0) pkg> build CodecZlib
  Building CodecZlib → `C:\Users\achen\.julia\packages\CodecZlib\5t9zO\deps\build.log`
┌ Error: Error building `CodecZlib`:

My Powershell version is:

PS C:\Users\achen> $PSVersionTable

Name                           Value
----                           -----
PSVersion                      5.1.19041.610
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.19041.610
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

I saw post about Power Shell 3 but I don’t think that is the issue here. any ideas?

Is C:\Users\achen\.julia\packages\CodecZlib\5t9zO\deps\build.log large? Could you post the contents?

Hi @pixel27,

I tried it again (removed the build to see if that helped). Error Remains but is now less criptic:

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 0x7ffa13bf3b74 -- 
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 0x7ffa13bf3b74 -- RtlExtendMemoryZone at C:\WINDOWS\SYSTEM32\ntdll.dll (unknown line)
in expression starting at C:\Users\achen\.julia\packages\CodecZlib\5t9zO\deps\build.jl:1
RtlExtendMemoryZone at C:\WINDOWS\SYSTEM32\ntdll.dll (unknown line)
RtlAllocateHeap at C:\WINDOWS\SYSTEM32\ntdll.dll (unknown line)
RtlAllocateHeap at C:\WINDOWS\SYSTEM32\ntdll.dll (unknown line)
malloc at C:\WINDOWS\System32\msvcrt.dll (unknown line)
Znwy at C:\Julia-1.0.5\bin\libstdc++-6.dll (unknown line)

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 0x7ffa13c0a8bb -- RtlAllocateHeap at C:\WINDOWS\SYSTEM32\ntdll.dll (unknown line)
in expression starting at C:\Users\achen\.julia\packages\CodecZlib\5t9zO\deps\build.jl:1
RtlAllocateHeap at C:\WINDOWS\SYSTEM32\ntdll.dll (unknown line)
RtlAllocateHeap at C:\WINDOWS\SYSTEM32\ntdll.dll (unknown line)
RtlFormatMessageEx at C:\WINDOWS\SYSTEM32\ntdll.dll (unknown line)
RtlFormatMessageEx at C:\WINDOWS\SYSTEM32\ntdll.dll (unknown line)
RtlAllocateHeap at C:\WINDOWS\SYSTEM32\ntdll.dll (unknown line)
RtlAllocateHeap at C:\WINDOWS\SYSTEM32\ntdll.dll (unknown line)
malloc at C:\WINDOWS\System32\msvcrt.dll (unknown line)
Znwy at C:\Julia-1.0.5\bin\libstdc++-6.dll (unknown line)

Does this help? Could you tell me want you think it is?

Any chance of upgrading to the latest stable version of Julia?

Yes, That fixed it, thanks!