Log in here for project support
Updated!!
I'm using grails console to debug some code and it keeps freezing, on what I think are null pointer exceptions,.. I found that wrapping the script in a try catch brace reduces the number of crashes dramatically, but it doesn't prevent it altogether. I noticed on my laptop with the same JVM and OS that it doesn't happen. I'm starting to think that it's caused by the switch device I have my keyboard plugged into - but the ALt+F4 combination will still close the window
//more
Still have this iissue on
Linux ..... 2.6.32.10-90.fc12.i686.PAE #1 SMP Tue Mar 23 10:04:28 UTC 2010 i686 i686 i386 GNU/Linux
with
java version "1.6.0_18"
Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
Java HotSpot(TM) Server VM (build 16.0-b13, mixed mode)
...