Bug 5610 - proc/live/LinuxPtraceProc.getMaps() should not cache maps
Summary: proc/live/LinuxPtraceProc.getMaps() should not cache maps
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Phil Muldoon
URL:
Keywords:
Depends on:
Blocks: 1595
  Show dependency treegraph
 
Reported: 2008-01-14 17:24 UTC by Phil Muldoon
Modified: 2008-01-14 17:25 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Phil Muldoon 2008-01-14 17:24:53 UTC
Maps change all the time. Currently there is a check to see if the maps have
already been fetched, and if so, just return what was previously fetched.
Comment 1 Phil Muldoon 2008-01-14 17:25:45 UTC
    2008-01-14  Phil Muldoon  <pmuldoon@redhat.com>
    
            * LinuxPtraceProc.java (getMaps): Remove if maps == null.
            Rewrite using better variable names.