Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

WebView - JVM 7.0_21-b11 crashes when accessing an external link URL

jcd92410Jun 2 2013 — edited Jun 4 2013
Hello,

I have upgraded to Java SE 7.0_21-b11. Access to external URL through anchor link was working fine with Java SE 7.0.11 but now I get the following error:
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000065f49804, pid=5784, tid=3076
#
# JRE version: 7.0_21-b11
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.21-b01 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V [jvm.dll+0x109804]
#

The HTML content is loaded through loadContent method and well displayed:

<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<title>
1</title>
</head>
<body>
<div>UNESCO
</div>

</body>
</html>
The UNESCO anchor is well displayed. The crash occurs when clicking on the UNESCO link, the page loading progress seems to go until the end and then the application exits with the JVM access violation.

Any idea on what could be the issue? and how to solve it.

Thank you in advance

Jean-Claude Dauphin
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 2 2013
Added on Jun 2 2013
4 comments
878 views