Reputation: 8214
I develop using Java 5 and 6 on Intellij IDEA 7 and 9M1. From time to time (during run/compile) my Mac (10.5.7) will die with a Bluescreen of death.
Has anybody else had this issue and somehow managed to solve it? If so, how? Any suggestions other than running the IDE in a VM?
Upvotes: 1
Views: 617
Reputation: 402375
It could be specific to your hardware and/or software environment. I'd suggest performing a hardware test (faulty memory is the most likely cause). Java is a stress to the system, I've seen such situations before (other applications work fine, but Java is causing system crashes, in most cases such problems were related to memory, replacing the modules fixed them). For testing the memory you can use the Memtest OS X.
Another thing to try is Java for Mac OS X 10.5 Update 5 Developer Preview which is available via Apple Developer Connection.
Upvotes: 0
Reputation: 10927
I've heard people complaining about the latest MacOS Java updates in combination with IDEA. Maybe check out this thread
Upvotes: 1
Reputation: 22478
Have you had a look at the system console (/Applications/Utilities/Console)? Java or the OS may have recorded some dying gasp there before the BSOD happened.
Upvotes: 0
Reputation: 328760
I suggest to file a bug against Apple's Java VM. This really should not happen.
Upvotes: 1