[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #14 from Remy Maucherat r...@apache.org --- From my debugging, in the test it is never NEED_TASK, so tasks() is not called (and it doesn't feel wrong). However, (tracing the write, since that is what the test is doing) the

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |NEEDINFO ---

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #6 from Rainer Jung rainer.j...@kippdata.de --- Not here. Just ran that test 10 times for Tomcat 8 trunk with NIO, BIO and APR each on Solaris 10 Sparc using Java 1.7.0_51. No failures. Petr: Can you reproduce? -- You are

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #7 from Remy Maucherat r...@apache.org --- I could randomly reproduce it (on Linux), same stack trace. But it is odd, it does not happen with NIO2 for me, and I don't see why it wouldn't (the SSL code is the same use of SSL

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #8 from Mark Thomas ma...@apache.org --- I can't reproduce this on Windows or OSX (tried 10+ runs) either. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #9

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #10 from Konstantin Kolinko knst.koli...@gmail.com --- With trunk at r1589300 the test now fails for me consistently in 10 of 10 runs on Windows 7 + JDK 7u55 32-bit. I am running with execute.validate=false

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #11 from Remy Maucherat r...@apache.org --- On Linux it fails 100% of the time too now (it used to be about 50%). NIO2 still does not fail for whatever reason. I can investigate tomorrow if needed. My trace is on Linux is:

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #12 from Konstantin Kolinko knst.koli...@gmail.com --- Created attachment 31550 -- https://issues.apache.org/bugzilla/attachment.cgi?id=31550action=edit test log (r1589303, Win7) Test log on Windows with trunk at r1589303.

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #13 from Mark Thomas ma...@apache.org --- I have been able to make a little progress debugging this. I still have not been able to reproduce this on Windows. 1. The issue appears to be timing related. On OSX I see the error

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #1 from Konstantin Kolinko knst.koli...@gmail.com --- JDK version = ? -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #2 from Petr Sumbera petr.sumb...@oracle.com --- jdk1.7.0 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #3 from Chuck Caldarale chuck.caldar...@unisys.com --- (In reply to Petr Sumbera from comment #2) jdk1.7.0 The exact version please (e.g., 1.7.0_25). -- You are receiving this mail because: You are the assignee for the bug.

[Bug 56391] test error for NIO and org.apache.tomcat.util.net.TestSsl

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56391 --- Comment #4 from Petr Sumbera petr.sumb...@oracle.com --- $ /usr/jdk/instances/jdk1.7.0/bin/java -version java version 1.7.0_51 Java(TM) SE Runtime Environment (build 1.7.0_51-b34) Java HotSpot(TM) Server VM (build 24.51-b04, mixed mode)