Community
Participate
Working Groups
SWT tries to load the DefaultApp.nib from the JavaVMFramework. When the file is not available, it tries to create the main menu and fails. As per Scott, the code just a safe guard against Apple moving those files, and not normally run.
Can you attach a crash log? I'm not seeing this on 10.6 with HEAD.
There is no stack trace. It fails at Display:916 (where the title is initialized) and prints "Invalid memory access of location 0x8 rip=0x7fff823d0377" on the console Am on 10.5, probably that might make the difference
(In reply to comment #2) > There is no stack trace. It fails at Display:916 (where the title is > initialized) and prints "Invalid memory access of location 0x8 > rip=0x7fff823d0377" on the console I meant a native crash log. Open up Console.app and look for a crash log in ~/Library/Logs/CrashReporter. But, when I see that location, that makes me think you passed null to something that couldn't handle it. Did SWT.getMessage() fail? getApplicationName() will return SWT if none of the other cases hold. > Am on 10.5, probably that might make the difference Possibly. I am on 10.6, but that's a pretty straightforward line of code.
Bug triaged, visit https://wiki.eclipse.org/SWT/Devel/Triage for more information.
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.
Closing, no response in a long time.