| Summary: | du: Segfault when running `du` | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | pkantue <pkantue> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | minor | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.20.x | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
pkantue
2013-08-29 07:27:30 UTC
sounds like a custom/forked version of busybox. please update to the latest version from our website. if it still crashes, post: - the exact command you ran - a log of running `strace du ...` - a gdb backtrace if possible: `gdb --args du ...` then "run", then "bt" - the output of `mount` and `cat /proc/mounts` |