Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Turning off -XstartOnFirstThread

The bug already exists in JDT-Debug:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=211625 (Need option to omit -XstartOnFirstThread for SWT projects on MacOS )
https://bugs.eclipse.org/bugs/show_bug.cgi?id=212605([launching] Mac OS X launcher should not hide the necessary -XstartOnFirstThread)

Kevin



Inactive hide details for Steve Northover/Ottawa/IBM@IBMCASteve Northover/Ottawa/IBM@IBMCA


          Steve Northover/Ottawa/IBM@IBMCA
          Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

          09/08/2008 12:07 PM

          Please respond to
          "Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>

To

"Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>

cc


Subject

Re: [platform-swt-dev] Turning off -XstartOnFirstThread


Yes! This has been a problem forever and driving me nuts. Please open a bug report against Platform Debug (I think this is right) and attach the code.


Scott Kovatch <skovatch@xxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

09/05/2008 04:02 PM

Please respond to
"Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
To
"Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
cc
Subject
[platform-swt-dev] Turning off -XstartOnFirstThread




Hi,

I was trying to debug my new_Shell support in the Cocoa port, but doing so means running an AWT-based application. That means I don’t want “-XstartOnFirstThread”, but because the SWT is found in the path (or, more specifically, “org.eclipse.swt” is found in an argument) the Mac OS X launch support plugin is adding it to the argument list.

I hacked together a new version of that plugin that bypasses setting that argument if “-DusingAWT=true” is found as a VM argument. If you’re interested in a copy of this plugin, let me know and I’ll send it to you.

There are bugs closely related to this already filed, but not this particular problem, which is admittedly an odd one, but I thought this might be of use to someone.

---------------
Scott Kovatch
Flex Engineering
Adobe Systems, Inc.

skovatch@xxxxxxxxx

I am Scott Kovatch, and I approved this message.
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev

GIF image

GIF image

GIF image


Back to the top