Question about fatal JavaFX crashes
Daniel Peintner
daniel.peintner at gmail.com
Fri Mar 18 08:43:49 UTC 2022
Hello,
I take the liberty to ask on the email reflector if there are other people
with similar problems.
Since updating my application to JavaFX18 I get random fatal crashes.
Unfortunately it is not predictable but after some time the app crashes
with "EXCEPTION_ACCESS_VIOLATION".
The hs_error_pidX reports the following.
--------------- T H R E A D ---------------
Current thread (0x0000016be9c9b410): JavaThread "C2 CompilerThread0"
daemon [_thread_in_native, id=3068,
stack(0x000000393e800000,0x000000393e900000)]
Current CompileTask:
C2:10515286 18185 4 javafx.scene.control.TableView$5::onChanged
(1049 bytes)
Am I the only one seeing this?
I am not sure if this relates to changing JavaFX 17 to 18 or whether it
makes it just more likely.
It seems to be related to "javafx.scene.control.TableView$5::onChanged"
since all crashes show this line.
Having said that, I cannot provide a test-case since it happens all of a
sudden and sometimes after hours using the application.
I am open to any feedback or input on how to proceed best.
Thanks!
-- Daniel
More information about the openjfx-dev
mailing list