JDK-6773264 : jvisualvm.exe is causing to java applications crashes
  • Type: Bug
  • Component: tools
  • Sub-Component: visualvm
  • Affected Version: 6u10
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2008-11-19
  • Updated: 2013-11-07
  • Resolved: 2013-08-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7u4 b09Fixed
Related Reports
Relates :  
Description
FULL PRODUCT VERSION :

C:\>java -version
java version "1.6.0_10"
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode, sharing)

C:\>

ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows Version 5. (Buils 2600.xpxp_sp2_gdr.080812-1233:Service Pack2)

A DESCRIPTION OF THE PROBLEM :
jvisualvm.exe shows the list of java applications running under "Local" node.

Whenevr i double-clik on application button under jvisual -> Local, the application is getting closed which is not a right way.

The below is the message,

------------------------
runide.exe
------------------------
runide.exe has encountered a problem and needs to
close. We are soory for thre inconvenience.
------------------------



STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Open any java program like Netbeans IDE
2. Double click on C:\Program Files\Java\jdk1.6.0_10\bin\jvisualvm.exe
3. It shows the application name under "Java VIsualVM->Local"
4. Double-click on the application name.
5. The application will get closed with the message,

------------------------
runide.exe
------------------------
runide.exe has encountered a problem and needs to
close. We are soory for thre inconvenience.
------------------------


EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Don't know.
ACTUAL -
Any application button that i double-click under Java VIsualVM->Local"
is getting closed.

ERROR MESSAGES/STACK TRACES THAT OCCUR :
------------------------
runide.exe
------------------------
runide.exe has encountered a problem and needs to
close. We are soory for thre inconvenience.
------------------------


REPRODUCIBILITY :
This bug can be reproduced always.

Comments
This issue was fixed by integration new version of Java VisualVM in JDK 7u4. See JDK-7116903.
07-08-2013