Keep getting EXCEPTION_ACCESS_VIOLATION errors in WebView, they happen once so many minutes, mostly when a document is loading/unloading.
My eclipse swt application has a timer that calls JSObject.call every so many milliseconds to call the "getBoundingClientRect" method on an Element object from WebView.
The timer runs in the Javafx thread as can be seen in the error logs, I even put in a test that compares Thread.currentThread() to the Display.getCurrent().getThread().
It is to early for me to create a reproducable crashing program. Just wanted to share my crash reports since i switched to jdk8.
If/when i can reproduce this i will add that to this bug, not actualy working on creating that test right now.
Note: The crash reports are from jdk8b62 and jdk8b61
My eclipse swt application has a timer that calls JSObject.call every so many milliseconds to call the "getBoundingClientRect" method on an Element object from WebView.
The timer runs in the Javafx thread as can be seen in the error logs, I even put in a test that compares Thread.currentThread() to the Display.getCurrent().getThread().
It is to early for me to create a reproducable crashing program. Just wanted to share my crash reports since i switched to jdk8.
If/when i can reproduce this i will add that to this bug, not actualy working on creating that test right now.
Note: The crash reports are from jdk8b62 and jdk8b61