This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 211698 - NetBeans crashed when canceling scanning
Summary: NetBeans crashed when canceling scanning
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-25 11:03 UTC by Vladimir Riha
Modified: 2012-05-04 14:29 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
crash log (27.76 KB, application/octet-stream)
2012-04-25 11:03 UTC, Vladimir Riha
Details
IDE log (329.57 KB, application/octet-stream)
2012-04-25 11:03 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2012-04-25 11:03:11 UTC
Created attachment 118736 [details]
crash log

Having opened few NetBeans modules in IDE (from mercurial repository). I invoked Clean action on 2-3 of them, atfer it finished I tried to cancel the scanning and NetBeans crashed. I've tried to reproduce it but without any luck


Product Version: NetBeans IDE Dev (Build 201204240400)
Java: 1.6.0_31; Java HotSpot(TM) Client VM 20.6-b01
System: Windows 7 version 6.1 running on x86; Cp1250; cs_CZ (nb)
Comment 1 Vladimir Riha 2012-04-25 11:03:29 UTC
Created attachment 118737 [details]
IDE log
Comment 2 Tomas Zezula 2012-04-25 12:26:31 UTC
VM crashed while class loading. The VM crashes should be reported to hs.
Comment 3 Tomas Zezula 2012-04-26 08:30:48 UTC
Stack frames with resolved symbols:

Stack: [0x09390000,0x09590000],  sp=0x0958e174,  free space=2040k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [jvm.dll+0x29370];;  ?verify_switch@ClassVerifier@@AAEXPAVRawBytecodeStream@@IPADPAVStackMapFrame@@PAVStackMapTable@@PAVThread@@@Z+0x1b0
V  [jvm.dll+0x2cd92];;  ?verify_method@ClassVerifier@@AAEXVmethodHandle@@PAVThread@@@Z+0x1b22
V  [jvm.dll+0x2d87a];;  ?verify_class@ClassVerifier@@QAEXPAVThread@@@Z+0xba
V  [jvm.dll+0x2d9bc];;  ?verify@Verifier@@SA_NVinstanceKlassHandle@@W4Mode@1@_NPAVThread@@@Z+0xcc
V  [jvm.dll+0x77012];;  ?verify_code@instanceKlass@@CA_NVinstanceKlassHandle@@_NPAVThread@@@Z+0x32
V  [jvm.dll+0x7be68];;  ?link_class_impl@instanceKlass@@CA_NVinstanceKlassHandle@@_NPAVThread@@@Z+0x2b8
V  [jvm.dll+0x7eca7];;  ?initialize_impl@instanceKlass@@CAXVinstanceKlassHandle@@PAVThread@@@Z+0x37
V  [jvm.dll+0x7f066];;  ?initialize@instanceKlass@@UAEXPAVThread@@@Z+0x36
V  [jvm.dll+0xb2999];;  ?find_class_from_class_loader@@YAPAV_jclass@@PAUJNIEnv_@@VsymbolHandle@@EVHandle@@2EPAVThread@@@Z+0x59
V  [jvm.dll+0xba9ff];;  _JVM_FindClassFromClassLoader@20+0xcf
C  [java.dll+0x13bc]  Java_java_lang_Class_forName0+0xbe;;  _Java_java_lang_Class_forName0@20+0xbe
j  java.lang.Class.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;+0
j  java.lang.Class.forName(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;+32
J  org.netbeans.modules.java.source.indexing.APTUtils.lookupProcessors(Ljava/lang/ClassLoader;Z)Ljava/util/Collection;


Problem in ClassVerifier.
Comment 4 Tomas Zezula 2012-04-26 08:31:50 UTC
Mariane, can you report it to hotspot and close this issue?
Comment 5 Marian Mirilovic 2012-04-26 09:25:26 UTC
(In reply to comment #4)
> Mariane, can you report it to hotspot and close this issue?

I do not have account there, Tonda please do so. Thanks in advance
Comment 6 Antonin Nebuzelsky 2012-05-04 14:29:29 UTC
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7166498