Hello Christoph,

On 06/21/2013 09:45 AM, "Christoph Fünfzig" wrote:
> sorry, I try to be more explicit with a graph, please see attachment. In
> case it does not get through, I will send it by direct email.
> There is a thread ":OSGThread_2" with getChangeList()==NULL.
> I assume ":OSGAppThread" and "OSGThread_2" are created by OpenSG.
> ":udp" is created by OpenSG, but not doing anything with OpenSG.

thread names of the form "OSGThread_X" are generated for otherwise 
unnamed thread objects. It could be the thread used by the parallel 
drawing mode (Window::_sfDrawMode).
My guess would be that the ChangeList is created lazily and if you are 
not using parallel draw mode that just has not happened yet.
The draw thread should be explicitly named though... ;)

        Cheers,
                Carsten

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to