Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 88479 invoked from network); 30 Apr 2004 14:39:09 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 30 Apr 2004 14:39:09 -0000 Received: (qmail 74731 invoked by uid 500); 30 Apr 2004 14:38:01 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 74617 invoked by uid 500); 30 Apr 2004 14:38:00 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 74559 invoked from network); 30 Apr 2004 14:38:00 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 30 Apr 2004 14:38:00 -0000 Received: (qmail 11588 invoked from network); 30 Apr 2004 14:38:53 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 30 Apr 2004 14:38:53 -0000 Message-ID: <290359409.1083335933951.JavaMail.apache@nagoya> Date: Fri, 30 Apr 2004 07:38:53 -0700 (PDT) From: jira@apache.org To: geronimo-dev@incubator.apache.org Subject: [jira] Commented: (GERONIMO-227) non-deterministic ProtocolStressTest failure In-Reply-To: <1272925274.1083335633449.JavaMail.apache@nagoya> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The following comment has been added to this issue: Author: Alex Karasulu Created: Fri, 30 Apr 2004 7:37 AM Body: Does this seem even remotely related: http://developer.java.sun.com/developer/bugParade/bugs/4729342.html Alex --------------------------------------------------------------------- View this comment: http://issues.apache.org/jira/browse/GERONIMO-227?page=comments#action_35338 --------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/GERONIMO-227 Here is an overview of the issue: --------------------------------------------------------------------- Key: GERONIMO-227 Summary: non-deterministic ProtocolStressTest failure Type: Bug Status: Open Priority: Major Project: Apache Geronimo Assignee: Alan Cabrera Reporter: anita kulshreshtha Created: Fri, 30 Apr 2004 7:33 AM Updated: Fri, 30 Apr 2004 7:37 AM Environment: most JDK 1.4.2-0x versions running on Win NT, 2k, XP pro, XP, Linux RH, and HP. Description: ProtocolStressTest is failing non-deterministically due to a Possible race condition in selector implementation (java.nio.channels.Selector). It is a known bug (since 2002) - "Closing a registered SocketChannel in a different Thread from the Thread that is doing the select will intermittently generate a NullPointerException". ....... java.lang.NullPointerException at sun.nio.ch.WindowsSelectorImpl$SubSelector.processFDSet(Windo wsSelectorImpl.java:309) .......... Sometimes Selector.select() throws java.nio.channels.CancelledKeyException if the closing thread is slower than the selecting one. .............. java.nio.channels.CancelledKeyException at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:55) ............... It might be affecting ControlProtocolTest also. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira