This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/4996] NullPointerException in test case using funit-slave causes next test to hang in waitAll


------- Additional Comments From kris dot van dot hees at oracle dot com  2007-09-06 20:55 -------
Attached is TestRunner -c FINE output illustrating the problem.  Note that the
first listed test fails to complete the process of creating a child and using
it.  The child process *does* get created on the OS side, but the frysk core
code fails to obtain the Task Id (due to NullPointerException getting thrown -
see bug #4999).  The child process exists, but never gets added to the list of
processes to tear down at the end of the test.

The next test execution also uses a child (successfully) and tears it down at
the end.  However, the waitAll operation in the tear down process seems to get
stuck due to the stray child from the previous test.

-- 


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

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]