Bug 5610

Summary: proc/live/LinuxPtraceProc.getMaps() should not cache maps
Product: frysk Reporter: Phil Muldoon <pmuldoon>
Component: generalAssignee: Phil Muldoon <pmuldoon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1595    

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.