Bug 429641
| Summary: | /sys/root/usr/src/debug is incorrectly handled | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Stan Cox <scox> | ||||||||
| Component: | frysk | Assignee: | Stan Cox <scox> | ||||||||
| Status: | CLOSED WONTFIX | QA Contact: | Len DiMaggio <ldimaggi> | ||||||||
| Severity: | low | Docs Contact: | |||||||||
| Priority: | low | ||||||||||
| Version: | 5.2 | CC: | ebachalo, kasal, mcvet, npremji, pmuldoon, scox | ||||||||
| Target Milestone: | rc | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | All | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2011-02-15 09:44:39 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: |
|
||||||||||
Created attachment 292442 [details]
patch
Created attachment 292443 [details]
reproducer. This semi-automated test will be added to the testsuite as an automated test.
Created attachment 292549 [details]
tweaked the reproducer to use debugedit
can you post more of a transcript; the bug only occurs when -sysroot is used? The bug only occurs when listing a sourcefile when -sysroot is given where the pathname is an absolute pathname. The file will not be listed as the filename is incorrect. |
Description of problem: This patch backs out an unnecessary patch that causes sysroot source filename generation to be mishandled. Risk of applying change: None. This change reverts a change to DebugInfoFrame.java. Risk of not applying change: High for situations where fhpd -sysroot is used. Steps to Reproduce: 1. Run the reproducer script test-sysroot.sh on an unpatched fhpd Actual results: Error: file .../tstsysroot.c not found Expected results: 1 int main () -> 2 { 3 int x = 1; 4 return x; 5 } Additional info: