Bug 2928 - task.getMemory().getInt() intermittantly throws a ptrace IO error
Summary: task.getMemory().getInt() intermittantly throws a ptrace IO error
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 1593
  Show dependency treegraph
 
Reported: 2006-07-14 20:54 UTC by Adam Jocksch
Modified: 2006-11-28 16:43 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 Adam Jocksch 2006-07-14 20:54:09 UTC
Calling task.getMemory().getInt() when iterating through a process' mapped
memory will occaisionally throw a ptrace IO error. Iterating through the mapped
memory with getByte() does not produce this.