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 an OCaml signal handler runs in a Lwt worker thread then the process
will dereference a NULL pointer and crash. The worker tried to avoid
this by masking out all signals after starting, but by then it may be
too late. Now, we mask out signals before creating a worker thread and
then restore the mask in the main thread afterwards.
0 commit comments