https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266036

Konstantin Belousov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Konstantin Belousov <[email protected]> ---
Show the value of kern.ps_strings on your system.
I suspect that it would be just the address that is reported:

solo% printf "%x\n" $(sysctl -n kern.ps_strings)
7fffffffefe0

In other words, this is how setproctitle(3) works: by modifying
ps_strings to point to other arguments strings.  ps_strings is initialized
by kernel during image activation.

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

Reply via email to