Java FX WebView Browser gets Crash some times While displaying a browser page with multiple images

0

I have a JavaFX Application to display a Browser page (For Example E-Commerce Page) which has multiple products and their images.

While navigating to different pages the heap memory keeps increasing gradually and certain period my application gets crash with below Error

Windows Event:

Faulting application name: java.exe, version: 8.0.2510.8, time stamp: 0x5e69d932 Faulting module name: ucrtbase.dll, version: 10.0.17763.132, time stamp: 0xc3ae1887 Exception code: 0xc0000409 Fault offset: 0x000a5d0b Faulting process id: 0x7f4c Faulting application start time: 0x01d676cd6d84a59a Faulting application path: C:\JDK\jdk1.8.0_251\jre\bin\java.exe Faulting module path: C:\JDK\jdk1.8.0_251\jre\bin\ucrtbase.dll Report Id: ce107c7f-e2ce-11ea-82e6-242ffa1402a1 Faulting package full name: Faulting package-relative application ID:

Problem signature: Problem Event Name: BEX Application Name: java.exe Application Version: 8.0.2510.8 Application Timestamp: 5e69d932 Fault Module Name: ucrtbase.dll Fault Module Version: 10.0.17763.132 Fault Module Timestamp: c3ae1887 Exception Offset: 000a5d0b Exception Code: c0000409 Exception Data: 00000007 OS Version: 6.3.9600.2.0.0.256.91 Locale ID: 1033 Additional Information 1: ddc6 Additional Information 2: ddc645093e019a5de68f1b7975c546a2 Additional Information 3: 21f7 Additional Information 4: 21f7846884781bc27531dba480a8065d

I had setup my Heap memory to 1GB currently and still it gets crash.

My javaFX version is javafx.runtime.version=8.0.261 javafx.runtime.build=b12

javafx
javafx-8
asked on Stack Overflow Oct 29, 2020 by vineelkumar bachu • edited Oct 29, 2020 by Slaw

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0