A complete "stack-trace" for the crash looks like this:
---
2022-04-29 17:46:22.943 [info] <0.44.0> Application mnesia started on node 'rabbit@rbn-2'
2022-04-29 17:46:22.945 [info] <0.44.0> Application mnesia exited with reason: stopped
2022-04-29 17:46:22.946 [info] <0.44.0> Application mnesia exited with reason: stopped
2022-04-29 17:46:23.008 [error] <0.1384.0> Mnesia('rabbit@rbn-2'): ** ERROR ** (core dumped to file: "/var/lib/rabbitmq/MnesiaCore.rabbit@rbn-2_1651_243583_7909")
** FATAL ** Failed to merge schema: {aborted,{combine_error,schema,['rabbit@rbn-3','rabbit@rbn-3','rabbit@rbn-2','rabbit@rbn-1']}}
2022-04-29 17:46:23.292 [debug] <0.1314.0> Lager installed handler lager_backend_throttle into lager_event
2022-04-29 17:46:33.010 [info] <0.1383.0> supervisor: {local,mnesia_sup}, errorContext: start_error, reason: killed, offender: [{pid,undefined},{id,mnesia_kernel_sup},{mfargs,{mnesia_kernel_sup,start,[]}},{restart_type,permanent},{shutdown,infinity},{child_type,supervisor}]
2022-04-29 17:46:33.010 [error] <0.1383.0> Supervisor mnesia_sup had child mnesia_kernel_sup started with mnesia_kernel_sup:start() at undefined exit with reason killed in context start_error
2022-04-29 17:46:33.010 [error] <0.1390.0> ** Generic server mnesia_recover terminating
** Last message in was {'EXIT',<0.1386.0>,killed}
** When Server state == {state,<0.1386.0>,undefined,undefined,undefined,0,false,true,[]}
** Reason for termination ==
** killed
2022-04-29 17:46:33.011 [error] <0.1388.0> ** Generic server mnesia_subscr terminating
** Last message in was {'EXIT',<0.1386.0>,killed}
** When Server state == {state,<0.1386.0>,#Ref<0.1445991763.2944532481.89008>}
** Reason for termination ==
** killed
2022-04-29 17:46:33.011 [error] <0.1390.0> CRASH REPORT Process mnesia_recover with 0 neighbours exited with reason: killed in gen_server:decode_msg/9 line 475
2022-04-29 17:46:33.011 [error] <0.1388.0> CRASH REPORT Process mnesia_subscr with 0 neighbours exited with reason: killed in gen_server:decode_msg/9 line 475
2022-04-29 17:46:33.011 [error] <0.1387.0> ** Generic server mnesia_monitor terminating
** Last message in was {'EXIT',<0.1386.0>,killed}
** When Server state == {state,<0.1386.0>,[],[],true,[],undefined,[],[]}
** Reason for termination ==
** killed
2022-04-29 17:46:33.014 [error] <0.1387.0> CRASH REPORT Process mnesia_monitor with 0 neighbours exited with reason: killed in gen_server:decode_msg/9 line 475
2022-04-29 17:46:33.014 [error] <0.1381.0> CRASH REPORT Process <0.1381.0> with 0 neighbours exited with reason: {{shutdown,{failed_to_start_child,mnesia_kernel_sup,killed}},{mnesia_app,start,[normal,[]]}} in application_master:init/4 line 138
2022-04-29 17:46:33.014 [info] <0.44.0> Application mnesia exited with reason: {{shutdown,{failed_to_start_child,mnesia_kernel_sup,killed}},{mnesia_app,start,[normal,[]]}}
2022-04-29 17:46:33.014 [error] <0.1306.0>
2022-04-29 17:46:33.014 [error] <0.1306.0> BOOT FAILED
2022-04-29 17:46:33.015 [error] <0.1306.0> ===========
2022-04-29 17:46:33.015 [error] <0.1306.0> Exception during startup:
2022-04-29 17:46:33.015 [error] <0.1306.0>
2022-04-29 17:46:33.015 [error] <0.1306.0> application_master:start_it_old/4 line 277
2022-04-29 17:46:33.015 [error] <0.1306.0> rabbit:start/2 line 819
2022-04-29 17:46:33.015 [error] <0.1306.0> rabbit:run_prelaunch_second_phase/0 line 349
2022-04-29 17:46:33.015 [error] <0.1306.0> error:{badmatch,
2022-04-29 17:46:33.015 [error] <0.1306.0> {error,
2022-04-29 17:46:33.015 [error] <0.1306.0> {{shutdown,{failed_to_start_child,mnesia_kernel_sup,killed}},
2022-04-29 17:46:33.015 [error] <0.1306.0> {mnesia_app,start,[normal,[]]}}}}
2022-04-29 17:46:33.015 [error] <0.1306.0>
2022-04-29 17:46:34.016 [error] <0.1305.0> CRASH REPORT Process <0.1305.0> with 0 neighbours exited with reason: {{badmatch,{error,{{shutdown,{failed_to_start_child,mnesia_kernel_sup,killed}},{mnesia_app,start,[normal,[]]}}}},{rabbit,start,[normal,[]]}} in application_master:init/4 line 138
2022-04-29 17:46:34.016 [info] <0.44.0> Application rabbit exited with reason: {{badmatch,{error,{{shutdown,{failed_to_start_child,mnesia_kernel_sup,killed}},{mnesia_app,start,[normal,[]]}}}},{rabbit,start,[normal,[]]}}
2022-04-29 17:46:34.019 [info] <0.44.0> Application sysmon_handler exited with reason: stopped
2022-04-29 17:46:34.022 [info] <0.44.0> Application ra exited with reason: stopped
2022-04-29 17:46:34.024 [info] <0.44.0> Application os_mon exited with reason: stopped
---