We have multiple occurrences of automated crash reports: https://retrace.fedoraproject.org/faf/reports/1209278/
... about SIGSEGV in partial_quotearg_n() at this location in the source code: http://git.savannah.gnu.org/cgit/findutils.git/tree/find/ftsfind.c?h=v4.6.0#n219 I guess it crashes because ent->fts_cycle->fts_pathlen is out of bound of ent->fts_cycle->fts_path but I do not fully understand what the function is supposed to do... Kamil