Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,847
    • Issues 1,847
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 87
    • Merge requests 87
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaView
  • ParaViewParaView
  • Issues
  • #3842

Closed
Open
Created Oct 03, 2006 by Kitware Robot@kwrobotOwner

crash on Mac connecting to server

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


Apparently the Mac doesn't like glClearColor being called unless there is a valid current context, or it'll crash.

This happens when connecting a ParaView3 client on the Mac to a server.

The call stack is glClearColor() vtkOpenGLRenderer::Clear() vtkClientCompositeManager::StartRender() // line 424 StartRender in vtkParallelRenderManager.cxx line 1816 ... vtkRenderWindow::Render() // line 239 where it sends the StartEvent.

At the time of the crash, the vtkCarbonRenderWindow::ContextId is NULL, and aglGetCurrentContext() returns NULL, because the vtkCarbonRenderWindow had been Finalized() and moved to a different parent by pqRenderModule::setWidgetParent(). vtkRenderWindow::Start() has not yet been called, and would be called if it could continue pas the crash on to vtkRenderWindow::DoStereoRender().

Found this testing Prism with server connections for a demo. I've yet to connect it, or ParaView3, to any server at all.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking