B4J Question fatal error in jfxwebkit.dll ???

Patent

Member
Licensed User
Longtime User
Dear community,

i am dealing with a really standard webview in a b4j splitpane, nothing special at all.
(loaded site is youtube.com, but i think that did not matter, no video playing, just browsing through..)

from time to time i am getting a fatal error of the jvm.
i cant reproduce it, but i think i am doing a mouseclick short before!
I am also thinking, that this is not a B4J Problem :D. I am sure!!!
Also not of my b4j code i think. there is nothing speciall, just logging the clicked elements on the b4j console.

As the logs says: a native lib error.

But maybe someone out there knows something about and could give me a hint.
Here is the B4J error log:



#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x55b7b215, pid=1896, tid=0x00001520
#
# JRE version: Java(TM) SE Runtime Environment (8.0_162-b12) (build 1.8.0_162-b12)
# Java VM: Java HotSpot(TM) Client VM (25.162-b12 mixed mode windows-x86 )
# Problematic frame:
# C [jfxwebkit.dll+0x6eb215]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Work\Objects\hs_err_pid1896.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

attached the jvm report file

thanks in advance
greets
patent
 

Attachments

  • hs_err_pid1896.zip
    8.2 KB · Views: 298

Patent

Member
Licensed User
Longtime User
i also thought about.
but i am not sure if this would be the best solution (if it works at all), because if i would deploy everyone needs 64Bit Win!?

maybe i try another webengine. cssbox sounds well promising.
or do anyone know another (better) one?
 
Upvote 0
Top