On Sun, Dec 11, 2022 at 06:59:49PM +0100, Marek Marczykowski-Górecki wrote: > Use abort() instead of just _exit() in libxl__alloc_failed(). This > is more friendly for debugging, as it will trap into debugger, > systemd-coredump will collect coredump/backtrace etc. It's much more > useful than just "libxl: FATAL ERROR: memory allocation failure (...)" > message without context where it actually failed. > > Signed-off-by: Marek Marczykowski-Górecki <[email protected]>
Acked-by: Anthony PERARD <[email protected]> Thanks, -- Anthony PERARD
