On Wednesday 13 of May 2015 16:19:59 Benibr wrote: > But there is a patched segment in src/misc.c at line 1084 in > 'stat_diag'. I backtraced the 'stat_error' function over lib/pacerror.c
s/pacerror.c/paxerror.c/ > to lib/paxlib.h but I neither understand if it actually throws an > exitcode nor when the function should be called. I'm not sure which function you talk about. However, if the stat_diag is invoked, either stat_error (exit_status == 2) or stat_warn (exit_status == 0) is called, based on whether *you* decided to --ignore-failed-read. Pavel
