Bug 4995 - testFhpdVirtualStackTrace causes testsuite hang on x86_64
Summary: testFhpdVirtualStackTrace causes testsuite hang on x86_64
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-06 15:40 UTC by Kris Van Hees
Modified: 2007-09-06 15:40 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:
Project(s) to access:
ssh public key:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kris Van Hees 2007-09-06 15:40:59 UTC
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) ...