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,846
    • Issues 1,846
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 93
    • Merge requests 93
  • 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
  • #20678

Closed
Open
Created Apr 28, 2021 by Mathieu Westphal@mwestphalMaintainer

Paraview fails to open any exodus file with an updated qt5 (kde patches, ArchLinux)

On an updated ArchLinux, the qt5-base package is installed. The last version of this package: qt5-base-5.15.2+kde+r180 makes paraview segfault when opening any exodus file.

Downgrading to qt5-base-5.15.2-5 fixes the issue.

Backtrace:

Thread 1 "paraview" received signal SIGSEGV, Segmentation fault.
pqProxySILModel::rowCount (this=0x55555f3c74f0, theParent=...) at Qt/Components/pqComponents_autogen/EWIEGA46WW/../../../../../src/Qt/Components/pqProxySILModel.h:70
70          return this->sourceModel()->rowCount(this->mapToSource(theParent));

Indeed, the setSourceModel() is never called which results in an nullptr sourceModel.

FYI @ben.boeckel

Edited Apr 28, 2021 by Mathieu Westphal
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking