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 226009 - IDE for c++ hangs while editing, it seems to happen when trying to complete or a word is completed
Summary: IDE for c++ hangs while editing, it seems to happen when trying to complete o...
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-02-12 09:42 UTC by boazshn
Modified: 2013-02-12 18:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (36.59 KB, text/plain)
2013-02-12 09:42 UTC, boazshn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description boazshn 2013-02-12 09:42:27 UTC
Product Version = NetBeans IDE 7.3 RC2 (Build 201302050851)
Operating System = Linux version 2.6.32-279.14.1.el6.x86_64 running on amd64
Java; VM; Vendor = 1.6.0_29
Runtime = Oracle JRockit(R) R28.1.5-20-146757-1.6.0_29-20111004-1750-linux-x86_64
Comment 1 boazshn 2013-02-12 09:42:32 UTC
Created attachment 131278 [details]
IDE log
Comment 2 Marian Mirilovic 2013-02-12 16:41:39 UTC
Could you please use Profile Me feature :
http://wiki.netbeans.org/GenerateThreadDump#Profile_Me_Now
generate snapshot while the IDE is frozen, attach it here and reopen this bug ? Thanks in advance.
Comment 3 boazshn 2013-02-12 18:19:05 UTC
Attaching to process ID 4731, please wait...
sun.jvm.hotspot.debugger.NoSuchSymbolException: Could not find symbol "gHotSpotVMTypes" in any of the known library names (libjvm.so, libjvm_g.so, gamma_g)
	at sun.jvm.hotspot.HotSpotTypeDataBase.lookupInProcess(HotSpotTypeDataBase.java:389)
	at sun.jvm.hotspot.HotSpotTypeDataBase.readVMTypes(HotSpotTypeDataBase.java:104)
	at sun.jvm.hotspot.HotSpotTypeDataBase.<init>(HotSpotTypeDataBase.java:85)
	at sun.jvm.hotspot.bugspot.BugSpotAgent.setupVM(BugSpotAgent.java:568)
	at sun.jvm.hotspot.bugspot.BugSpotAgent.go(BugSpotAgent.java:494)
	at sun.jvm.hotspot.bugspot.BugSpotAgent.attach(BugSpotAgent.java:332)
	at sun.jvm.hotspot.tools.Tool.start(Tool.java:163)
	at sun.jvm.hotspot.tools.JStack.main(JStack.java:86)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at sun.tools.jstack.JStack.runJStackTool(JStack.java:136)
	at sun.tools.jstack.JStack.main(JStack.java:102)
Debugger attached successfully.
jstack requires a java VM process/core!
Comment 4 Alexander Simon 2013-02-12 18:43:14 UTC
(In reply to comment #3)
> Attaching to process ID 4731, please wait...
> sun.jvm.hotspot.debugger.NoSuchSymbolException: Could not find symbol
> "gHotSpotVMTypes" in any of the known library names (libjvm.so, libjvm_g.so,
> gamma_g)
Could you install last JDK 1.6
(http://www.oracle.com/technetwork/java/javase/downloads/jdk6downloads-1902814.html) or last JDK 1.7 (http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html), start IDE with installed JDK (option --jdkhome <path to jdk>) and generate snapshot while the IDE is frozen?
Thanks in advance.