Bug 690 - OSX (Offscreen CALayer): Occasional Freeze on CVDisplayLinkStop on MainThread
Summary: OSX (Offscreen CALayer): Occasional Freeze on CVDisplayLinkStop on MainThread
Status: RESOLVED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: macosx (show other bugs)
Version: 2
Hardware: All macosx
: P1 critical
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2013-02-14 03:52 CET by Sven Gothel
Modified: 2013-02-14 15:14 CET (History)
0 users

See Also:
Type: ---
SCM Refs:
f6e6fab2a7ddfb5c9b614cb072c27ff697629161
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.