public inbox for frysk-bugzilla@sourceware.org
help / color / mirror / Atom feed
* [Bug general/6673] New: testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint)junit.framework.AssertionFailedError: event loop run explictly stopped (Run and test watchpoint )
@ 2008-06-20 13:25 cagney at redhat dot com
  2008-06-20 14:17 ` [Bug general/6673] " pmuldoon at redhat dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: cagney at redhat dot com @ 2008-06-20 13:25 UTC (permalink / raw)
  To: frysk-bugzilla

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)

-- 
           Summary: testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverW
                    atchpoint)junit.framework.AssertionFailedError: event
                    loop run explictly stopped (Run and test watchpoint )
           Product: frysk
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: frysk-bugzilla at sourceware dot org
        ReportedBy: cagney at redhat dot com
                CC: cagney at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=6673

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug general/6673] testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint)junit.framework.AssertionFailedError: event loop run explictly stopped (Run and test watchpoint )
  2008-06-20 13:25 [Bug general/6673] New: testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint)junit.framework.AssertionFailedError: event loop run explictly stopped (Run and test watchpoint ) cagney at redhat dot com
@ 2008-06-20 14:17 ` pmuldoon at redhat dot com
  2008-06-20 17:32 ` cagney at redhat dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pmuldoon at redhat dot com @ 2008-06-20 14:17 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From pmuldoon at redhat dot com  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 :(

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=6673

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug general/6673] testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint)junit.framework.AssertionFailedError: event loop run explictly stopped (Run and test watchpoint )
  2008-06-20 13:25 [Bug general/6673] New: testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint)junit.framework.AssertionFailedError: event loop run explictly stopped (Run and test watchpoint ) cagney at redhat dot com
  2008-06-20 14:17 ` [Bug general/6673] " pmuldoon at redhat dot com
@ 2008-06-20 17:32 ` cagney at redhat dot com
  2008-06-23  6:47 ` pmuldoon at redhat dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: cagney at redhat dot com @ 2008-06-20 17:32 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From cagney at redhat dot com  2008-06-20 17:31 -------
Fedora 8, x86-64; occures with both cni and jni.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=6673

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug general/6673] testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint)junit.framework.AssertionFailedError: event loop run explictly stopped (Run and test watchpoint )
  2008-06-20 13:25 [Bug general/6673] New: testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint)junit.framework.AssertionFailedError: event loop run explictly stopped (Run and test watchpoint ) cagney at redhat dot com
  2008-06-20 14:17 ` [Bug general/6673] " pmuldoon at redhat dot com
  2008-06-20 17:32 ` cagney at redhat dot com
@ 2008-06-23  6:47 ` pmuldoon at redhat dot com
  2008-06-23 10:36 ` pmuldoon at redhat dot com
  2008-06-23 10:37 ` pmuldoon at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: pmuldoon at redhat dot com @ 2008-06-23  6:47 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From pmuldoon at redhat dot com  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.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=6673

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug general/6673] testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint)junit.framework.AssertionFailedError: event loop run explictly stopped (Run and test watchpoint )
  2008-06-20 13:25 [Bug general/6673] New: testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint)junit.framework.AssertionFailedError: event loop run explictly stopped (Run and test watchpoint ) cagney at redhat dot com
                   ` (2 preceding siblings ...)
  2008-06-23  6:47 ` pmuldoon at redhat dot com
@ 2008-06-23 10:36 ` pmuldoon at redhat dot com
  2008-06-23 10:37 ` pmuldoon at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: pmuldoon at redhat dot com @ 2008-06-23 10:36 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From pmuldoon at redhat dot com  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)


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=6673

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug general/6673] testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint)junit.framework.AssertionFailedError: event loop run explictly stopped (Run and test watchpoint )
  2008-06-20 13:25 [Bug general/6673] New: testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint)junit.framework.AssertionFailedError: event loop run explictly stopped (Run and test watchpoint ) cagney at redhat dot com
                   ` (3 preceding siblings ...)
  2008-06-23 10:36 ` pmuldoon at redhat dot com
@ 2008-06-23 10:37 ` pmuldoon at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: pmuldoon at redhat dot com @ 2008-06-23 10:37 UTC (permalink / raw)
  To: frysk-bugzilla



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|frysk-bugzilla at sourceware|pmuldoon at redhat dot com
                   |dot org                     |
             Status|NEW                         |ASSIGNED


http://sourceware.org/bugzilla/show_bug.cgi?id=6673

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-06-23 10:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-20 13:25 [Bug general/6673] New: testAddthenDeleteWatchpoint(frysk.proc.TestTaskObserverWatchpoint)junit.framework.AssertionFailedError: event loop run explictly stopped (Run and test watchpoint ) cagney at redhat dot com
2008-06-20 14:17 ` [Bug general/6673] " pmuldoon at redhat dot com
2008-06-20 17:32 ` cagney at redhat dot com
2008-06-23  6:47 ` pmuldoon at redhat dot com
2008-06-23 10:36 ` pmuldoon at redhat dot com
2008-06-23 10:37 ` pmuldoon at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).