Bug 4502

Summary: ls -l always lists UIDs and GIDs as numeric
Product: Busybox Reporter: Sergei <zc2expert>
Component: OtherAssignee: unassigned
Status: NEW ---    
Severity: minor CC: busybox-cvs
Priority: P5    
Version: 1.19.x   
Target Milestone: ---   
Hardware: Other   
OS: Linux   
Host: Target:
Build:
Attachments: strstr assembly dump from libc-2.13.so

Description Sergei 2011-11-20 01:02:35 UTC
OS: android v2.3.6 
Not matter was the -n option specified, the UIDs and GIDs are always numeric not names. 
The native (shipped with the OS) command "ls -l" gives me

lrwxrwxrwx root     root              2011-11-19 19:50 ls -> busybox
-rwxr-xr-x system   sdcard_rw  1085140 2011-11-19 19:39 busybox-armv6l
...

but the "busybox-armv6l ls -l"

gives me

total 2705
-rwxr-xr-x    1 1000     1015       1085140 Nov 20 00:39 busybox-armv6l
lrwxrwxrwx    1 0        0                7 Nov 20 00:50 ls -> busybox
...
Comment 1 Jelle Martijn Kok 2011-11-22 13:56:35 UTC
Created attachment 3770 [details]
strstr assembly dump from libc-2.13.so
Comment 2 Jelle Martijn Kok 2011-11-22 14:00:59 UTC
(In reply to comment #1)
> Created attachment 3770 [details]
> strstr assembly dump from libc-2.13.so

Sorry, attached this file to wrong Bug, so ignore this attachement. (I'm not able to remove it myself...)
Note: it seems bugzilla moves to the next bug after submitting a comment