Bug 429640 - /sys/root/usr/src/debug is incorrectly handled
Summary: /sys/root/usr/src/debug is incorrectly handled
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: frysk
Version: 5.2
Hardware: All
OS: Linux
low
low
Target Milestone: rc
: ---
Assignee: Stan Cox
QA Contact: Len DiMaggio
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-01-22 02:43 UTC by Stan Cox
Modified: 2011-02-15 09:44 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-02-15 09:44:23 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
patch (1.42 KB, text/x-patch)
2008-01-22 02:43 UTC, Stan Cox
no flags Details

Description Stan Cox 2008-01-22 02:43:04 UTC
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:

Comment 1 Stan Cox 2008-01-22 02:43:04 UTC
Created attachment 292441 [details]
patch


Note You need to log in before you can comment on or make changes to this bug.