Bug 298496 - [Snippet195.java] or any OpenGL apps won't quit under Mac OS X.
Summary: [Snippet195.java] or any OpenGL apps won't quit under Mac OS X.
Status: RESOLVED DUPLICATE of bug 277485
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.0   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-23 23:21 EST by multihyp CLA
Modified: 2010-01-04 15:32 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description multihyp CLA 2009-12-23 23:21:53 EST
Build Identifier: 3.5.1 stable release

Since mac os x has a -XstartOnFirstThread, the way it should dispose openGL apps should be different than in Windows or Linux. Because that extra Thread on the mac os x is never disposed properly in openGL (LWJGL) apps, it keeps running even after the shell is disposed. Please fix this as soon as possible!
Cheers :)

Reproducible: Always

Steps to Reproduce:
1. get Snippet195.java from -> http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet195.java
2. run it inside a project that has swt.jar and lwjgl.jar libraries already incorporated (lwjgl needs extra native binary imports as well).
3. if you are on the mac you will see the problem!
Comment 1 Kevin Barnes CLA 2010-01-04 15:32:55 EST
duplicate.

*** This bug has been marked as a duplicate of bug 277485 ***