Bug 2523

Summary: Register.get(Task task) doesn't work properly
Product: frysk Reporter: Adam Jocksch <ajocksch>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1496, 1593    

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