Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
ParaView
ParaView
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,758
    • Issues 1,758
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 67
    • Merge Requests 67
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaView
  • ParaViewParaView
  • Issues
  • #17155

Closed
Open
Opened Feb 07, 2017 by Utkarsh Ayachit@utkarsh.ayachit⛰Owner

If server dies during filter execution, the "Save State" prompt is not useable.

Try this:

  1. Connect ParaView to pvserver (single rank is fine)
  2. Create Programmable Source with the following script:
import sys
sys.exit(1)
  1. Apply

We're simulating a server crash here. On Apply, the server will exit and you should get the following prompt image

However the dialog is not usable! One cannot click on any of the buttons!

Now try this:

  1. Connect to pvserver (1 rank).
  2. Just Ctrl-C to kill the pvserver processes.

This time the same dialog pops up, but is usable. I can click on it to save state etc.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
5.3
Milestone
5.3 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: paraview/paraview#17155