[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: Thu, 1 Oct 2009 23:11:22 +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 :content-transfer-encoding; bh=zqAhfNhA1GRTyRGBZe0Ps8CO0kfvtCYLjiHZzLGjCGU=; b=Z6awQnhp5Un+eSIkANPOH37+67KpM7Wfwd5h12r2DKP2vmEKuOoFGJ/TQWypXJ3fqG dXHV944znaIQuBI1KAyHeIIi3N8tBDcTvaPWINf61HFiH+jVkfpuDbAjjokW66JTOKLa kkmH2FhnzKDrqodvwAo7c9rR+YVNp9mvYRUh0=
- 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:content-transfer-encoding; b=a8Tn/C0rqcmG1JqD78VbLO9jzOwH3fKdLL98x2sk1JLAc0tpka7p17Dum/ylUox26H WHQYpDU7k8cOQBisAtgGeUajX750OhHnlAmcVP5CEeRUS7HH/ASeaAE5HeWQVs4TjBac DchJHEchovezkYZ2aHuMOZKgHpwZKVX2fQzWg=
> "Thread-0" daemon prio=5 tid=0x0000000101848000 nid=0x7fff7062c700
> runnable [0x00007fff5fbfa000]
> java.lang.Thread.State: RUNNABLE
> at apple.awt.CToolkit.doAWTRunLoop(Native Method)
> at apple.awt.CToolkit.invokeAndWait(CToolkit.java:1112)
> at apple.awt.CToolkit.invokeAndWait(CToolkit.java:1093)
> at apple.awt.ComponentModel.handlePaint(ComponentModel.java:323)
> at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
> at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:4349)
> at org.eclipse.swt.widgets.Display.applicationProc(Display.java:4426)
> at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
> at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:101)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3159)
There is also this one that seems to be waiting forevent when our AWT
thread is syncExec:
"Thread-0" daemon prio=5 tid=0x0000000101848000 nid=0x7fff7062c700
runnable [0x00007fff5fbfd000]
java.lang.Thread.State: RUNNABLE
at org.eclipse.swt.internal.cocoa.OS.objc_msgSend_bool(Native Method)
at org.eclipse.swt.internal.cocoa.NSRunLoop.runMode(NSRunLoop.java:42)
at org.eclipse.swt.widgets.Display.sleep(Display.java:3967)
This one does not have clear AWT indication, but could it be related?
What do you think?
-Christopher