Trouble with time-dependent vtu file

I have a .vtu file that contains time-dependent data. It works fine in version 5.7 of paraview. However, from 5.8 and up, it crashes at some point. Sometimes, I can view the time-dependent data just fine, but eventually paraview crashes (version 5.8 and up).
solution_all_time.vtu (2.1 MB)

Here is the log file I get (using paraview 5.9.1).
log.txt (6.1 KB)

Do you know what the problem is?

Shawn,

Sorry to hear about the trouble with your older VTU file. I don’t have an immediate solution for you. For anyone who looks into this, here is a stack trace where ASAN reports an error:

__asan::AsanDie() (@__asan::AsanDie():3)
__sanitizer::Die() (@__sanitizer::Die():49)
__asan::ScopedInErrorReport::~ScopedInErrorReport() (@__asan::ScopedInErrorReport::~ScopedInErrorReport():103)
__asan::ReportGenericError(unsigned long, unsigned long, unsigned long, unsigned long, bool, unsigned long, unsigned int, bool) (@__asan::ReportGenericError(unsigned long, unsigned long, unsigned long, unsigned long, bool, unsigned long, unsigned int, bool):289)
__asan_report_load1 (@__asan_report_load1:15)
vtkAOSDataArrayTemplate<unsigned char>::GetTypedComponent(long long, int) const (/Users/cory.local/src/paraview-review/VTK/Common/Core/vtkAOSDataArrayTemplate.h:112)
vtkUpdateCellsV8toV9(vtkUnstructuredGrid*) (/Users/cory.local/src/paraview-review/VTK/IO/Core/vtkUpdateCellsV8toV9.h:39)
vtkXMLUnstructuredGridReader::ReadPieceData() (/Users/cory.local/src/paraview-review/VTK/IO/XML/vtkXMLUnstructuredGridReader.cxx:311)
vtkXMLDataReader::ReadPieceData(int) (/Users/cory.local/src/paraview-review/VTK/IO/XML/vtkXMLDataReader.cxx:358)
vtkXMLUnstructuredDataReader::ReadXMLData() (/Users/cory.local/src/paraview-review/VTK/IO/XML/vtkXMLUnstructuredDataReader.cxx:282)
vtkXMLReader::RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*) (/Users/cory.local/src/paraview-review/VTK/IO/XML/vtkXMLReader.cxx:696)
vtkXMLReader::ProcessRequest(vtkInformation*, vtkInformationVector**, vtkInformationVector*) (/Users/cory.local/src/paraview-review/VTK/IO/XML/vtkXMLReader.cxx:1992)
vtkFileSeriesReader::RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*) (/Users/cory.local/src/paraview-review/VTKExtensions/IOCore/vtkFileSeriesReader.cxx:735)
vtkFileSeriesReader::ProcessRequest(vtkInformation*, vtkInformationVector**, vtkInformationVector*) (/Users/cory.local/src/paraview-review/VTKExtensions/IOCore/vtkFileSeriesReader.cxx:542)
vtkExecutive::CallAlgorithm(vtkInformation*, int, vtkInformationVector**, vtkInformationVector*) (/Users/cory.local/src/paraview-review/VTK/Common/ExecutionModel/vtkExecutive.cxx:734)
vtkDemandDrivenPipeline::ExecuteData(vtkInformation*, vtkInformationVector**, vtkInformationVector*) (/Users/cory.local/src/paraview-review/VTK/Common/ExecutionModel/vtkDemandDrivenPipeline.cxx:461)
vtkCompositeDataPipeline::ExecuteData(vtkInformation*, vtkInformationVector**, vtkInformationVector*) (/Users/cory.local/src/paraview-review/VTK/Common/ExecutionModel/vtkCompositeDataPipeline.cxx:162)
vtkDemandDrivenPipeline::ProcessRequest(vtkInformation*, vtkInformationVector**, vtkInformationVector*) (/Users/cory.local/src/paraview-review/VTK/Common/ExecutionModel/vtkDemandDrivenPipeline.cxx:260)
vtkStreamingDemandDrivenPipeline::ProcessRequest(vtkInformation*, vtkInformationVector**, vtkInformationVector*) (/Users/cory.local/src/paraview-review/VTK/Common/ExecutionModel/vtkStreamingDemandDrivenPipeline.cxx:343)
vtkCompositeDataPipeline::ForwardUpstream(vtkInformation*) (/Users/cory.local/src/paraview-review/VTK/Common/ExecutionModel/vtkCompositeDataPipeline.cxx:727)

@walker_tr9 : Could you open an issue on our gitlab: https://gitlab.kitware.com/paraview/paraview/-/issues ?

Ok, I made an issue here:

https://gitlab.kitware.com/paraview/paraview/-/issues/21445

Thanks.