Bugzilla – Bug 148958
/proc/<pid>/environ for most processes only contains garbage
Last modified: 2006-02-27 08:32:22 UTC
It seems the environ files contain for most KDE processes only random garbage.
well, perhaps thats userspace triggered. kdeinit tries some ugly tricks to rename itself.
what do they contain? What should they contain? Do other kernel versions work properly?
they contain binary garbage (mostly binary NULs it seems). It should contain the environment. I haven't tested other kernels yet.
So, as per comment #1, is it user-space triggered? What ugly tricks does it do? So far, I'm inclined to suggest that kdeinit corrupts the environment all by itself and close the bug as RESOLVED INVALID. ;-)
well, it doesn't do anything special other than changing its own process name after the fork()/dlopen(). oh well, there are more important bugs to solve.