On 18.02.22 09:24, Fujii Masao wrote:
> Or even backtrace should be logged by write_stderr() so that it's
> written to eventlog if necessary? I just wonder why
> backtrace_symbols_fd() is used only in ExceptionalCondition().
Probably because it was simpler. It would also make sense to convert
the whole thing to use write_stderr() consistently.