Bug 429640
| 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:23 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 292441 [details]
patch
|
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: