|
Bugzilla – Full Text Bug Listing |
| Summary: | /proc/<pid>/environ for most processes only contains garbage | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Dirk Mueller <dmueller> |
| Component: | Kernel | Assignee: | E-mail List <kernel-maintainers> |
| Status: | RESOLVED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Beta 4 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Dirk Mueller
2006-02-08 00:57:47 UTC
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. |