Open SimonDanisch opened 1 year ago
I encountered a similar issue, but can only reproduce it when running my Julia code withing the Julia extension of VS Code.
I created a new repo AnHeuermann/MakieStackOverflow that produces a stack overflow when I run test/runtest.jl
with the VS Code Julia extension (Shift+Enter).
The example is a bit large, but maybe can point someone into the right direction.
I'm using ssh to access the machine. It's headless (no X Server, no DISPLAY
variable).
julia> versioninfo()
Julia Version 1.8.1
Commit afb6c60d69a (2022-09-06 15:09 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 48 × Intel(R) Xeon(R) Gold 6248R CPU @ 3.00GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-13.0.1 (ORCJIT, cascadelake)
Threads: 1 on 48 virtual cores
Environment:
LD_LIBRARY_PATH = /usr/local/cuda-11.8/lib64
Has this been fixed/is this still an issue?
My example is no longer crashing on my server (CairoMakie v0.12.7, Makie 0.21.7, Julia 1.10.4, OS: Ubuntu 22.04.4 LTS) so I'll remove it.
I think we still have the timer object in axis code, which is likely not ideal and could possibly improved by using the new rendertick... But I haven't looked at the code in detail to know if it would improve things or is even easily possible.
After zooming around a lot, I'm getting this error: