Generate Quadrature Scheme Dictionary - crash

The error is:

Error: Cell type 25 found with no definition provided. Add a definition  in /home/glow/dev/paraview/pv1/src/VTK/Filters/General/vtkQuadratureSchemeDictionaryGenerator.cxx. Aborting.

The segfault:

Thread 1 "paraview" received signal SIGSEGV, Segmentation fault.
vtkAOSDataArrayTemplate<long long>::GetTypedComponent (this=0x55556360e580, tupleIdx=1, comp=0) at /home/glow/dev/paraview/pv1/src/VTK/Common/Core/vtkAOSDataArrayTemplate.h:113
113         return this->Buffer->GetBuffer()[this->NumberOfComponents * tupleIdx + comp];
(gdb) bt
#0  vtkAOSDataArrayTemplate<long long>::GetTypedComponent (this=0x55556360e580, tupleIdx=1, comp=0) at /home/glow/dev/paraview/pv1/src/VTK/Common/Core/vtkAOSDataArrayTemplate.h:113
#1  0x00007fffedc8e33a in vtkGenericDataArray<vtkAOSDataArrayTemplate<long long>, long long>::SetTuple (this=0x555564b12d50, dstTupleIdx=0, srcTupleIdx=1, source=0x55556360e580) at /home/glow/dev/paraview/pv1/src/VTK/Common/Core/vtkGenericDataArray.txx:522
#2  0x00007fffedc8b43c in vtkAOSDataArrayTemplate<long long>::SetTuple (this=0x555564b12d50, dstTupleIdx=0, srcTupleIdx=1, source=0x55556360e580) at /home/glow/dev/paraview/pv1/src/VTK/Common/Core/vtkAOSDataArrayTemplate.h:201
#3  0x00007fffedc8e43d in vtkGenericDataArray<vtkAOSDataArrayTemplate<long long>, long long>::InsertTuple (this=0x555564b12d50, i=0, j=1, source=0x55556360e580) at /home/glow/dev/paraview/pv1/src/VTK/Common/Core/vtkGenericDataArray.txx:679
#4  0x00007fffedc8b698 in vtkAOSDataArrayTemplate<long long>::InsertTuple (this=0x555564b12d50, dstTupleIdx=0, srcTupleIdx=1, source=0x55556360e580) at /home/glow/dev/paraview/pv1/src/VTK/Common/Core/vtkAOSDataArrayTemplate.h:209
#5  0x00007fffef4afa58 in vtkDataSetAttributes::CopyTuple (this=0x555564b093f0, fromData=0x55556360e580, toData=0x555564b12d50, fromId=1, toId=0) at /home/glow/dev/paraview/pv1/src/VTK/Common/DataModel/vtkDataSetAttributes.cxx:1172
#6  0x00007fffef4ae7c8 in vtkDataSetAttributes::CopyData (this=0x555564b093f0, fromPd=0x555564b0c1b0, fromId=1, toId=0) at /home/glow/dev/paraview/pv1/src/VTK/Common/DataModel/vtkDataSetAttributes.cxx:924
#7  0x00007fffdf0aafd4 in vtkUnstructuredGridGeometryFilter::RequestData (this=0x555563c10470, inputVector=0x555564b206f0, outputVector=0x555564b20610) at /home/glow/dev/paraview/pv1/src/VTK/Filters/Geometry/vtkUnstructuredGridGeometryFilter.cxx:1270
#8  0x00007ffff040876e in vtkUnstructuredGridBaseAlgorithm::ProcessRequest (this=0x555563c10470, request=0x555564b1b000, inputVector=0x555564b206f0, outputVector=0x555564b20610) at /home/glow/dev/paraview/pv1/src/VTK/Common/ExecutionModel/vtkUnstructuredGridBaseAlgorithm.cxx:69
#9  0x00007ffff028be4b in vtkExecutive::CallAlgorithm (this=0x555564a8c300, request=0x555564b1b000, direction=1, inInfo=0x555564b206f0, outInfo=0x555564b20610) at /home/glow/dev/paraview/pv1/src/VTK/Common/ExecutionModel/vtkExecutive.cxx:735
#10 0x00007ffff02821d8 in vtkDemandDrivenPipeline::ExecuteData (this=0x555564a8c300, request=0x555564b1b000, inInfo=0x555564b206f0, outInfo=0x555564b20610) at /home/glow/dev/paraview/pv1/src/VTK/Common/ExecutionModel/vtkDemandDrivenPipeline.cxx:462
#11 0x00007ffff0275411 in vtkCompositeDataPipeline::ExecuteData (this=0x555564a8c300, request=0x555564b1b000, inInfoVec=0x555564b206f0, outInfoVec=0x555564b20610) at /home/glow/dev/paraview/pv1/src/VTK/Common/ExecutionModel/vtkCompositeDataPipeline.cxx:163
#12 0x00007ffff0281785 in vtkDemandDrivenPipeline::ProcessRequest (this=0x555564a8c300, request=0x555564b1b000, inInfoVec=0x555564b206f0, outInfoVec=0x555564b20610) at /home/glow/dev/paraview/pv1/src/VTK/Common/ExecutionModel/vtkDemandDrivenPipeline.cxx:261
#13 0x00007ffff03d8032 in vtkStreamingDemandDrivenPipeline::ProcessRequest (this=0x555564a8c300, request=0x555564b1b000, inInfoVec=0x555564b206f0, outInfoVec=0x555564b20610) at /home/glow/dev/paraview/pv1/src/VTK/Common/ExecutionModel/vtkStreamingDemandDrivenPipeline.cxx:344
#14 0x00007ffff0281fbd in vtkDemandDrivenPipeline::UpdateData (this=0x555564a8c300, outputPort=0) at /home/glow/dev/paraview/pv1/src/VTK/Common/ExecutionModel/vtkDemandDrivenPipeline.cxx:419

This filter does not support Quadratic Hexahedron, but it shouldn’t segfault either. Please open an issue: https://gitlab.kitware.com/paraview/paraview/-/issues

A possible workaround is to Tetrahadrlize your dataset, but I’m not sure that is what you want.

FYI @jfausty