Skip to content
GitLab
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,961
    • Issues 1,961
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 97
    • Merge requests 97
  • 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
  • ParaViewParaView
  • ParaViewParaView
  • Issues
  • #20862
Closed
Open
Issue created Aug 02, 2021 by Nabil G.@nitawa

Open ParaView File Fatal error if paraview launched with –multi-servers option

Dear experts, running paraview with –multi-servers option generates a fatal error if user opens a file, after disconnecting from a server.

The issue can be reproduced as follows:

  • in a terminal, start pvserver

  • in a second terminal, type: paraview --multi-servers

  • in the main menu bar, click on connect and connect to server

  • in the pipeline, select the server and click on disconnect

  • in the main menu bar, select File - Open

    ==> Paraview crash.

Digging this out, it seems that in method pqLoadDataReaction::loadData(), pqServer server = pqActiveObjects::instance().activeServer();* returns NULL which leads to the crash.

Replacing :

pqServer* server = pqActiveObjects::instance().activeServer()

with :

pqServer* server = pqApplicationCore::instance()->getActiveServer()

seems to fix the issue which can be reproduced with Paraview 5.9 Thanks.

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