App hang and pulse logger stops

2015-05-11 Thread Pedro Duque Vieira
Hi, Already posted this on the OTN forum but got no response. I have a swing/javafx app that is hanging randomly without any error information (exceptions thrown, etc). I run the app with the pulse logger flag active and when it hangs the pulse logger stops. How can I debug this? What can

Fwd: Compiling OpenJFX + WebKit

2015-05-11 Thread Michael Hoffer
Hi Kevin, thanks for your quick reply. ... I don't recommend wasting any time trying. Too late. Already wastet many hours ;-) I'm not sure what we did last time to get the webview-deps into maven, but Anton can probably check into it. Could you send me the file directly if the maven upload

Re: App hang and pulse logger stops

2015-05-11 Thread Morris Meyer
Hi Pedro, You might want to try setting the flags quantum.debug, quantum.pulse and quantum.verbose when launching your application. Prior to that you might want to try to get a stack trace of the hung application using jstack, Visual VM or doing a Ctrl-Break on Windows or Control-\ on Mac.

8u-dev and 9-dev unlocked following sanity testing eom

2015-05-11 Thread Kevin Rushforth

[8u60,9] Review request: RT-34620: [ComboBox, DatePicker] Buttons set to default/cancel are not reacting to ComboBox enter/esc keys

2015-05-11 Thread Leif Samuelsson
Hi Jonathan, Please review this fix. https://javafx-jira.kenai.com/browse/RT-34620 http://cr.openjdk.java.net/~leifs/rt34620/webrev.01/ Thanks, Leif

Re: Compiling OpenJFX + WebKit

2015-05-11 Thread Kevin Rushforth
Hi Michael, Thanks for pointing this out. I'm not sure what we did last time to get the webview-deps into maven, but Anton can probably check into it. It will not build successfully with the older version of webview-deps so I don't recommend wasting any time trying. In addition, we now rely

Compiling OpenJFX + WebKit

2015-05-11 Thread Michael Hoffer
Hi, I just tried to compile OpenJFX from the 8u-dev branch on OS X and Ubuntu. Unfortunately, I'm experiencing several problems. Without WebKit everything works fine. But with WebKit there are several problems: 1. the build script has a webview-deps:1.3 dependency which has not been published on