-
Bug
-
Resolution: Incomplete
-
P4
-
None
-
8u171
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
I'm developing application using JavaFX and jacob ,
a javaFX UI contain a pdf produced, but pdf is load by activeX plugin.
what i expected is that I can review pdf content or seal the pdf by activeX plugin,
It works when run in the Eclipse env,
after packge exe using javapackager, when I run exe on destop and click pdf loaded by activeX it always throw EXCEPTION_ACCESS_VIOLATION as follow:
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff853016280, pid=2184, tid=0x0000000000003dc4
#
# JRE version: Java(TM) SE Runtime Environment (8.0_171-b11) (build 1.8.0_171-b11)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.171-b11 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [comctl32.dll+0x66280]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
FREQUENCY : always
I'm developing application using JavaFX and jacob ,
a javaFX UI contain a pdf produced, but pdf is load by activeX plugin.
what i expected is that I can review pdf content or seal the pdf by activeX plugin,
It works when run in the Eclipse env,
after packge exe using javapackager, when I run exe on destop and click pdf loaded by activeX it always throw EXCEPTION_ACCESS_VIOLATION as follow:
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff853016280, pid=2184, tid=0x0000000000003dc4
#
# JRE version: Java(TM) SE Runtime Environment (8.0_171-b11) (build 1.8.0_171-b11)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.171-b11 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [comctl32.dll+0x66280]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
FREQUENCY : always