Is there any way to disable the generation of "crash dump" & "core dump" files when running 'erl' ?
PS: I know about the "+d" option of erl but I want to completely disable the generation of crash/core dumps.
Is there any way to disable the generation of "crash dump" & "core dump" files when running 'erl' ?
PS: I know about the "+d" option of erl but I want to completely disable the generation of crash/core dumps.
If you are into dirty patching, you can insert a return statement right at the top of the erl_crash_dump_v function in break.c, and recompile.