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
If the .yml input file has
montecarlo:
nthreads: >1
the jupyter notebook kernel crashes with error
python(77911,0x70000d4e5000) malloc: double free for ptr 0x7ff487819400
python(77911,0x70000d4e5000) malloc: *** set a breakpoint in malloc_error_break to debug
[I 09:05:07.135 NotebookApp] KernelRestarter: restarting kernel (1/5), keep random ports
Expected Output
If nthreads parameter is set to 1 or removed (default is 1), then tardis works.
The text was updated successfully, but these errors were encountered:
Problem description
If the .yml input file has
montecarlo:
nthreads: >1
the jupyter notebook kernel crashes with error
python(77911,0x70000d4e5000) malloc: double free for ptr 0x7ff487819400
python(77911,0x70000d4e5000) malloc: *** set a breakpoint in malloc_error_break to debug
[I 09:05:07.135 NotebookApp] KernelRestarter: restarting kernel (1/5), keep random ports
Expected Output
If nthreads parameter is set to 1 or removed (default is 1), then tardis works.
The text was updated successfully, but these errors were encountered: