This is sources Bugzilla
Bugzilla Version 2.17.5
Bugzilla Bug 6673
  testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint)junit.framework.AssertionFailedError: event loop run explictly stopped (Run and test watchpoint ) Last modified: 2008-06-23 10:37
     Query page      Enter new bug
Bug#: 6673   Hardware:   Reporter: Andrew Cagney <cagney@redhat.com>
Host: Target: Build:
Product:     Add CC:
Component:   Version:   CC:
Remove selected CCs
Status: WAITING   Priority:  
Resolution:   Severity:  
Assigned To: Phil Muldoon <pmuldoon@redhat.com>   Target Milestone:  
Summary:
Keywords:

Attachment Description Type Created Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 6673 depends on: Show dependency tree
Show dependency graph
Bug 6673 blocks: 6675

Additional Comments:


Leave as WAITING 
Mark bug as suspended
Change status back to NEW.
Accept bug (change status to ASSIGNED)
Resolve bug, changing resolution to
Resolve bug, mark it as duplicate of bug #
Reassign bug to
Reassign bug to owner of selected component

View Bug Activity   |   Format For Printing


Description:   Last confirmed: 0000-00-00 00:00 Opened: 2008-06-20 13:24
testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint)junit.framework.AssertionFailedError:
event loop run explictly stopped (Run and test watchpoint )
   at frysk.testbed.TestLib.assertRunUntilStop(TestLib.java:79)
   at frysk.testbed.TestLib.assertRunUntilStop(TestLib.java:90)
   at
frysk.proc.TestTaskObserverWatchpoint.testAddthenDeleteWatchpoint(TestTaskObserverWatchpoint.java:337)
   at frysk.junit.Runner.runCases(Runner.java:214)
   at frysk.junit.Runner.runTestCases(Runner.java:441)
   at TestRunner.main(TestRunner.java:64)

------- Additional Comment #1 From Phil Muldoon 2008-06-20 14:16 -------
I cannot replicate this on F9, HEAD, X8664. What was the arch, OS this run on?
Was it run under JNI or CNI backends?

Alas, the backtrace is not very useful to try and debug via that :(

------- Additional Comment #2 From Andrew Cagney 2008-06-20 17:31 -------
Fedora 8, x86-64; occures with both cni and jni.

------- Additional Comment #3 From Phil Muldoon 2008-06-23 06:46 -------
With Fedora 9, x8664, JNI:

[pmuldoon@localhost frysk-core]$ make jni
make: Nothing to be done for `jni'.
[pmuldoon@localhost frysk-core]$ ./JniRunner frysk.proc.TestTaskObserverWatchpoint
vm loaded
Running
testSteppingInstructionAndWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS
Running testRunningAndWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS
Running testAddFailed(frysk.proc.TestTaskObserverWatchpoint) ...PASS
Running testRunningAndReadOnlyWatchpoint(frysk.proc.TestTaskObserverWatchpoint)
...PASS
Running testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS
Running testWatchpointActionContinue(frysk.proc.TestTaskObserverWatchpoint) ...PASS

and with CNI

[pmuldoon@localhost frysk-core]$ make
make  all-am
make[1]: Entering directory `/home/pmuldoon/frysk_bin/frysk-core'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/pmuldoon/frysk_bin/frysk-core'

[pmuldoon@localhost frysk-core]$ ./TestRunner frysk.proc.TestTaskObserverWatchpoint
Running
testSteppingInstructionAndWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS
Running testRunningAndWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS
Running testAddFailed(frysk.proc.TestTaskObserverWatchpoint) ...PASS
Running testRunningAndReadOnlyWatchpoint(frysk.proc.TestTaskObserverWatchpoint)
...PASS
Running testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS
Running testWatchpointActionContinue(frysk.proc.TestTaskObserverWatchpoint) ...PASS


As soon as I find a x8664 Fedora 8 box, I'll see if I can get it to fail there.
But no liuck so far.

------- Additional Comment #4 From Phil Muldoon 2008-06-23 10:35 -------
Built on towns:

-bash-3.2$ cat /etc/redhat-release 
Fedora release 8 (Werewolf)

-bash-3.2$ cd frysk-core/
-bash-3.2$ ./TestRunner frysk.proc.TestTaskObserverWatchpoint
Running
testSteppingInstructionAndWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS
Running testRunningAndWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS
Running testAddFailed(frysk.proc.TestTaskObserverWatchpoint) ...PASS
Running testRunningAndReadOnlyWatchpoint(frysk.proc.TestTaskObserverWatchpoint)
...PASS
Running testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS
Running testWatchpointActionContinue(frysk.proc.TestTaskObserverWatchpoint) ...PASS

Time: 0.264

OK (6 tests)

-bash-3.2$ make jni
make: Nothing to be done for `jni'.
-bash-3.2$ ./JniRunner frysk.proc.TestTaskObserverWatchpoint
vm loaded

Running
testSteppingInstructionAndWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS
Running testRunningAndWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS
Running testAddFailed(frysk.proc.TestTaskObserverWatchpoint) ...PASS
Running testRunningAndReadOnlyWatchpoint(frysk.proc.TestTaskObserverWatchpoint)
...PASS
Running testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint) ...PASS
Running testWatchpointActionContinue(frysk.proc.TestTaskObserverWatchpoint) ...PASS

Time: 1.545

OK (6 tests)

     Query page      Enter new bug
Actions: New | Query | bug # | Reports | Requests   New Account | Log In