Bug 690

Summary: OSX (Offscreen CALayer): Occasional Freeze on CVDisplayLinkStop on MainThread
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: macosxAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: critical    
Priority: P1    
Version: 2   
Hardware: All   
OS: macosx   
Type: --- SCM Refs:
f6e6fab2a7ddfb5c9b614cb072c27ff697629161
Workaround: ---

Description Sven Gothel 2013-02-14 03:52:44 CET
In CGL.releaseNSOpenGLLayer(..) we issue
[NSOpenGLLayer release] on the main-thread .. and call CVDisplayLinkStop.

The latter freezes the application sometimes.