Bug 2523 - Register.get(Task task) doesn't work properly
Summary: Register.get(Task task) doesn't work properly
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 1496 1593
  Show dependency treegraph
 
Reported: 2006-04-06 17:37 UTC by Adam Jocksch
Modified: 2006-06-23 21:08 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-04-06 17:37:55 UTC
Attempting to get the value of a register via get results in the following
exception being thrown:

java.lang.RuntimeException: ptrace: No such process
   at inua.eio.PtraceByteBuffer.peek (FryskGui)
   at inua.eio.ByteBuffer.get (FryskGui)
   at frysk.proc.Register.get (FryskGui)
Comment 1 Andrew Cagney 2006-05-12 19:14:18 UTC
"Kernel feature"
Comment 2 Adam Jocksch 2006-06-23 21:08:23 UTC
This bug is now fixed with mcvet's addition of a ptrace controller thread