Bug 521832 - MAC 10.12 - Segmentation Fault while using the keys UP/DOWN/LEFT/RIGHT in File FileDialog
Summary: MAC 10.12 - Segmentation Fault while using the keys UP/DOWN/LEFT/RIGHT in Fil...
Status: CLOSED NOT_ECLIPSE
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.8   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: 4.8   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2017-09-04 10:01 EDT by Pavel Sakun CLA
Modified: 2017-11-16 02:05 EST (History)
2 users (show)

See Also:


Attachments
file view mode with Medium icons (214.45 KB, image/png)
2017-09-04 10:01 EDT, Pavel Sakun CLA
no flags Details
dump (259.21 KB, text/html)
2017-09-04 10:03 EDT, Pavel Sakun CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Sakun CLA 2017-09-04 10:01:07 EDT
Created attachment 270067 [details]
file view mode with Medium icons

Using following code snippet:  
 FileDialog dialog = new FileDialog( shell, SWT.OPEN );
    dialog.open();
causes an app crash on MAC OS 10.12.

Steps: 
- open dialog 
- use file view mode with Medium icons
- choose directory with at list two columns of icons and 10+ items in each
- use arrows keys to navigate to bottom and top
Comment 1 Pavel Sakun CLA 2017-09-04 10:03:18 EDT
Created attachment 270068 [details]
dump
Comment 2 Lakshmi P Shanmugam CLA 2017-09-06 06:56:28 EDT
I'm able to reproduce the problem. Will investigate post 4.8M2.
Comment 3 Lakshmi P Shanmugam CLA 2017-09-29 05:44:02 EDT
This seems to be bug in macOS 10.12. I'll try it on 10.13 and see if the problem happens there too.
Comment 4 Lakshmi P Shanmugam CLA 2017-09-29 05:56:44 EDT
(In reply to Lakshmi Shanmugam from comment #3)
> This seems to be bug in macOS 10.12. I'll try it on 10.13 and see if the
> problem happens there too.

Tried on 10.13 and was not able to reproduce the problem. This is more likely a macOS 10.12 bug that has been fixed 10.13.
Comment 5 Lakshmi P Shanmugam CLA 2017-10-16 06:27:44 EDT
Pavel,
Can you please try on macOS 10.13 and see if you are still able to reproduce the problem?
Comment 6 Pavel Sakun CLA 2017-10-17 05:19:26 EDT
Hi Lakshmi. We do not have 10.13 env at the moment. Will post here once we have one and validate whether this helped or not. Thank you.
Comment 7 Pavel Sakun CLA 2017-10-18 08:58:36 EDT
Issue is not reproducible for us with 10.13 as well.
Comment 8 Lakshmi P Shanmugam CLA 2017-11-16 02:05:33 EST
Looks like an Apple issue on macOS 10.12 that has been fixed in 10.13. Closing a NOT_ECLIPSE.