Bug 3646 - testRecursiveLineStepping(frysk.rt.tests.TestStepping)ptrace: No such process at frysk.sys.Errno.throwErrno(TestRunner)
Summary: testRecursiveLineStepping(frysk.rt.tests.TestStepping)ptrace: No such process...
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Mike Cvet
URL:
Keywords:
Depends on:
Blocks: 2104
  Show dependency treegraph
 
Reported: 2006-12-04 20:36 UTC by Andrew Cagney
Modified: 2006-12-08 15:20 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 Andrew Cagney 2006-12-04 20:36:28 UTC
testRecursiveLineStepping(frysk.rt.tests.TestStepping)ptrace: No such process 
 at frysk.sys.Errno.throwErrno(TestRunner)
   at frysk.sys.Ptrace$PtraceThread.notifyPtraceThread(TestRunner)
   at frysk.sys.Ptrace.peekRegisters(TestRunner)
   at frysk.sys.RegisterSetBuffer.refresh(TestRunner)
   at frysk.sys.RegisterSetBuffer.peek(TestRunner)
   at inua.eio.ByteBuffer.get(TestRunner)
   at frysk.proc.Register.get(TestRunner)
   at frysk.proc.IsaIA32.pc(TestRunner)
   at frysk.rt.tests.TestStepping.stepAssertions(TestRunner)
   at frysk.rt.tests.TestStepping$LockObserver$1.execute(TestRunner)
   at frysk.event.EventLoop.runEventLoop(TestRunner)
   at frysk.event.EventLoop.runPolling(TestRunner)
   at frysk.proc.TestLib.assertRunUntilStop(TestRunner)
   at frysk.proc.TestLib.assertRunUntilStop(TestRunner)
   at frysk.rt.tests.TestStepping.testRecursiveLineStepping(TestRunner)
   at frysk.junit.Runner.runCases(TestRunner)
   at frysk.junit.Runner.runArchCases(TestRunner)
   at frysk.junit.Runner.runTestCases(TestRunner)
   at TestRunner.main(TestRunner)
Comment 1 Mike Cvet 2006-12-08 15:20:38 UTC
2006-12-08  Mike Cvet  <mcvet@redhat.com>

	* RunState.java (setUpStep): Instead of trying to re-step the task,
	define its line number as zero if we can't get a DwflLine. Fixes #3646.