Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
ParaView
ParaView
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 2,003
    • Issues 2,003
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 57
    • Merge Requests 57
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • ParaView
  • ParaViewParaView
  • Issues
  • #17033

Closed
Open
Opened Nov 21, 2016 by Mathieu Westphal@mwestphal
  • Report abuse
  • New issue
Report abuse New issue

ProxyListDomain containing DummyInput in InputProperty named "Input" cause segfault

If one defines a simple xml with a Source containing a InputProperty named Input defined by a ProxyListDomain pointing to a Source using a DummyInput with link, it causes a segfault. This can be avoided by renamming the InputProperty to anything but "Input"

The segfault is caused by a recursive call to Producer->PostUpdate

For some reason the ProxyListDomain mixup input and outputs, resulting to this. (breakpoint in vtkSMProxyListDomain.cxx:93)

How to reproduce :

  • Open ParaView
  • Load test.xml as a plugin
  • Create a "Test" source
  • Apply

(seed_sources was named extended_source before 5.2, in case you test with earlier paraview version)

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: paraview/paraview#17033