Summary: | testHpdBreakMultiThreadedContinue(frysk.hpd.TestBreakpoints)frysk.expunit.EofException: End-of-file encountered | ||
---|---|---|---|
Product: | frysk | Reporter: | Mark Wielaard <mark> |
Component: | general | Assignee: | Unassigned <frysk-bugzilla> |
Status: | NEW --- | ||
Severity: | normal | CC: | timoore |
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: |
Description
Mark Wielaard
2007-11-07 12:15:42 UTC
Note that the autobuilder/tester on x86_64/f7 has this test as PASS: http://build.alchar.org/cgi/showBuild?host=ca-tools4&pkg=frysk_fresh&date=20071107-015907 Test is broken for me on my x86_64 f7 machine I dont know if this helps at all but this is what I got from git-bisect: [swagiaal@toner frysk.bisect]$ git bisect good 58677c3da1a72166a3aa8a2a2a14a4ffca765b5c is first bad commit commit 58677c3da1a72166a3aa8a2a2a14a4ffca765b5c Author: Tim Moore <moore@blackbox.bricoworks.com> Date: Tue Nov 6 18:33:43 2007 +0100 Fix errors from breakpoints when rerunning a program frysk-core/frysk/rt/ChangeLog: 2007-11-06 Tim Moore <timoore@redhat.com> * BreakpointManager.java (refreshBreakpoints): Enable breakpoint even if it has no state. frysk-core/frysk/stepping/ChangeLog 2007-11-06 Tim Moore <timoore@redhat.com> * SteppingEngine.java (ThreadLifeObservable.updateTerminated): Clean out the dead task and its siblings if necessary. :040000 040000 85648bd60bce92e80001e70ccf2eff310e71a44a 749644302487c34e7f340ffca759310f4f3c8a1f M frysk-core It currently fails as follows: testHpdBreakMultiThreadedContinue(frysk.hpd.TestBreakpoints)frysk.expunit.TimeoutException: timeout of 5000 milliseconds expired; expecting: <<(Breakpoint 0 fib.*){2}>>; buffer <<>> This might be related to bug #5351 which looks like it has a similar failure mode. |