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 am experiencing random segfaults with julia 1.10.0 and python 3.10.10 at _Py_DECREF calls. An example crash dump is attached.
The issue is not present when downgrading julia to 1.9.3.
Julia changed its GC to be multi-threaded between these versions. Using --gcthreads=1 in init_julia has no effect.
I cannot produce an MWE, as the code triggering it is complex, flips through GBs of data, communicates a lot, and the crash happens completely random, but always after far into execution. The julia code is single-threaded.
I am experiencing random segfaults with julia 1.10.0 and python 3.10.10 at _Py_DECREF calls. An example crash dump is attached.
The issue is not present when downgrading julia to 1.9.3.
Julia changed its GC to be multi-threaded between these versions. Using --gcthreads=1 in init_julia has no effect.
I cannot produce an MWE, as the code triggering it is complex, flips through GBs of data, communicates a lot, and the crash happens completely random, but always after far into execution. The julia code is single-threaded.
log.txt
The text was updated successfully, but these errors were encountered: