Re: [PATCH for-4.17 v3 13/15] tools/ocaml/xenstored: set uncaught exception handler

2022-11-09 Thread Christian Lindig
> On 8 Nov 2022, at 15:34, Edwin Török wrote: > > Helps debug fatal errors during live update > > Previously this would've just gone to /dev/null, because: > * daemonize reopens stderr as /dev/null > * systemd redirects stderr to /dev/null too > > Previously the only way to debug this was to

[PATCH for-4.17 v3 13/15] tools/ocaml/xenstored: set uncaught exception handler

2022-11-08 Thread Edwin Török
Helps debug fatal errors during live update Previously this would've just gone to /dev/null, because: * daemonize reopens stderr as /dev/null * systemd redirects stderr to /dev/null too Previously the only way to debug this was to manually run oxenstored with --no-fork, but when you have a fatal