Summary: | CGSUpdateManager warning during createContext on OS X 10.11.6 | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | Peter.C.Mehlitz |
Component: | macosx | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | gouessej, jg |
Priority: | P4 | ||
Version: | 2.4.0 | ||
Hardware: | All | ||
OS: | macosx | ||
Type: | DEFECT | SCM Refs: | |
Workaround: | --- | ||
Attachments: | CGSUpdateManager warning backtrace |
Description
Peter.C.Mehlitz
2017-01-06 20:37:25 CET
Please provide a SSCCE without external dependencies. We're currently planning a maintenance release (2.3.3). Please consider providing a SSCCE: http://sscce.org We cannot include a test case with third party dependencies mainly because there is a risk that a part of the root cause is within them and not in JogAmp and because we cannot add such test into our own non regression unit tests. Moreover, writing a SSCCE helps to isolate the root cause of the bug by simplifying the source code involved to reproduce it. I admit that it's almost obvious that the problem lies within JOGL itself but a SSCCE would still be helpful. will try but given the size and complexity of the JOGL client (NASA WorldWind geospatial viewer) this will take a while. Please note the problem does not occur on other platforms, including other OS X versions. Maybe you can run the tests provided with JOGL. If one of them allows you to reproduce this bug, you'll only have to mention it here instead of spending a lot of time in writing a SSCCE. the tests for the current jogl from https://github.com/sgothel/jogl.git all pass, but the reported effect only shows warnings on the screen, it doesn't crash and hence might go un-noticed. I didn't see respective warnings while running the tests though. Is there any specific test you want me to try? I need to analyse a bit more the warnings. I have the feeling of shooting in the dark, I don't know yet how to reproduce this bug. I'll investigate tomorrow. Hi Peter and Julien, I see this same warning printout (the CGSUpdateManager::log() message, with same stack order as listed in your attached log) on OS X 10.11.6 and JOGL 2.3.2 just by running the JOGL demos. The warning happens every time, and is always printed 10 seconds after launch. The software seems to continue running just fine despite the warning. e.g., I see it when executing: java demos.vertexBufferObject.VertexBufferObject java demos.gears.Gears I tried both Java 8 and 9 and got the same results. All OSX issues will be validated for version 2.4.0 As of today, our latest OSX tests were all successful w/o such warnings. We only have the latest 10.14.* installed and cannot test on older machines. I close this bug now, may somebody re-open it if recurring, AFAIK Peter is also not having access to this machine anymore. |