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

Kevin,

211625 looks like the closest bug for my purposes, but I think the whole
SoyLatte thing would be better addressed by allowing 'standard Java VM'
support on OS X.

But, I can attach the changes to 211625 to get someone thinking about it.

Scott 

On 9/8/08 9:34 AM, "Kevin Barnes" <krbarnes@xxxxxxxxxx> wrote:

> 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
> 
> 
> 
> Steve 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 <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
>> 
> 
> 
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top