Hi Thomas, Does IDEA hang up forever and you have to kill the process? After switching to JDK 1.4 we also experienced hangups (not neccesarily after compilation though) and the cure is to minimize/maximize the frame. If it helps than compiler is not likely the reason for the problem and we have to check somewhere else.
-- Best regards, Eugene Zhuravlev JetBrains, Inc, http://www.intellij.com "Develop with pleasure!" "Thomas Singer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Sorry, if this was reported before, but after a short-vacation I got > more than 600 new messages... > > IDEA, build 633 hangs up when recompile whole project with javac. In > the statusbar "Loading classes ..." is still visible. > > Tom > > > Thread-dump > > Full thread dump Java HotSpot(TM) Client VM (1.4.0_01-b03 mixed mode): > > "Compiler cache saving" prio=7 tid=0x0FC76BE0 nid=0xc3 runnable > [10d8f000..10d8fdb8] > at java.io.FileOutputStream.open(Native Method) > at java.io.FileOutputStream.<init>(FileOutputStream.java:176) > at java.io.FileOutputStream.<init>(FileOutputStream.java:131) > at com.intellij.compiler.d.o.a(o.java:207) > - locked <04FDD4C0> (a java.lang.Object) > at com.intellij.compiler.cd.run(cd.java:6) > > "LocalVcsLock thread" prio=7 tid=0x00850E20 nid=0xb2 runnable > [fb0f000..fb0fdb8] > at java.net.PlainSocketImpl.socketAccept(Native Method) > at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:343) > - locked <045A8CF8> (a java.net.PlainSocketImpl) > at java.net.ServerSocket.implAccept(ServerSocket.java:438) > at java.net.ServerSocket.accept(ServerSocket.java:409) > at com.intellij.localVcs.d.i.run(i.java:4) > at java.lang.Thread.run(Thread.java:536) > > "EditorCaretThread" prio=7 tid=0x0082C210 nid=0xdd waiting on monitor > [fa0f000..fa0fdb8] > at java.lang.Thread.sleep(Native Method) > at com.intellij.editor.d.ca.run(ca.java:25) > > "AWT-EventQueue-1" prio=7 tid=0x008016F0 nid=0xfc waiting on monitor > [f9cf000..f9cfdb8] > at java.lang.Object.wait(Native Method) > at java.lang.Object.wait(Object.java:426) > at java.awt.EventQueue.getNextEvent(EventQueue.java:329) > - locked <0362A1B8> (a com.intellij.ide.r) > at > java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja va:155) > at > java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java :144) > at > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) > at > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130) > at > java.awt.EventDispatchThread.run(EventDispatchThread.java:98) > > "Memory usage indicator" prio=7 tid=0x007F9C80 nid=0x8e waiting on > monitor [f98f000..f98fdb8] > at java.lang.Thread.sleep(Native Method) > at com.intellij.status.i.run(i.java:0) > at java.lang.Thread.run(Thread.java:536) > > "TimerQueue" daemon prio=5 tid=0x007F59E0 nid=0xfa waiting on monitor > [f94f000..f94fdb8] > at java.lang.Object.wait(Native Method) > at > javax.swing.TimerQueue.postExpiredTimers(TimerQueue.java:213) > - locked <0371B288> (a javax.swing.TimerQueue) > at javax.swing.TimerQueue.run(TimerQueue.java:229) > - locked <0371B288> (a javax.swing.TimerQueue) > at java.lang.Thread.run(Thread.java:536) > > "StoreRefreshStatusThread" prio=2 tid=0x007D2980 nid=0xe4 runnable > [f80f000..f80fdb8] > at java.io.WinNTFileSystem.canonicalize(Native Method) > at java.io.File.getCanonicalPath(File.java:513) > at com.intellij.openapi.vfs.a.a.bb.a(bb.java:99) > at com.intellij.openapi.vfs.a.a.bb.a(bb.java:53) > at com.intellij.openapi.vfs.a.a.k.run(k.java:8) > at > com.intellij.openapi.application.a.d.runReadAction(d.java:216) > at com.intellij.openapi.vfs.a.a.bb.e(bb.java:95) > at com.intellij.openapi.vfs.a.a.bb.b(bb.java:114) > at com.intellij.openapi.vfs.a.a.bc.run(bc.java:3) > > "WatchForChangesThread" prio=7 tid=0x007D2CC0 nid=0xe8 runnable > [f7cf000..f7cfdb8] > at > com.intellij.vfs.local.win32.FileWatcher.waitForChangeImpl(Native > Method) > at > com.intellij.vfs.local.win32.FileWatcher.b(FileWatcher.java:30) > at com.intellij.openapi.vfs.a.a.bd.run(bd.java:0) > > "AlarmThread" prio=7 tid=0x007B7600 nid=0xf5 waiting on monitor > [f65f000..f65fdb8] > at java.lang.Object.wait(Native Method) > - waiting on <03625B90> (a java.lang.Object) > at com.intellij.util.bz.run(bz.java:4) > - locked <03625B90> (a java.lang.Object) > > "AlarmThread" prio=7 tid=0x007B7750 nid=0xd4 waiting on monitor > [f61f000..f61fdb8] > at java.lang.Object.wait(Native Method) > - waiting on <03625BF8> (a java.lang.Object) > at java.lang.Object.wait(Object.java:426) > at com.intellij.util.bz.run(bz.java:58) > - locked <03625BF8> (a java.lang.Object) > > "AWT-Windows" daemon prio=7 tid=0x00798680 nid=0xef runnable > [f49f000..f49fdb8] > at sun.awt.windows.WToolkit.eventLoop(Native Method) > at sun.awt.windows.WToolkit.run(WToolkit.java:240) > at java.lang.Thread.run(Thread.java:536) > > "AWT-Shutdown" prio=5 tid=0x00798A70 nid=0xd2 waiting on monitor > [f45f000..f45fdb8] > at java.lang.Object.wait(Native Method) > - waiting on <0360C058> (a java.lang.Object) > at java.lang.Object.wait(Object.java:426) > at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:259) > - locked <0360C058> (a java.lang.Object) > at java.lang.Thread.run(Thread.java:536) > > "Thread-1" prio=5 tid=0x0078ECD0 nid=0x67 waiting on monitor > [0..6fb14] > > "Signal Dispatcher" daemon prio=10 tid=0x0076B040 nid=0x30 waiting on > monitor [0..0] > > "Finalizer" daemon prio=9 tid=0x007673D0 nid=0xda waiting on monitor > [eccf000..eccfdb8] > at java.lang.Object.wait(Native Method) > at > java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111) > - locked <0354EF38> (a java.lang.ref.ReferenceQueue$Lock) > at > java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) > at > java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159) > > "Reference Handler" daemon prio=10 tid=0x007660A0 nid=0x77 waiting on > monitor [ec8f000..ec8fdb8] > at java.lang.Object.wait(Native Method) > - waiting on <0354EFA0> (a java.lang.ref.Reference$Lock) > at java.lang.Object.wait(Object.java:426) > at > java.lang.ref.Reference$ReferenceHandler.run(Reference.java:113) > - locked <0354EFA0> (a java.lang.ref.Reference$Lock) > > "VM Thread" prio=5 tid=0x007652D0 nid=0x7f runnable > > "VM Periodic Task Thread" prio=10 tid=0x0076A530 nid=0xec waiting on > monitor > "Suspend Checker Thread" prio=10 tid=0x0076BAE0 nid=0xf1 runnable > > > _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
