[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [platform-swt-dev] SWT_AWT on Mac, first impressions
|
- From: Christopher Deckers <chrriis@xxxxxxxxx>
- Date: Mon, 5 Oct 2009 13:31:55 +0200
- Delivered-to: platform-swt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=Ky9lmvJqnBPDuThlRXWp+B0NkE1NdTz6yq+w75vmF+w=; b=TErbRCUtVaQVgqpvbDT1Nzs5rmrU6o0eJS7pAlKnOPCspIo0FA4lPaVDH2Ro0LhwX7 DIQ1VyeZkt0eQSHFfqgsUhceJL/aSj/wpY9aFcOcX2zmM3SUvdK06oQE2o2r6vuODLep fC7OH0I5SW60b2nlfSVSEr5ML1N6ZFzaVeQok=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=dTwIZarUwU8rLe/oNAlXzeqZXvrr4NaXK7t7m6p00xan5HDL1wm4L0wjrgSI6aGZIz Gv9hP57OKSCNZ4fDWIAEjiEkl53lsEV0FJchiU9Tt4vFQreLFCdjtmn3Avk8d4P/lX1H CT4qlszTfMbS7Eiye+LokxoCE8zSFiY0odzYc=
Hi Scott,
> I will have to talk to the AWT guys at Apple about this. The AWT
> occasionally runs in a special mode to guard against deadlocks, and normally
> the host application shouldn't need to worry about it. (The SWT is
> considered a 'host application' in this case), but SWT/AWT interaction may
> be triggering something new that would require us to make a change.
After spending several hours on the issue, we identified a test case
that crashes. I opened the bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=291326
Unrelated to the above issue, but still about Mac Cocoa SWT_AWT, I
filed a bug which is probably related to not having an owner window:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=291328
Let me know if you need more information.
-Christopher