| Summary: | Cannot unlink insanely deep directory | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Barkley Vowk <bvowk> |
| Component: | kern | Assignee: | Yar Tikhiy <yar> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 7.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed Duplicate of PR 104458 Responsible Changed From-To: freebsd-bugs->yar Duplicate of PR 104458 |
Someone ran: perl -e 'while (mkdir "x") { ++$n; print "\r$n"; last unless chdir "x"; }' Which leaves me with: rm -rf x rm: fts_read: File name too long Fix: Since it was a small filesystem, I dump'd, newfs'd and restore'd. But I thought maybe it was something that could be tweaked. How-To-Repeat: See Above.