[Bug 62626] New: Tomcat 9.0.10 APR/Native crashes

2018-08-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62626 Bug ID: 62626 Summary: Tomcat 9.0.10 APR/Native crashes Product: Tomcat Native Version: 1.2.17 Hardware: PC Status: NEW Severity: normal Priority: P2

[Bug 62626] Tomcat 9.0.10 APR/Native crashes

2018-08-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62626 jan.pfei...@centrum.cz changed: What|Removed |Added OS||All CC|

[Bug 62626] Tomcat 9.0.10 APR/Native crashes

2018-08-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62626 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Mark Thomas

[Bug 62626] Tomcat 9.0.10 APR/Native crashes

2018-08-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62626 --- Comment #2 from jan.pfei...@centrum.cz --- It happens several times a day or even several times a hour. But it happens in random manner. No single particular request can do it. There are no clues in logs. At least for me. I have one qutie

[Bug 62626] Tomcat 9.0.10 APR/Native crashes

2018-08-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62626 --- Comment #3 from Christopher Schultz --- (In reply to jan.pfeifer from comment #2) > It happens several times a day or even several times a hour. At least it's reproducible, even if you can't guarantee a trigger. > After latest crash i hav

svn commit: r1838100 - /tomcat/trunk/webapps/docs/changelog.xml

2018-08-15 Thread markt
Author: markt Date: Wed Aug 15 14:50:06 2018 New Revision: 1838100 URL: http://svn.apache.org/viewvc?rev=1838100&view=rev Log: Correct changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk

[Bug 62626] Tomcat 9.0.10 APR/Native crashes

2018-08-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62626 --- Comment #4 from jan.pfei...@centrum.cz --- (In reply to Christopher Schultz from comment #3) Current configuration is for HTTP/2 so APR+openSSL I am using Spring framework, so only "d

svn commit: r1838101 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/changelog.xml

2018-08-15 Thread markt
Author: markt Date: Wed Aug 15 14:51:30 2018 New Revision: 1838101 URL: http://svn.apache.org/viewvc?rev=1838101&view=rev Log: (empty) Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc8.5.x/trunk/ -

svn commit: r1838104 - in /tomcat/trunk: java/org/apache/coyote/http2/ java/org/apache/tomcat/util/net/ webapps/docs/

2018-08-15 Thread markt
Author: markt Date: Wed Aug 15 15:06:56 2018 New Revision: 1838104 URL: http://svn.apache.org/viewvc?rev=1838104&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62620 Fix corruption of response bodies when writing large bodies using asynchronous processing over HTTP/2. Added:

Re: svn commit: r1838104 - in /tomcat/trunk: java/org/apache/coyote/http2/ java/org/apache/tomcat/util/net/ webapps/docs/

2018-08-15 Thread Mark Thomas
On 15/08/18 16:06, ma...@apache.org wrote: > Author: markt > Date: Wed Aug 15 15:06:56 2018 > New Revision: 1838104 > > URL: http://svn.apache.org/viewvc?rev=1838104&view=rev > Log: > Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62620 > Fix corruption of response bodies when writing large bo

svn commit: r1838105 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/ java/org/apache/tomcat/util/net/ webapps/docs/

2018-08-15 Thread markt
Author: markt Date: Wed Aug 15 15:09:22 2018 New Revision: 1838105 URL: http://svn.apache.org/viewvc?rev=1838105&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62620 Fix corruption of response bodies when writing large bodies using asynchronous processing over HTTP/2. Added:

[Bug 62620] Async servlet over HTTP/2 large write data corrupted

2018-08-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62620 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1838106 - in /tomcat/trunk/java/org/apache/tomcat/util/net: Nio2Endpoint.java WriteBuffer.java

2018-08-15 Thread markt
Author: markt Date: Wed Aug 15 15:21:12 2018 New Revision: 1838106 URL: http://svn.apache.org/viewvc?rev=1838106&view=rev Log: Reduce code duplication Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java tomcat/trunk/java/org/apache/tomcat/util/net/WriteBuffer.java Mo

svn commit: r1838107 - /tomcat/trunk/java/org/apache/tomcat/util/net/WriteBuffer.java

2018-08-15 Thread markt
Author: markt Date: Wed Aug 15 15:25:17 2018 New Revision: 1838107 URL: http://svn.apache.org/viewvc?rev=1838107&view=rev Log: Add missing check Modified: tomcat/trunk/java/org/apache/tomcat/util/net/WriteBuffer.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/WriteBuffer.java URL

svn commit: r1838108 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/Nio2Endpoint.java java/org/apache/tomcat/util/net/WriteBuffer.java

2018-08-15 Thread markt
Author: markt Date: Wed Aug 15 15:26:24 2018 New Revision: 1838108 URL: http://svn.apache.org/viewvc?rev=1838108&view=rev Log: Reduce code duplication Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java tomcat/tc8.5.

Re: [VOTE] Release Apache Tomcat 9.0.11

2018-08-15 Thread Felix Schumacher
Am 11. August 2018 21:32:01 GMT+01:00 schrieb Mark Thomas : >The proposed Apache Tomcat 9.0.11 release is now available for voting. > >The major changes compared to the 9.0.10 release are: > >- Fix issues with Servlet asynchronous listeners when using the > asynchronous Servlet API in conjuncti

Re: [VOTE] Release Apache Tomcat 8.5.33

2018-08-15 Thread Felix Schumacher
Am 12. August 2018 09:43:37 GMT+01:00 schrieb Mark Thomas : >The proposed Apache Tomcat 8.5.33 release is now available for voting. > >The major changes compared to the 8.5.32 release are: > >- Fix issues with Servlet asynchronous listeners when using the > asynchronous Servlet API in conjuncti

[Bug 62628] New: Async servlet over HTTP/2 non-blocking write does not work if client sets custom SETTINGS_INITIAL_WINDOW_SIZE

2018-08-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62628 Bug ID: 62628 Summary: Async servlet over HTTP/2 non-blocking write does not work if client sets custom SETTINGS_INITIAL_WINDOW_SIZE Product: Tomcat 9 Version:

[Bug 62628] Async servlet over HTTP/2 non-blocking write does not work if client sets custom SETTINGS_INITIAL_WINDOW_SIZE

2018-08-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62628 --- Comment #1 from Mark Thomas --- Please retest with latest 9.0.x built from svn. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe

[Bug 62628] Async servlet over HTTP/2 non-blocking write does not work if client sets custom SETTINGS_INITIAL_WINDOW_SIZE

2018-08-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62628 --- Comment #2 from Dapeng Zhang --- Mark, my test is based on commit 36eba2e863abc943a8a79898ff2ae553fc49139b (HEAD -> trunk, origin/trunk, origin/HEAD) Author: Mark Thomas Date: Wed Aug 15 15:25:17 2018 + Add missing check gi

[Bug 62628] Async servlet over HTTP/2 non-blocking write does not work if client sets custom SETTINGS_INITIAL_WINDOW_SIZE

2018-08-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62628 Mark Thomas changed: What|Removed |Added Version|9.0.10 |9.0.x --- Comment #3 from Mark Thomas -