SWT Browser crash while using ext-base.js iframe - java

I am using RCP eclipse to build product.
Using SWT Browser to view web site but whenever using ext-base.js and iframe in this Brower,
it is happan to crash entire application.
Thanks in advance.
Hi Baz,
Thanks for your quick reply.
My question is why SWT Browser is going to crash to open this type of web site.
browser.evaluate(EVENT_SCRIPT);
I am getting fatal error. Its log like :
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6eddaf6b, pid=10032, tid=4388
#
# JRE version: 6.0_31-b05
# Java VM: Java HotSpot(TM) Client VM (20.6-b01 mixed mode windows-x86 )
# Problematic frame:
# C [jscript9.dll+0x6af6b]
#
# An error report file with more information is saved as:
# E:\eclipse_group\eclipse_indigo_2.0\hs_err_pid10032.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

Related

JavaFX webview crash with Facebook website

I have a JavaFX application with JavaFX 8 and I need to include Facebook login option to my users. I used "RestFB" library to work with Facebook and WebView to open Facebook website to do the login step. However sometimes the application crash when the user are using the Facebook website (like typing the user or password) and it's closed directly because the JVM die. This is the summary of the error when JVM die.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00000001367a637b, pid=93595, tid=0x0000000000000307
#
# JRE version: Java(TM) SE Runtime Environment (8.0_144-b01) (build 1.8.0_144-b01)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.144-b01 mixed mode bsd-amd64 compressed oops)
# Problematic frame:
# C [libjfxwebkit.dylib+0x107937b] JSC::MarkedBlock::clearMarks()+0xb
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /XXX/YYYY/hs_err_pid93595.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.
I tested the same code in OSx and Windows 7 with the same result, the problem doesn't happen always but I don't know how can I fix that.
I checked some bugs about JVM but really I am not sure if the problem is the same or not.
Thanks in advance.

Java fatal error in native code, problematic frame: C [msvcrt.dll+0x8867a]

I'm developing a small game with LibGdx (based on LWJGL). Tested the jar i built on two different PC's and everything worked fine. On a third one, however, the game crashes after a few seconds. Following error log is produced:
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x73f9867a, pid=2016, tid=0x00000bc0
#
# JRE version: Java(TM) SE Runtime Environment (8.0_121-b13) (build 1.8.0_121-b13)
# Java VM: Java HotSpot(TM) Client VM (25.121-b13 mixed mode windows-x86 )
# Problematic frame:
# C [msvcrt.dll+0x8867a]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# 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.
Looks like something is wrong with msvcrt.dll, which is Microsoft Visual C++ Package, right?
Do you have any suggestions to fix it?

JACOB throws EXCEPTION_ACCESS_VIOLATION

We are getting EXCEPTION_ACCESS_VIOLATION error on our windows server, but we are not able replicate/reproduce this error.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000180012df1, pid=1604, tid=4232
#
# JRE version: 7.0_07-b11
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.3-b01 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [jacob-1.14.3-x64.dll+0x12df1] Java_com_jacob_com_Variant_getVariantType+0x51
#
# Core dump written. Default location: c:\xxx\xxxx\xxxx\hs_err_pid1604.mdmp
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
We are using Java version 1.7, Windows server 2008 R2 Enterprise and Jacob-1.14.3. I am assuming that the error is because of Jacob-1.14.4.dll but not sure why its causing the issue. If I upgrade to latest Jacob-18M.jar will solve the issue? Can someone confirm?
Thanks.
I had the same problem in my project and it was solved after some months investigating all of our environment, If anyone still needs it here is the link.
EXCEPTION_ACCESS_VIOLATION in Jacob dll using VM in Jenkins pipeline
There we have the description of all the things we have tried.

JVM crashes with illegal instruction in desktop Libgdx app

I've been trying to start some development using libgdx, and have been following the setup tutorial. https://code.google.com/p/libgdx/wiki/ProjectSetupNew
However, when I try to run the desktop application, I get the following error:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x6cee60ce, pid=1908, tid=2912
#
# JRE version: 7.0_25-b17
# Java VM: Java HotSpot(TM) Client VM (23.25-b01 mixed mode, sharing windows-x86 )
# Problematic frame:
# C [gdx.dll+0x260ce] Java_com_badlogic_gdx_graphics_g2d_Gdx2DPixmap_load+0xde
#
# 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:\Documents and Settings\Administrator\workspace\my-gdx-game-desktop\hs_err_pid1908.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
AL lib: (EE) alc_cleanup: 1 device not closed
The android application runs fine however. I'm running Windows XP. Any help would be greatly appreciated, as I've unable to find a solution elsewhere.
Using new version of libGDX fixes this problem

JMagick Method setGeometry of MontageInfo class crashes JMV

Trying to montage multiple images into one. Wortks fine with default geometry. But if i try to set it, JVM crashes.
MontageInfo montageInfo1 = new MontageInfo(new ImageInfo());
montageInfo1.setGeometry("+0+0");
#
# A fatal error has been detected by the Java Runtime Environment:
#
## EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x770f5ead, pid=5180, tid=5344
##
# JRE version: 6.0_30-b12
# Java VM: Java HotSpot(TM) Client VM (20.5-b03 interpreted mode, sharing windows-x86 )
# Problematic frame:
# C [ntdll.dll+0x55ead]
#
# An error report file with more information is saved as:
# C:\Users\Lisp\Documents\NetBeansProjects\met7Test\hs_err_pid5180.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to repemphasized textort the bug.
#
#[error occurred during error reporting , id 0xc0000005]
Java Result: -1
OS: Windows 7, using JDK 1.6. JMagick v 6.3.9 Q16

Categories