You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I happened to write a code that will cause StackOverflowError. On the official release of Julia 1.0 this is fine, I got an StackOverFlowError, but on 1.3
this cause my julia compiler crash.
My Julia 1.3 versioninfo
julia>versioninfo()
Julia Version 1.3.0
Commit 46ce4d7933 (2019-11-2606:09 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin19.0.0)
CPU:Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
WORD_SIZE:64
LIBM: libopenlibm
LLVM: libLLVM-6.0.1 (ORCJIT, skylake)
You should be able to reproduce this by clone YaoBlocks.jl and checkout the noise branch at commit e220222e1e4a8ee585c57e44cea231d3ae5c8c9b
or the following command
https://github.com/QuantumBFS/YaoBlocks.jl.git YaoBlocks
cd YaoBlocks
git checkout noise
git checkout e220222e1e4a8ee585c57e44cea231d3ae5c8c9b
julia --project
then
using YaoBlocks
UnitaryChannel([X, Y, Z])
The text was updated successfully, but these errors were encountered:
I happened to write a code that will cause
StackOverflowError
. On the official release of Julia 1.0 this is fine, I got anStackOverFlowError
, but on 1.3this cause my julia compiler crash.
My Julia 1.3 versioninfo
You should be able to reproduce this by clone YaoBlocks.jl and checkout the
noise
branch at commite220222e1e4a8ee585c57e44cea231d3ae5c8c9b
or the following command
then
The text was updated successfully, but these errors were encountered: