Bug 6476 - du: Segfault when running `du`
Summary: du: Segfault when running `du`
Status: RESOLVED NEEDINFO
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.20.x
Hardware: Other Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-29 07:27 UTC by pkantue
Modified: 2016-02-18 06:52 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pkantue 2013-08-29 07:27:30 UTC
Hi,

Hi,

I've been using Android Terminal Emulator for a while now my TF101 (with ICS).
The device is rooted with busybox 1.20.2-cm9 installed.

Everytime I try to enquire on disk space using the "du" command I get a segmentation fault error.

I've also got linuxonadroid installed running ubuntu 12.04. When I use the command line in that environment, no segfault appears.

Please advise.

Thanks
Comment 1 Mike Frysinger 2016-02-18 06:52:47 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`