Re: Monocle Headless BufferOverflowException (Issue + Fix)

2018-04-16 Thread Kevin Rushforth
OK, in that case once the OCA is in place we can evaluate the proposed fix. Thanks. -- Kevin On 4/16/2018 1:10 PM, Michael Ennen wrote: I note in the issue Kevin said: " I note that if this really is Monocle-specific, then we will likely need someone from the community to provide a fix. "

Re: Monocle Headless BufferOverflowException (Issue + Fix)

2018-04-16 Thread Michael Ennen
I note in the issue Kevin said: " I note that if this really is Monocle-specific, then we will likely need someone from the community to provide a fix. " Just want to make sure it is clear, John has already provided the fix: https://gitlab.com/openjfxepd/jfxpatch/commit/f7c341775e5258

Re: Monocle Headless BufferOverflowException (Issue + Fix)

2018-04-16 Thread Nir Lisker
It was moved to https://bugs.openjdk.java.net/browse/JDK-8201567. On Mon, Apr 16, 2018, 20:26 John Neffenger wrote: > On 02/23/2018 03:12 PM, Michael Ennen wrote: > > Good point about the OCA, I have sent an email just now to > > John Neffenger. Hopefully he is still

Re: Monocle Headless BufferOverflowException (Issue + Fix)

2018-04-16 Thread John Neffenger
On 02/23/2018 03:12 PM, Michael Ennen wrote: Good point about the OCA, I have sent an email just now to John Neffenger. Hopefully he is still interested in this topic :). I filed the bug report yesterday, along with two others. It was assigned the internal review ID 9053385 and has the

Re: Monocle Headless BufferOverflowException (Issue + Fix)

2018-02-23 Thread Michael Ennen
>From my limited testing, the issue is still present in 8u172 b03 (early access) and 9.0.1+11 (that is, assuming it is the same bug which I am crossing my fingers about!). Thanks for taking this back up, John. On Fri, Feb 23, 2018 at 4:45 PM, Kevin Rushforth wrote:

Re: Monocle Headless BufferOverflowException (Issue + Fix)

2018-02-23 Thread Kevin Rushforth
In general, what should we do when we find bugs in version 8 but the latest development is happening on version 11? Open the bug, or test it against the latest version first? The latter is preferable if it is possible to test it on the latest version. Thanks. -- Kevin John Neffenger

Re: Monocle Headless BufferOverflowException (Issue + Fix)

2018-02-23 Thread John Neffenger
On 02/23/2018 02:29 PM, Michael Ennen wrote: Here is the issue: https://gitlab.com/openjfxepd/jfxpatch/issues/1 Thanks to John Neffenger for taking the time to put this together! I wanted to make this work was known to Kevin and the team. I'm so glad you found it! I posted a link to the

Re: Monocle Headless BufferOverflowException (Issue + Fix)

2018-02-23 Thread Michael Ennen
Good point about the OCA, I have sent an email just now to John Neffenger. Hopefully he is still interested in this topic :). I will file the bug report after hopefully getting into contact with John. Thanks Kevin, And no rush on the Robot review, just didn't want you to totally forget - I know

Re: Monocle Headless BufferOverflowException (Issue + Fix)

2018-02-23 Thread Kevin Rushforth
I haven't seen this bug, and I did a quick search and don't find it. Go ahead and file a bug, but unless it is a trivial fix, you will need to contact the author of the fix and ask him to sign the OCA before we could take it. > (P.S. When is ramp down phase 2 over? :) ). Oh, right. We're

Monocle Headless BufferOverflowException (Issue + Fix)

2018-02-23 Thread Michael Ennen
Hello, When doing some testing with TestFX running in headless mode via Monocle I came across a BufferOverflowException. After some google searching it seems that someone has come across this before me and created a GitLab repository with the full issue details and a suggested fix! I was