Open elevans opened 4 months ago
Hm, I don't get this on my macos machine. @elevans if you get a chance, then could you try running the corresponding scenery example (https://github.com/scenerygraphics/scenery/blob/main/src/test/kotlin/graphics/scenery/tests/examples/volumes/FlybrainOutOfCoreExample.kt)?
@skalarproduktraum the delayed effect makes me wonder if it happens as blocks are loaded in the Volume.
Running the advanced
Flybrain Out-of-Core
demo leads to a reproducible seg fault. Interestingly, no interaction is need to trigger this fault. I discovered this bug when I let sciview download the flybrain dataset and I got distracted long enough to capture the crash. Playing with the demo doesn't increase or decrease the time to seg fault. I timed it to about ~35 seconds to upwards of a minute before the seg fault occurs.I have the
hs_err_pid
log files as well if they are helpful in debugging this (they're 22,000 lines long so I didn't want to post them).My system: sciview version: 0.4.1-SNAPSHOT OS: Ubuntu 24.04 LTS Java: 21.0.2 CPU: i7-1185G7 GPU: Intel Iris Xe Graphics
Here's the stack trace: