Bug 231932
| Summary: | Debug info doesn't show up in sysprof | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rui Matos <tiagomatos> | ||||
| Component: | xorg-x11-server | Assignee: | X/OpenGL Maintenance List <xgl-maint> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | |||||
| Severity: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-03-13 06:00:12 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Rui Matos
2007-03-13 02:38:02 UTC
Created attachment 149896 [details]
sysprof profile demonstrating the problem
It seems that /usr/bin/Xorg has some strict permission bits: -rws--x--x 1 root root 1820836 Fev 28 21:34 /usr/bin/Xorg which would explain why sysprof can't read the data. But still, after I changed those bits to: -rwsr-xr-x 1 root root 1820836 Fev 28 21:34 /usr/bin/Xorg I still don't obtain X info on profiles. Sysprof also needs the ability to read /proc/<pid-of-xserver>/maps, so you have to run it as root to get information about the X server. (But we should stop installing the X server binary read-only - those bits are not exactly secret ...) |