Bug 510855 - [Cocoa] [PI][Touchbar] Application unexpectedly quits on the new Mac Book with Touch Bar
Summary: [Cocoa] [PI][Touchbar] Application unexpectedly quits on the new Mac Book wit...
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.5   Edit
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted, needinfo
Depends on:
Blocks:
 
Reported: 2017-01-23 06:27 EST by Sandeep T D S CLA
Modified: 2018-12-21 01:07 EST (History)
3 users (show)

See Also:


Attachments
Java Application Fail Error Log (2.69 KB, application/octet-stream)
2017-01-23 06:27 EST, Sandeep T D S CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sandeep T D S CLA 2017-01-23 06:27:12 EST
Created attachment 266405 [details]
Java Application Fail Error Log

OS Version: 10.12.2
SWT Version: 4.5

The issue I face is: 

When I run my app bundle (.app), 

Expectation: To see an SWT dialog. 

Observed: My application never launches. 

On going through the logs, I comprehend that the application is failing as soon as we attempt to render the SWT component. 

I have attached the logs. 

Note:

1. I have bundled my jar into a Cocoa application for the Mac OS Flavour.
2. If i try to run my Java code from eclipse, I do not encounter this issue. 
3. I am using a Mac Book Pro (mid 2015) without a touch bar and am simulating the touch bar behavior with https://red-sweater.com/touche/ 
4. The issue is reproducible on the new Mac Book Pro (with touchbar)
Comment 1 Sandeep T D S CLA 2017-01-23 06:28:24 EST
We have reviewed the bug raised here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=509030

Although the problem encountered seems similar, the environment seems to be differing.
Comment 2 Lakshmi P Shanmugam CLA 2017-07-03 00:58:17 EDT
Is this still a problem with macOS 10.12.5?
If yes, can you provide a snippet/simple application to reproduce the problem?
Comment 3 Lakshmi P Shanmugam CLA 2017-08-24 02:56:23 EDT
ping! 
Is this still reproducible with macOS 10.12.6?
Comment 4 Sandeep T D S CLA 2017-08-24 04:38:56 EDT
Yes, The issue is persistent on macOS 10.12.5 & 10.12.6.
Comment 5 Sandeep T D S CLA 2017-08-24 04:39:26 EDT
Yes, The issue is persistent on macOS 10.12.5 & 10.12.6.
Comment 6 Lakshmi P Shanmugam CLA 2018-10-29 11:53:45 EDT
Is the problem reproducible with 10.13 or 10.14? If yes, please provide a snippet to reproduce the problem.
Comment 7 Lakshmi P Shanmugam CLA 2018-11-23 03:57:28 EST
(In reply to Lakshmi Shanmugam from comment #6)
> Is the problem reproducible with 10.13 or 10.14? If yes, please provide a
> snippet to reproduce the problem.

ping
Comment 8 Ivan O CLA 2018-11-30 20:32:02 EST
I think this will be a good start. Since this guy managed to get the Touchbar work for SWT. I had tested his library. 

https://github.com/Thizzer/JTouchBar
Comment 9 Lakshmi P Shanmugam CLA 2018-12-21 01:07:33 EST
Closing as there was no response. Please reopen if problem happens with Eclipse 4.10 and attach a test case/sampleApp.