Hi

WinNT4sp6, 256ram, IDEA #533, sun jdk1.3.1_01. Using standard idea.bat file (ie not 
modifed)

This is the 2. time this happend.

1st time. I had a .xml file open in IDEA and minimized IDEA to work with other 
programs. Later I
restored the IDEA but the windows was
totally grey and nothing happend for about 1 min. I went to the console and stopped it 
using CTRL +
Break. A thread stack dump appered.
I closed the console window and started IDEA again.

2nd time the same but with a .java file open. I waited approx 3 min. and nothing 
happend either.

Note it's the same project for both times.
I had worked on the this project with IDEA #517 to #533. And it's at #533 this has 
happend. I think
in a older build I also had a similar experience. But not
2 times at the same day within 1-2 hours.

/Claus


Full thread dump:

"Thread-0" prio=7 tid=0xfaa6ed0 nid=0x179 runnable [0xfbff000..0xfbffdc0]
        at sun.awt.windows.WToolkit.shutdown(Native Method)
        at sun.awt.windows.WToolkit.access$000(WToolkit.java:58)
        at sun.awt.windows.WToolkit$2.run(WToolkit.java:177)
        at java.lang.Thread.run(Thread.java:484)

"SIGINT handler" daemon prio=10 tid=0xfaa03b0 nid=0x1a6 waiting on monitor [0xfb
bf000..0xfbbfdc0]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:930)
        at java.lang.Thread.join(Thread.java:983)
        at java.lang.Shutdown.runHooks(Shutdown.java:133)
        at java.lang.Shutdown.sequence(Shutdown.java:168)
        at java.lang.Shutdown.exit(Shutdown.java:213)
        at java.lang.Terminator$1.handle(Terminator.java:38)
        at sun.misc.Signal$1.run(Signal.java:198)
        at java.lang.Thread.run(Thread.java:484)

"EditorCaretThread" prio=7 tid=0x7f5b00 nid=0x11b waiting on monitor [0xfa3f000.
.0xfa3fdc0]
        at java.lang.Thread.sleep(Native Method)
        at com.intellij.editor.b.bf.run(bf.java:78)
        at java.lang.Thread.run(Thread.java:484)

"EditorCaretThread" prio=7 tid=0x7f47e0 nid=0x12f waiting on monitor [0xf9ff000.
.0xf9ffdc0]
        at java.lang.Thread.sleep(Native Method)
        at com.intellij.editor.b.bf.run(bf.java:78)
        at java.lang.Thread.run(Thread.java:484)

"EditorCaretThread" prio=7 tid=0x7ebdb0 nid=0x1a5 waiting on monitor [0xf97f000.
.0xf97fdc0]
        at java.lang.Thread.sleep(Native Method)
        at com.intellij.editor.b.bf.run(bf.java:78)
        at java.lang.Thread.run(Thread.java:484)

"TimerQueue" daemon prio=5 tid=0x7d9950 nid=0x17c waiting on monitor [0xf92f000.
.0xf92fdc0]
        at java.lang.Object.wait(Native Method)
        at javax.swing.TimerQueue.run(TimerQueue.java:233)
        at java.lang.Thread.run(Thread.java:484)

"Thread-14" prio=5 tid=0x7d2ed0 nid=0x129 waiting on monitor [0..0x6fb30]

"Thread-7" prio=5 tid=0x7cced0 nid=0x89 waiting on monitor [0xf7cf000..0xf7cfdc0
]
        at java.lang.Thread.sleep(Native Method)
        at com.intellij.status.e.run(e.java:1)
        at java.lang.Thread.run(Thread.java:484)

"StoreRefreshStatusThread" prio=2 tid=0x7a8840 nid=0x82 waiting on monitor [0xf2
5f000..0xf25fdc0]
        at java.lang.Thread.sleep(Native Method)
        at com.intellij.vfs.local.l.run(l.java:7)

"WatchForChangesThread" prio=5 tid=0x7a8ed0 nid=0x127 runnable [0xf21f000..0xf21
fdc0]
        at com.intellij.vfs.local.win32.FileWatcher.waitForChangeImpl(Native Met
hod)
        at com.intellij.vfs.local.win32.FileWatcher.b(FileWatcher.java:5)
        at com.intellij.vfs.local.m.run(m.java:11)

"Screen Updater" prio=5 tid=0x792dc0 nid=0x6c waiting on monitor [0xb00f000..0xb
00fdc0]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:420)
        at sun.awt.ScreenUpdater.nextEntry(ScreenUpdater.java:76)
        at sun.awt.ScreenUpdater.run(ScreenUpdater.java:95)

"AWT-Windows" prio=7 tid=0x77c5b0 nid=0x155 runnable [0xaf8f000..0xaf8fdc0]
        at sun.awt.windows.WToolkit.eventLoop(Native Method)
        at sun.awt.windows.WToolkit.run(WToolkit.java:188)
        at java.lang.Thread.run(Thread.java:484)

"SunToolkit.PostEventQueue-0" prio=7 tid=0x77b0b0 nid=0x39 waiting on monitor [0
xaf4f000..0xaf4fdc0]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:420)
        at sun.awt.PostEventQueue.run(SunToolkit.java:491)

"AWT-EventQueue-0" prio=7 tid=0x77b760 nid=0x126 runnable [0xaf0f000..0xaf0fdc0]

        at sun.awt.windows.WGraphics.W32LockViewResources(Native Method)
        at sun.awt.windows.WGraphics.lock(WGraphics.java:792)
        at sun.java2d.loops.LockableRaster.<init>(LockableRaster.java:93)
        at sun.java2d.loops.RasterOutputManager$RenderImageCachedState.getDstLR(
RasterOutputManager.java:366)
        at sun.java2d.loops.RasterOutputManager.renderImage(RasterOutputManager.
java:477)
        at sun.java2d.SunGraphics2D.renderingPipeImage(SunGraphics2D.java:2067)
        at sun.java2d.SunGraphics2D.drawImage(SunGraphics2D.java:1626)
        at sun.awt.windows.WGraphics.drawImage(WGraphics.java:379)
        at javax.swing.JComponent.paintWithBuffer(JComponent.java:3880)
        at javax.swing.JComponent._paintImmediately(JComponent.java:3821)
        at javax.swing.JComponent.paintImmediately(JComponent.java:3672)
        at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:370)

        at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(System
EventQueueUtilities.java:124)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:131)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:98)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)

"Signal Dispatcher" daemon prio=10 tid=0x76aad0 nid=0x158 waiting on monitor [0.
.0xae8fdc0]

"Finalizer" daemon prio=9 tid=0x767d10 nid=0x186 waiting on monitor [0xadcf000..
0xadcfdc0]
        at java.lang.Object.wait(Native Method)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:108)
        at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:123)
        at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:162)

"Reference Handler" daemon prio=10 tid=0x766a40 nid=0xfe waiting on monitor [0xa
d8f000..0xad8fdc0]
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:420)
        at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:110)

"VM Thread" prio=5 tid=0x765ce0 nid=0x148 runnable

"VM Periodic Task Thread" prio=10 tid=0x769f80 nid=0xd6 waiting on monitor
"Suspend Checker Thread" prio=10 tid=0x769610 nid=0x177 runnable


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to