Stream: helpdesk (published)

Topic: ✔ 1.12 REPL display crash


view this post on Zulip Alec (Dec 16 2025 at 20:30):

I'm trying to isolate this down to a MWE still but in the meantime through I would see if anyone is familiar with this issue. While printing a very large nested tuple with various data (dicts, custom types, arrays) in a REPL session on 1.12 on Windows 11, Julia crashes:

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 0x7ffb68af1e08 -- ION with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLAEXCEPTION_ACCESS_VIOLATION at 0x7ffb68af1e08 -- ijl_gc_mark_queue_objarray at C:\Users\alec.loudenback\.julia\juliaup\julia-1.12.3+0.x64.w64.mingw32\bin\libjulia-internal.dll (unknown line)
in expression starting at REPL[2]:1
ijl_gc_mark_queue_objarray at C:\Users\alec.loudenback\.julia\juliaup\julia-1.12.3+0.x64.w64.mingw32\bin\libjulia-internal.dll (unknown line)
jl_parallel_gc_threadfun at C:\Users\alec.loudenback\.julia\juliaup\julia-1.12.3+0.x64.w64.mingw32\bin\libjulia-internal.dll (unknown line)
uv_once at C:\Users\alec.loudenback\.julia\juliaup\julia-1.12.3+0.x64.w64.mingw32\bin\libjulia-internal.dll (unknown line)
beginthreadex at C:\Windows\System32\msvcrt.dll (unknown lingc_mark_outrefs at C:/workdir/src\gc-stock.c:2354 [inlined]
gc_mark_and_steal at C:/workdir/src\gc-stock.c:2565
in expression starting at REPL[2]:1
c-stock.c:2565
lined]
)
in expression starting at REPL[2]:1
endthreadex at C:\Windows\System32\msvcrt.dll (unknown line)
jl_datatype_layout at C:/workdir/src\julia.h:1523 [inlined]
gc_mark_outrefs at C:/workdir/src\gc-stock.c:2354 [inlined]
gc_mark_and_steal at C:/workdir/src\gc-stock.c:2565
gc_mark_loop_parallel at C:/workdir/src\gc-stock.c:2720 [inlined]
ne)
gc_mark_loop_parallel at C:/workdir/src\gc-stock.c:2720 [inlined]
jl_parallel_gc_threadfun at C:/workdir/src\gc-stock.c:3630
RtlUserThreadStart at C:\Windows\SYSTEM32\ntdll.dll (unknown linebeginthreadex at C:\Windows\System32\msvcrt.dll (unknown line)
e)
Allocations: 18427219 (Pool: 18425817; Big: 1402); GC: 13
ne)
endthreadex at C:\Windows\System32\msvcrt.dll (unknown linendthreadex at C:\Windows\System32\msvcrt.dll (unknown line)
BaseThreadInitThunk at C:\Windows\System32\KERNEL32.DLL (unknown line)
RtlUserThreadStart at C:\Windows\SYSTEM32\ntdll.dll (unknown line)
Allocations: 18427219 (Pool: 18425817; Big: 1402); GC: 13

It didn't do this on 1.11 and it doesn't crash when running julia --project=@. -E '[command that returns tuple]'I removed OhMyREPL from my startup. Will post more information as I can diagnose it.

view this post on Zulip Notification Bot (Dec 16 2025 at 20:54):

Alec has marked this topic as resolved.

view this post on Zulip Alec (Dec 16 2025 at 20:55):

I was able to replicate this with two different users, but a restart of Windows seems to resolve the issue. Windows hadn't been restarted since installing Julia.


Last updated: Dec 18 2025 at 04:52 UTC