This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SWT on darwin


Geoff Strom wrote:
LiveConnect in Rhino now works again (gcc-3.4-20040317) on darwin.
In fact things look pretty good for darwin and 3.4.

But, Eclipse SWT still doesn't seem to want to work. It tries, but dies. This time
with a Segmentation fault instead of a Bus error. I've attached a crash
log if it helps any.

Hm, maybe Tom or others can comment if Eclipse is running with recent gcc's. Never tried.



Are there any outstanding patches for darwin?

I assume you added the things I mentionend last time?


If so, I don't know of anything which is missing.

Well, I can't follow the development since my main machine died and I can not test on 10.3.3.

Would you mind to try a gdb dump of the TabFolderTest app?

A darwin trace does not tell me that much.

#gdb TabFolderTest
gdb>r	(run the app)
gdb>bt full (after the SEGFAULT occured do a backtrace)

This may give some more insight.

Andreas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]