orts=output/logs-NIO
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.7.3a-201803300640/ecj-4.7.3a.jar
-Dtest.relaxTiming=true -Dexecute.test.nio=true -Dtest.accesslog=true
-Dtomcat-dbcp.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-20190124.jar
-Deasymock.jar=/srv/gum
https://bz.apache.org/bugzilla/show_bug.cgi?id=63104
Gajendra changed:
What|Removed |Added
Resolution|WONTFIX |REMIND
--- Comment #2 from Gajendra ---
Th
Author: remm
Date: Thu Jan 24 09:15:03 2019
New Revision: 1852005
URL: http://svn.apache.org/viewvc?rev=1852005&view=rev
Log:
Add a bit more docs and a yaml example for the image.
Added:
tomcat/trunk/res/tomcat-maven/tomcat.yaml (with props)
Modified:
tomcat/trunk/java/org/apache/catali
Author: remm
Date: Thu Jan 24 09:20:50 2019
New Revision: 1852006
URL: http://svn.apache.org/viewvc?rev=1852006&view=rev
Log:
Revert unintended commit (this is for making regular JMX more friendly as an
alternative to Jolokia).
Modified:
tomcat/trunk/java/org/apache/catalina/mbeans/JmxRemote
Addition:
- running the same tests just replacing tcnative 1.2.20 by 1.2.19 does
not crash
- running the same 1.2.20 test on Linux (SLES11) also crashes, but this
time not in TestCustomSsl for NIO and NIO2, but instead a few TLS tests
only NIO2:
[junit] Test org.apache.tomcat.util.net.
Thanks Rainer. This is all very helpful. I agree that r1851094 is the
most likely cause. Unfortunately, I haven't been able to reproduce this
reliably. Can you confirm APR and OpenSSL versions you used?
I'll leave the 1.2.20 vote open for now (in case we track the root cause
elsewhere) but I expec
On 23/01/2019 22:42, Igal Sapir wrote:
> On 1/23/2019 1:56 PM, Mark Thomas wrote:
>>
>>
>>> On 23/01/2019 21:48, bugzi...@apache.org wrote:
https://bz.apache.org/bugzilla/show_bug.cgi?id=62912
--- Comment #14 from Mark Thomas ---
Created attachment 36389
-->
https
On Thu, Jan 24, 2019 at 10:49 AM Rainer Jung
wrote:
> The other possibility - since the crash often happens in the
> finalizer - that there is double destruction between normal code and
> finalizer code.
>
OpenSSLEngine.shutdown is obviously very risky, and after some problems it
is now fully sy
Author: markt
Date: Thu Jan 24 10:29:32 2019
New Revision: 1852009
URL: http://svn.apache.org/viewvc?rev=1852009&view=rev
Log:
Fix failing test after bz 63003 fix
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java
Modified:
tomcat/tc7.0.x/trunk/test/org/a
orts=output/logs-APR
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.7.3a-201803300640/ecj-4.7.3a.jar
-Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-1.2-1.0.2/dest-20190124/lib
-Dtest.relaxTiming=true -Dexecute.test.nio=false -Dtest.accesslog=true
-Dtomcat-dbcp.jar=/srv/gump/public/wo
Am 24.01.2019 um 11:09 schrieb Mark Thomas:
Thanks Rainer. This is all very helpful. I agree that r1851094 is the
most likely cause. Unfortunately, I haven't been able to reproduce this
reliably. Can you confirm APR and OpenSSL versions you used?
APR 1.6.5
OpenSSL 1.0.2q
In "java/org/apache/to
Am 24.01.2019 um 11:17 schrieb Rémy Maucherat:
On Thu, Jan 24, 2019 at 10:49 AM Rainer Jung
wrote:
The other possibility - since the crash often happens in the
finalizer - that there is double destruction between normal code and
finalizer code.
OpenSSLEngine.shutdown is obviously very risky
Hello!
We found the leak of Tomcat WebSocket client file descriptors. File
descriptors are not closed when the connection between server and client
is broken abnormally (from the server side if the server process is
killed for example).
Test project and how to reproduce you can find in my re
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-7-trunk/builds/1245
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
I added some debug logging to native and the Java classes and the
picture looks understandable now. Here the example from NIO and
TestCustomSsl:
- test testCustomTrustManagerNone creates OpenSSLEngine 7f560c39, ssl
4298850656 and con->pool 4309969128 from parent pool aprPool = c->pool
4306893
Am 21.01.2019 um 15:49 schrieb Mark Thomas:
Version 1.2.20 includes the following changes compared to 1.2.19:
- Fixed memory leak associated with the use of OpenSSL BIO (used when
OpenSSL provides the TLS functionality for the NIO and NIO2
connectors)
Various other fixes and improvements.
On Thu, Jan 24, 2019 at 1:29 PM Rainer Jung wrote:
> Am 21.01.2019 um 15:49 schrieb Mark Thomas:
> > Version 1.2.20 includes the following changes compared to 1.2.19:
> >
> > - Fixed memory leak associated with the use of OpenSSL BIO (used when
> >OpenSSL provides the TLS functionality for th
On 24/01/2019 12:18, Rainer Jung wrote:
> Am 21.01.2019 um 15:49 schrieb Mark Thomas:
>> Version 1.2.20 includes the following changes compared to 1.2.19:
>>
>> - Fixed memory leak associated with the use of OpenSSL BIO (used when
>> OpenSSL provides the TLS functionality for the NIO and NIO2
>>
Am 24.01.2019 um 13:37 schrieb Mark Thomas:
On 24/01/2019 12:18, Rainer Jung wrote:
Am 21.01.2019 um 15:49 schrieb Mark Thomas:
Version 1.2.20 includes the following changes compared to 1.2.19:
- Fixed memory leak associated with the use of OpenSSL BIO (used when
OpenSSL provides the TLS f
On 24/01/2019 13:01, Rainer Jung wrote:
> Am 24.01.2019 um 13:37 schrieb Mark Thomas:
>> It can happen in normal usage. I saw it once. It happens on Connector
>> stop so it could be worse. My memory leak fix is definitely the root
>> cause. Any thoughts on a possible fix?
>
> Currently experime
https://bz.apache.org/bugzilla/show_bug.cgi?id=62695
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #2 from Mark Thomas
Am 24.01.2019 um 14:16 schrieb Mark Thomas:
On 24/01/2019 13:01, Rainer Jung wrote:
Am 24.01.2019 um 13:37 schrieb Mark Thomas:
It can happen in normal usage. I saw it once. It happens on Connector
stop so it could be worse. My memory leak fix is definitely the root
cause. Any thoughts on a
Am 24.01.2019 um 15:51 schrieb Rainer Jung:
Am 24.01.2019 um 14:16 schrieb Mark Thomas:
On 24/01/2019 13:01, Rainer Jung wrote:
Am 24.01.2019 um 13:37 schrieb Mark Thomas:
It can happen in normal usage. I saw it once. It happens on Connector
stop so it could be worse. My memory leak fix is
Author: rjung
Date: Thu Jan 24 15:20:49 2019
New Revision: 1852036
URL: http://svn.apache.org/viewvc?rev=1852036&view=rev
Log:
Fix crashes due to dublicate pool destruction,
once via the parent pool and once later via
the Finalizer.
Crash is new in 1.2.20 due to the use of a new
child pool to fix
Checked in as 1852036. My tests looked good (no crashes), but it would
be useful to rerun the original memleak checks against the patched code.
Regards,
Rainer
Am 24.01.2019 um 15:54 schrieb Rainer Jung:
Am 24.01.2019 um 15:51 schrieb Rainer Jung:
Am 24.01.2019 um 14:16 schrieb Mark Thomas:
On 24/01/2019 15:22, Rainer Jung wrote:
> Checked in as 1852036. My tests looked good (no crashes), but it would
> be useful to rerun the original memleak checks against the patched code.
Will do.
Mark
>
> Regards,
>
> Rainer
>
> Am 24.01.2019 um 15:54 schrieb Rainer Jung:
>> Am 24.01.2019 um
https://bz.apache.org/bugzilla/show_bug.cgi?id=63104
Gajendra changed:
What|Removed |Added
Resolution|REMIND |---
Status|RESOLVED
https://bz.apache.org/bugzilla/show_bug.cgi?id=63104
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 1/23/19 16:55, VP Brand wrote:
> On 23/01/2019 21:48, bugzi...@apache.org wrote:
>> https://bz.apache.org/bugzilla/show_bug.cgi?id=62912
>>
>> --- Comment #14 from Mark Thomas --- Created
>> attachment 36389 -->
>> https://bz.apache.org/b
On 24/01/2019 18:26, Christopher Schultz wrote:
> Mark,
>
> On 1/23/19 16:55, VP Brand wrote:
>> On 23/01/2019 21:48, bugzi...@apache.org wrote:
>>> https://bz.apache.org/bugzilla/show_bug.cgi?id=62912
>>>
>>> --- Comment #14 from Mark Thomas --- Created
>>> attachment 36389 -->
>>> https://bz.ap
Author: markt
Date: Thu Jan 24 22:54:41 2019
New Revision: 1852079
URL: http://svn.apache.org/viewvc?rev=1852079&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57974
Re-work code that supports Session.getOpenSessions() to ensure that both
client-side and server-side calls behave
Author: markt
Date: Thu Jan 24 23:01:49 2019
New Revision: 1852080
URL: http://svn.apache.org/viewvc?rev=1852080&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57974
Re-work code that supports Session.getOpenSessions() to ensure that both
client-side and server-side calls behave
Author: markt
Date: Thu Jan 24 23:11:32 2019
New Revision: 1852082
URL: http://svn.apache.org/viewvc?rev=1852082&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=57974
Re-work code that supports Session.getOpenSessions() to ensure that both
client-side and server-side calls behave
https://bz.apache.org/bugzilla/show_bug.cgi?id=57974
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|REOPENED
The Buildbot has detected a new failure on builder tomcat-7-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-7-trunk/builds/1246
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sc
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc7.0.x-test-bio has an issue affecting its community
integration.
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc7.0.x-test-nio has an issue affecting its community
integration.
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc7.0.x-test-apr has an issue affecting its community
integration.
https://bz.apache.org/bugzilla/show_bug.cgi?id=49159
--- Comment #21 from Joker ---
(In reply to Sylvain Laurent from comment #11)
> Created attachment 26108 [details]
> tc7 renew threads one by one in a bounded time
>
> New patch with further improvements : now the behavior is more
> determinis
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-tc7.0.x-test-bio has an issue affecting its community
integration.
Author: markt
Date: Fri Jan 25 07:51:30 2019
New Revision: 1852097
URL: http://svn.apache.org/viewvc?rev=1852097&view=rev
Log:
Ensure new test compiles under Java 6
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/TestWsWebSocketContainerGetOpenSessions.java
Modified:
tomcat
41 matches
Mail list logo