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 132739 - IDE hanging
Summary: IDE hanging
Status: VERIFIED WORKSFORME
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Alexandr Scherbatiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-14 12:42 UTC by Alexandr Scherbatiy
Modified: 2008-04-24 11:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE Thread Dump (17.01 KB, text/plain)
2008-04-14 12:42 UTC, Alexandr Scherbatiy
Details
One more IDE ThreadDump (16.40 KB, text/plain)
2008-04-14 12:50 UTC, Alexandr Scherbatiy
Details
IDE log file (429.86 KB, text/plain)
2008-04-14 12:50 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2008-04-14 12:42:08 UTC
The IDE hanging after some time.
I do not have exact steps to reproduce the problem
but IDE ThreadDump should help with to investigate the problem:

"AWT-EventQueue-1" prio=6 tid=0x292c7c00 nid=0xb8 waiting for monitor entry [0x2bf0e000..0x2bf0fa94]
   java.lang.Thread.State: BLOCKED (on object monitor)
	at java.lang.StringBuffer.append(StringBuffer.java:224)
	- waiting to lock <0x049a6d30> (a java.lang.StringBuffer)
	at org.netbeans.core.startup.TopLogging$LgStream.write(TopLogging.java:654)
	at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:202)
	at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:272)
	at sun.nio.cs.StreamEncoder.flushBuffer(StreamEncoder.java:85)
	- locked <0x049b44b0> (a java.io.OutputStreamWriter)
	at java.io.OutputStreamWriter.flushBuffer(OutputStreamWriter.java:168)
	at java.io.PrintStream.write(PrintStream.java:455)
	- locked <0x049a5338> (a org.netbeans.core.startup.TopLogging$LgStream)
	at java.io.PrintStream.print(PrintStream.java:603)
	at org.netbeans.core.execution.OutputStreamWriter.write(OutputStreamWriter.java:114)
	at java.io.Writer.write(Writer.java:140)
Comment 1 Alexandr Scherbatiy 2008-04-14 12:42:43 UTC
Created attachment 60125 [details]
IDE Thread Dump
Comment 2 Alexandr Scherbatiy 2008-04-14 12:50:07 UTC
Created attachment 60127 [details]
One more IDE ThreadDump
Comment 3 Alexandr Scherbatiy 2008-04-14 12:50:33 UTC
Created attachment 60128 [details]
IDE log file
Comment 4 Alexei Mokeev 2008-04-14 14:01:49 UTC
Another example:
Name: AWT-EventQueue-1
State: BLOCKED on java.lang.StringBuffer@299238 owned by: StdErr Flush
Total blocked: 7,248  Total waited: 6,830

Stack trace: 
java.lang.StringBuffer.append(StringBuffer.java:224)
org.netbeans.core.startup.TopLogging$LgStream.write(TopLogging.java:654)
sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:202)
sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:272)
sun.nio.cs.StreamEncoder.flushBuffer(StreamEncoder.java:85)
   - locked java.io.OutputStreamWriter@13ec5b2
java.io.OutputStreamWriter.flushBuffer(OutputStreamWriter.java:168)
java.io.PrintStream.newLine(PrintStream.java:496)
   - locked org.netbeans.core.startup.TopLogging$LgStream@256540
java.io.PrintStream.println(PrintStream.java:757)
   - locked org.netbeans.core.startup.TopLogging$LgStream@256540
org.antlr.runtime.BaseRecognizer.emitErrorMessage(BaseRecognizer.java:338)
org.antlr.runtime.BaseRecognizer.displayRecognitionError(BaseRecognizer.java:191)
org.antlr.runtime.Lexer.reportError(Lexer.java:249)
org.antlr.runtime.Lexer.nextToken(Lexer.java:98)
org.netbeans.lib.javafx.lexer.Lexer.nextToken(Lexer.java:79)
Comment 5 Andrey Yamkovoy 2008-04-15 13:26:49 UTC
According last stacktrace looks like lexer problem ...
Comment 6 David Strupl 2008-04-15 13:30:00 UTC
lexer --> rasta.
Comment 7 Rastislav Komara 2008-04-15 15:17:34 UTC
Please, should you provide test case to reproduce the problem?
Comment 8 Rastislav Komara 2008-04-16 14:56:19 UTC
Is this still an issue? Can you provide some test case to reproduce/verify this one?
Comment 9 Andrey Yamkovoy 2008-04-23 13:31:37 UTC
Since no steps were provided closing this issue as WORKSFORME.
If this issue still reproducible please reopen it with providing steps.
Comment 10 Alexandr Scherbatiy 2008-04-24 11:28:59 UTC
the issue is not reproduced.