Hi Robert, Robert Osfield schrieb: > Thanks for the efforts in tracking this down. Its a shame I haven't > seen problems under Linux, its also a shame I'm need deep in other > stuff right now so can only visit this issue briefly. nonono, it's a shame that I didn't spot the stupid mistake I made in the implementation of GrapicsWindowCarbon. After checking the other implementations again and again I did find the bug: GraphicsWindowCarbon did close the window by calling close() instead of adding a new CLOSE_WINDOW-event to the eventqueue. So, sorry for the noise :)
SingleThreaded, DrawPerContextThread and CullDrawThreadPerContext works now, CullDrawThreadPerContext crash occasionally while running, I'll send a separate mail regarding this issue. The only bug that remains is: CullThreadPerCameraDrawThreadPerContext does not start up. I'll send a modified GraphicsWindowCarbon to osg-submission. thanks for your help, Stephan _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

