JDK-6526505 : Jre causes random crashes with Azureus
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: windows_vista
  • CPU: x86
  • Submitted: 2007-02-20
  • Updated: 2011-02-16
  • Resolved: 2007-05-17
Related Reports
Relates :  
Description
FULL PRODUCT VERSION :
java version "1.6.0"
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)

ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Version 6.0.6000] Windows Vista Ultimate

A DESCRIPTION OF THE PROBLEM :
A Jre crash (EXCEPTION_ACCESS_VIOLATION (0xc0000005)) causing the exiting of Azureus.exe

The problematic frame is always jvm.dll

# Problematic frame:
# V  [jvm.dll+0x136070]

The problem did not occur under J2SE 1.5

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Install Azureus Bittorrent Client (http://azureus.sourceforge.net)

Download a torrent file and set it off downloading.

Return to system later, or continue working, there is a 50/50 chance that Azureus will randomly have exited and the jre will have produced a dump.

This problem appears unique to Windows Vista.

Can you please refer to
https://sourceforge.net/tracker/index.php?func=detail&aid=1649292&group_id=84122&atid=575154


EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
No crash, no dump, azureus should be running as normal.
ACTUAL -
A Jre crash causing the exiting of the application.

#
# An unexpected error has been detected by Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d8f6070, pid=5512, tid=5388
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0-b105 mixed mode, sharing)
# Problematic frame:
# V  [jvm.dll+0x136070]
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

ERROR MESSAGES/STACK TRACES THAT OCCUR :
Attached seperatly

REPRODUCIBILITY :
This bug can be reproduced often.