tecosaur / DaemonConductor.jl

Run many times, compile once.
10 stars 1 forks source link

`nohup` makes juliaclient panic #9

Open zauster opened 1 year ago

zauster commented 1 year ago

Hey,

I tried to start a long-running computation with nohup, which lead me to the following error/reproducible example:

% nohup julia -E "getpid()" > test.log &
% cat test.log
7415
% nohup juliaclient -E "getpid()" > test.log &
% cat test.log
panic: Oh no, something went wrong within io_uring.

Unable to dump stack trace: debug info stripped
tecosaur commented 11 months ago

Can reproduce, will look at.