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 =0whiletrueglobal i
println(i)
i +=1sleep(0.1)
end
send Ctrl+C to stop the while loop cause:
0
1
2
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 0x6b608bc1 -- jl_excstack_state at /home/Administrator/buildbot/worker/package_win64/build/src/home/Administrator/buildbot/worker/package_win64/build/src\rtutils.c:287
in expression starting at D:\guoxiaomi\Git\Hop.jl\debug\3.jl:2
The text was updated successfully, but these errors were encountered:
gxm11
changed the title
Ctrl+C exit a while loop cause EXCEPTION_ACCESS_VIOLATION on win10 julia 1.2/1.3
Ctrl+C exit a while loop cause EXCEPTION_ACCESS_VIOLATION on win10 julia 1.2.0
Sep 4, 2019
send Ctrl+C to stop the while loop cause:
The text was updated successfully, but these errors were encountered: