Bug 6476

Summary: du: Segfault when running `du`
Product: Busybox Reporter: pkantue <pkantue>
Component: OtherAssignee: 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
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`