I have found a crash report being generated at ~/Library/Logs/CrashReporter/idea.crash.log. The log is very long so I won't post the whole thing here. If there is anything specific I should look for in the log, please let me know.
Maybe I have found the solution. If I startup the Java Preferences app and drag "J2SE 5.0" to the top of the list of preferred J2SE versions, then Selena starts up. With "J2SE 1.6.0" at the top the application will not come up.
I can confirm that 7020 does not run in JDK 1.6 for Mac out of the box. However if you must use 1.6 you may edit the info.plist file and remove -agentlib:yjpagent from the VMOptions.
How is the IDEA's performance when run under JDK 1.6? I thought, the build (b88) from Apple is old (September 2006) and full of bugs (i.e. closing the last editor tab causes an array out of bound exception).
To be honest I don't regularly run Selena on 1.6 beta because I wouldn't know which beta to blame if i encounter a problem. But I did just try it on 1.6 and did not experience any problems with closing the last editor tab.
Hello Jeff,
Any exceptions in idea.log?
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I have the same issue and I suspect it's because my ${user.home}/.IntelliJIdea70 is gone!
disregard...it works for me
I do not know where to find the idea.log file.
I am not sure if this is relevant or not but I do not have a ${user.home}/.IntelliJIdea70 directory.
Thanks for your help.
jb
On 2007-06-16 23:27:07 +0400, Jeff Brown <brown_j@ociweb.com> said:
IDEA follows MacOS X convention for logs and caches so logs can be
found at ~/Library/Caches/IntelliJIDEA70/log
I have no ~/Library/Caches/IntelliJIDEA70 directory.
jb
I have found a crash report being generated at ~/Library/Logs/CrashReporter/idea.crash.log. The log is very long so I won't post the whole thing here. If there is anything specific I should look for in the log, please let me know.
The top of the file looks like this...
**********
Host Name: jeff-browns-computer
Date/Time: 2007-06-16 14:27:04.865 -0500
OS Version: 10.4.9 (Build 8P2137)
Report Version: 4
Command: idea
Path: /Applications/Selena-7020.app/Contents/MacOS/idea
Parent: WindowServer
Version: Selena (7020)
PID: 528
Thread: 2
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000
Thread 0:
0 libSystem.B.dylib 0x9000a077 mach_msg_trap + 7
1 com.apple.CoreFoundation 0x902a62b3 CFRunLoopRunSpecific + 2014
2 com.apple.CoreFoundation 0x902a5ace CFRunLoopRunInMode + 61
3 ...ple.JavaApplicationLauncher 0x90a557cd startupJava(int, int, char const* const, __CFDictionary const, BuilderVersion, char const, char const*) + 373
4 ...ple.JavaApplicationLauncher 0x90a53ced launchJavaApplication + 1013
5 idea 0x0000277b 0x1000 + 6011
6 idea 0x00002282 0x1000 + 4738
7 idea 0x00002189 0x1000 + 4489
Maybe I have found the solution. If I startup the Java Preferences app and drag "J2SE 5.0" to the top of the list of preferred J2SE versions, then Selena starts up. With "J2SE 1.6.0" at the top the application will not come up.
I can confirm that 7020 does not run in JDK 1.6 for Mac out of the box.
However if you must use 1.6 you may edit the info.plist file and remove
-agentlib:yjpagent from the VMOptions.
How is the IDEA's performance when run under JDK 1.6? I thought, the build (b88) from Apple is old (September 2006) and full of bugs (i.e. closing the last editor tab causes an array out of bound exception).
Thanks,
Peter
To be honest I don't regularly run Selena on 1.6 beta because I wouldn't know which beta to blame if i encounter a problem.
But I did just try it on 1.6 and did not experience any problems with closing the last editor tab.