Bug 134780 - ps(1) cannot output multi-byte characters properly.
Summary: ps(1) cannot output multi-byte characters properly.
Keywords:
Status: CLOSED DUPLICATE of bug 134763
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: procps
Version: 4.0
Hardware: ia64
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Daniel Walsh
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-10-06 09:22 UTC by L3support
Modified: 2007-11-30 22:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-21 19:06:09 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description L3support 2004-10-06 09:22:50 UTC
Description of problem:
ps(1) cannot output a process name or a path including mulitibyte
characters. 

Version-Release number of selected component (if applicable):
procps-3.2.3-3

How reproducible:
always

Steps to Reproduce:
1. Specify Japanese character 'ã¦ãã¨' as an application name.
   # cc test.c -o ã¦ãã¨
2. # ./ã¦ã㨠&
3. # ps -a 

-----
// test.c
main(){ 
    sleep(60);
}
-----

Actual results:
# ps
  PID TTY          TIME CMD
 3286 pts/3    00:00:00 bash
 3412 pts/3    00:00:00 ??
 3413 pts/3    00:00:00 ps

Expected results:
[root@plat-tiger4b tmp]# ps
  PID TTY          TIME CMD
 3286 pts/3    00:00:00 bash
 3412 pts/3    00:00:00 ã¦ãã¨
 3413 pts/3    00:00:00 ps

Additional info:

Comment 1 Jay Turner 2004-10-06 09:26:28 UTC

*** This bug has been marked as a duplicate of 134763 ***

Comment 2 Red Hat Bugzilla 2006-02-21 19:06:09 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.


Note You need to log in before you can comment on or make changes to this bug.