Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2018 20:48:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 230068] ps: processes with non-ASCII characters are hidden from list in "ps auxww"
Message-ID:  <bug-230068-227-zNCMTXSLey@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230068-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230068-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230068

Conrad Meyer <cem@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cem@freebsd.org

--- Comment #1 from Conrad Meyer <cem@freebsd.org> ---
Have you configured LANG, LC_ALL, or LC_CTYPE?  I don't see any such problem
(at least on CURRENT).

$ env|grep LANG
LANG=3Den_US.UTF-8
$ ./t=C3=ABst.sh&
[1] 33360
$ ps auxwwwww|grep st.sh
conrad 33360    0.2  0.0  11820  3192  4  S    13:47        0:00.00 /bin/sh
./t=C3=ABst.sh

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230068-227-zNCMTXSLey>