Running testFhpdVirtualStackTrace(frysk.hpd.TestStackCommands) ...FAIL junit.framework.AssertionFailedError: expecting: <Attached to core file.*> got : <java.lang.ArrayIndexOutOfBoundsException: 13 at frysk.dwfl.DwflFactory.updateDwfl(fhpd) at frysk.dwfl.DwflCache.getDwfl(fhpd) at frysk.debuginfo.DebugInfoFrame.getInlinedSubprograms(fhpd) at frysk.debuginfo.DebugInfoStackFactory.createVirtualStackTrace(fhpd) at frysk.hpd.CoreCommand.handle(fhpd) at frysk.hpd.CLI.execCommand(fhpd) at frysk.bindir.fhpd.main(fhpd) Internal debugger error: 13 (fhpd) > The fhpd core.<pid> process remains hanging as child of TestRunner which causes the next executed test to hang. The TestRunner output is: Running testFhpdVirtualStackTrace(frysk.hpd.TestStackCommands) ...FAIL junit.framework.AssertionFailedError: expecting: <Attached to core file.*> got : <java.lang.ArrayIndexOutOfBoundsException: 13 at frysk.dwfl.DwflFactory.updateDwfl(fhpd) at frysk.dwfl.DwflCache.getDwfl(fhpd) at frysk.debuginfo.DebugInfoFrame.getInlinedSubprograms(fhpd) at frysk.debuginfo.DebugInfoStackFactory.createVirtualStackTrace(fhpd) at frysk.hpd.CoreCommand.handle(fhpd) at frysk.hpd.CLI.execCommand(fhpd) at frysk.bindir.fhpd.main(fhpd) Internal debugger error: 13 (fhpd) > Running testFhpdVirtualStackTraceWithScopes(frysk.hpd.TestStackCommands) ...UNRE SOLVED http://sourceware.org/bugzilla/show_bug.cgi?id=4985 Running testCorefileByteBufferSlice(frysk.proc.dead.TestCorefileByteBuffer) ...