From dev-return-203681-archive-asf-public=cust-asf.ponee.io@tomcat.apache.org Fri Nov 22 20:46:20 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id E6B63180629 for ; Fri, 22 Nov 2019 21:46:19 +0100 (CET) Received: (qmail 9444 invoked by uid 500); 22 Nov 2019 20:46:18 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 9434 invoked by uid 99); 22 Nov 2019 20:46:18 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Nov 2019 20:46:18 +0000 Received: from bz-he-de.apache.org (bz-he-de.apache.org [148.251.237.210]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTPS id E5FA6E0451 for ; Fri, 22 Nov 2019 20:46:17 +0000 (UTC) Received: by bz-he-de.apache.org (ASF Mail Server at bz-he-de.apache.org, from userid 33) id A582C6A006A; Fri, 22 Nov 2019 20:46:16 +0000 (UTC) From: bugzilla@apache.org To: dev@tomcat.apache.org Subject: [Bug 63950] org.apache.catalina.core.TestAsyncContextStateChanges with APR blocks forever on FreeBSD Date: Fri, 22 Nov 2019 20:46:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Tomcat 7 X-Bugzilla-Component: Catalina X-Bugzilla-Version: 7.0.96 X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: knst.kolinko@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@tomcat.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 https://bz.apache.org/bugzilla/show_bug.cgi?id=3D63950 --- Comment #1 from Konstantin Kolinko --- I am testing release candidate of Tomcat 7.0.98 on Windows 10, and it hangs on the same test class and with the same stacktrace, but - Michael's version of Tomcat Native is different, - a different test case in the test class is hanging. 1. In my case I use Tomcat Native 1.2.23 > [junit] 22.11.2019 23:41:04 org.apache.catalina.core.AprLifecycleListener= lifecycleEvent > [junit] INFO: Loaded APR based Apache Tomcat Native library [1.2.23] usin= g APR version [1.7.0]. Michael used 1.2.21. 2. I tested - 32-bit native with 32-bit Oracle Java 6u45, Oracle Java 7u80 - 64-bit native with 64-bit Java 8u222 from AdoptOpenJDK, Java 13 from Open= JDK. In all cases the hanging test case is #9: > [junit] INFO: Starting test case [testAsync[9: end [ERROR_NONE], timing [= INLINE]]] For Michael the hanging testcase was #10, as if #9 completed successfully: > [junit] INFORMATION: Starting test case [testAsync[10: end [ERROR_NONE], = timing [THREAD_AFTER_EXIT]]] 3. I do not see any significant differences in the stacktraces. It is a parameterized test, thus line numbers are the same. For NIO, BIO connectors the same test class completes successfully in 13 seconds. --=20 You are receiving this mail because: You are the assignee for the bug.= --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org