Hello guys,
I have app that export data from database server to excel file. Data has 49 columns.
When data only a few hundreds records, the app worked as expected, but when it reach about +/- 200K records, it raised an error :
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000626cd331, pid=980, tid=0x00000000000001b0
#
# JRE version: Java(TM) SE Runtime Environment (8.0_92-b14) (build 1.8.0_92-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.92-b14 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V [jvm.dll+0x3fd331]
#
# 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:
# D:\Data\B4J\ExportXL\Objects\hs_err_pid980.log
#
# If you would like to submit a bug report, please visit:
#
http://bugreport.java.com/bugreport/crash.jsp
#
App used connection pool to collect data.
Attached is an error report file.
Any idea how to fix this error?
Thanks in advance.