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 189738 - Crashes while editing, probably in Code hints
Summary: Crashes while editing, probably in Code hints
Status: RESOLVED DUPLICATE of bug 188028
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-21 19:05 UTC by jarome
Modified: 2010-08-21 19:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The crash report (73.43 KB, text/plain)
2010-08-21 19:05 UTC, jarome
Details
second report (71.08 KB, text/plain)
2010-08-21 19:06 UTC, jarome
Details
third crash report (74.89 KB, text/plain)
2010-08-21 19:07 UTC, jarome
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jarome 2010-08-21 19:05:57 UTC
Created attachment 101581 [details]
The crash report

This has happened three times today!
I am editing a JForm.
Comment 1 jarome 2010-08-21 19:06:52 UTC
Created attachment 101582 [details]
second report
Comment 2 jarome 2010-08-21 19:07:32 UTC
Created attachment 101583 [details]
third crash report
Comment 3 jarome 2010-08-21 19:12:52 UTC
The end of my NetBeans log:
[Adding listeners took: 0 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: file:/Users/jar/Tekdraw2/tekPlot/src/ took: 70 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 1 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: file:/Users/jar/nbprojects/TaskManager/org-openide-modules/src/ took: 27 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 1 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: file:/Users/jar/nbprojects/TaskManager/TaskEditor/src/ took: 46 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: file:/Users/jar/nbprojects/TaskManager/TaskEditor/test/unit/src/ took: 19 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 1 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: jar:file:/Applications/NetBeans/NetBeans%206.9.1.app/Contents/Resources/NetBeans/ide/jsstubs/allstubs.zip!/ took: 153 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 0 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 7 source roots took: 720 ms (New or modified files: 0, Deleted files: 1) [Adding listeners took: 8 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Resolving dependencies took: 5 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 2 binary roots took: 22 ms
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: file:/Users/jar/Documents/TGA/Projects/BinaryCalculator/src/ took: 143 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 32 ms]
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Complete indexing of 1 source roots took: 143 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 32 ms]
Coupling error:
class file: jar:file:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/classes.jar!/javax/swing/JComponent.class
source file: jar:file:/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/src.jar!/src/javax/swing/JComponent.java
VARIABLE: ANCESTOR_NOTIFIER_KEY
VARIABLE: TRANSFER_HANDLER_KEY
VARIABLE: INPUT_VERIFIER_KEY
Adding a fold that is identical with another previously added fold from the same FoldManager is not allowed.
Existing fold: [code-block] E1 <457,490>, desc='{...}', hash=0x3aa696ef, [458, 489] {458, 489}; FoldManager: org.netbeans.modules.java.editor.fold.JavaElementFoldManager@41e5174f
     New fold: [code-block] E1 <457,490>, desc='{...}', hash=0x275d6555, [458, 489] {458, 489}; FoldManager: org.netbeans.modules.java.editor.fold.JavaElementFoldManager@41e5174f
WARNING [org.netbeans.modules.java.source.parsing.JavacParser]: Javac returned startpos: 526 > endpos: -1
Comment 4 Jan Lahoda 2010-08-21 19:35:54 UTC
A JVM crash, which is typically a bug in the JVM and should be reported against it. Also already reported to NB as bug #188028. Thanks for the report anyway.

*** This bug has been marked as a duplicate of bug 188028 ***