[Bug 66669] JVM crash in APR mode

2023-06-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=9 --- Comment #9 from Christopher Schultz --- (In reply to DigitalCat from comment #7) > When line 476 is commented out in native/src/sslcontext.c, the JVM crash > does not occur. > We guess the content in servername is not released in line 192 i

Re: [tomcat] branch main updated: Remove used property

2023-06-30 Thread Rémy Maucherat
On Fri, Jun 30, 2023 at 4:06 PM Michael Osipov wrote: > > On 2023/06/30 11:51:40 Rémy Maucherat wrote: > > On Fri, Jun 30, 2023 at 1:40 PM wrote: > > > > > > This is an automated email from the ASF dual-hosted git repository. > > > > > > michaelo pushed a commit to branch main > > > in repository

Re: [tomcat] branch main updated: Remove used property

2023-06-30 Thread Michael Osipov
On 2023/06/30 11:51:40 Rémy Maucherat wrote: > On Fri, Jun 30, 2023 at 1:40 PM wrote: > > > > This is an automated email from the ASF dual-hosted git repository. > > > > michaelo pushed a commit to branch main > > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > > > > The followi

Re: [tomcat] branch main updated: Remove used property

2023-06-30 Thread Rémy Maucherat
On Fri, Jun 30, 2023 at 1:40 PM wrote: > > This is an automated email from the ASF dual-hosted git repository. > > michaelo pushed a commit to branch main > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > The following commit(s) were added to refs/heads/main by this push: >

[Bug 66676] New: WebSocket session complains about closed state when calling close()

2023-06-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66676 Bug ID: 66676 Summary: WebSocket session complains about closed state when calling close() Product: Tomcat 10 Version: 10.1.8 Hardware: All OS: All

[tomcat] branch 9.0.x updated: Remove used property

2023-06-30 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 0df28a6201 Remove used property 0df28a6201 is de

[tomcat] branch 10.1.x updated: Remove used property

2023-06-30 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 8b1833f75b Remove used property 8b1833f75b is

[tomcat] branch main updated: Remove used property

2023-06-30 Thread michaelo
This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new b9a8bd4fda Remove used property b9a8bd4fda is desc

[Bug 66669] JVM crash in APR mode

2023-06-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=9 --- Comment #8 from DigitalCat --- log in jvm hs_err_.log --- T H R E A D --- Current thread (0x2b7a41865800): JavaThread "catalina-exec-18000-120" daemon [_thread_in_native, id=16233, stack(0x2b7b724e7000,0

[Bug 66669] JVM crash in APR mode

2023-06-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=9 --- Comment #7 from DigitalCat --- We found the way to reproduce this issue。 Upgrading Tomcat Native Library 1.2.23 to Tomcat Native Library 1.2.33, we set the tomcat in apr mode, In a high-concurrency scenario, the Tomcat process crashes. Whe