Bug 6665 - testRelativePath(frysk.proc.dead.TestLinuxCore)java.lang.RuntimeException: CorefileByteBuffer: Cannot peek() at address 0xffffffffffffffff. Address location is unknown (not in corefile, executable or mapped solibs)
Summary: testRelativePath(frysk.proc.dead.TestLinuxCore)java.lang.RuntimeException: Co...
Status: RESOLVED DUPLICATE of bug 6661
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 6661
  Show dependency treegraph
 
Reported: 2008-06-20 13:17 UTC by Andrew Cagney
Modified: 2008-06-20 19:32 UTC (History)
1 user (show)

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 2008-06-20 13:17:51 UTC
testRelativePath(frysk.proc.dead.TestLinuxCore)java.lang.RuntimeException:
CorefileByteBuffer: Cannot peek() at address 0xffffffffffffffff. Address
location is unknown  (not in corefile, executable or  mapped solibs).
   at frysk.proc.dead.CorefileByteBuffer.peek(CorefileByteBuffer.java:131)
   at inua.eio.ByteBuffer.peek(ByteBuffer.java:70)
   at inua.eio.ByteBuffer.peekFully(ByteBuffer.java:88)
   at inua.eio.ByteBuffer.get(ByteBuffer.java:329)
   at frysk.stack.LibunwindAddressSpace.accessMem(LibunwindAddressSpace.java:90)
   at lib.unwind.Cursor.step(Cursor.java:95)
   at lib.unwind.Cursor.unwind(Cursor.java:110)
   at frysk.stack.LibunwindFrame.unwind(LibunwindFrame.java:75)
   at frysk.stack.Frame.getOuter(Frame.java:133)
   at frysk.stack.StackFactory.printTaskStackTrace(StackFactory.java:96)
   at frysk.util.StacktraceAction.printTasks(StacktraceAction.java:136)
   at
frysk.util.StacktraceAction.allExistingTasksCompleted(StacktraceAction.java:191)
   at frysk.proc.dead.TestLinuxCore.actionCoreProc(TestLinuxCore.java:630)
   at frysk.proc.dead.TestLinuxCore.testRelativePath(TestLinuxCore.java:130)
   at frysk.junit.Runner.runCases(Runner.java:214)
   at frysk.junit.Runner.runTestCases(Runner.java:441)
   at TestRunner.main(TestRunner.java:64)
Comment 1 Andrew Cagney 2008-06-20 19:32:07 UTC
Now passing; another case of missed exception.

*** This bug has been marked as a duplicate of 6661 ***