From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7601 invoked by alias); 6 Sep 2007 20:55:23 -0000 Received: (qmail 7555 invoked by uid 48); 6 Sep 2007 20:55:14 -0000 Date: Thu, 06 Sep 2007 20:55:00 -0000 Message-ID: <20070906205514.7554.qmail@sourceware.org> From: "kris dot van dot hees at oracle dot com" To: frysk-bugzilla@sourceware.org In-Reply-To: <20070906154850.4996.kris.van.hees@oracle.com> References: <20070906154850.4996.kris.van.hees@oracle.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/4996] NullPointerException in test case using funit-slave causes next test to hang in waitAll X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00385.txt.bz2 List-Id: ------- 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.