Re: [elixir-core:12036] Preventing orphan processes on BEAM crash

2025-02-20 Thread José Valim
Fantastic work, thank you very much for carrying this torch! *José Valimhttps://dashbit.co/ * On Thu, Feb 20, 2025 at 8:18 AM Adam Wight wrote: > For visibility, here are the upstream discussion and patch: > * https://erlangforums.com/t/open-port-and-zombie-processes/3111

Re: [elixir-core:12036] Preventing orphan processes on BEAM crash

2025-02-19 Thread Adam Wight
For visibility, here are the upstream discussion and patch: * https://erlangforums.com/t/open-port-and-zombie-processes/3111/5 * https://github.com/erlang/otp/pull/9453 My biggest question for that group (and here as well!) is whether not terminating child processes was a bug or a feature :-D — I