Crash with plot over line tool

Hello,

I’m trying to export to CSV the data from a Plot Over Line. The export starts, but it consistently stops at time step 806, causing ParaView to crash. Attached you can find the csv I’m able to export so far.

The simulation contains 2,191 time steps. From the overall results, there doesn’t seem to be any issue when advancing from step 805 to 807:

Step 805

Step 806

Step 807

These are the settings I’m using for saving:

I just can’t understand what this could depend on. I cannot load the original file I am analyzing in Paraview because it is too large.

Can anyone help me?

please share your data.

Thank you Mathieu!

I’m not able to share the entire dataset because it’s about 45 GB. However, here you can find the files for steps 750 to 900:

The filenames follow this pattern:

Thermal_3Y_composite_ddr0p0_dar0p0_dm0p0_Run_2_femdem.r2m_basic_648000.vtu

You can determine the corresponding step by dividing the final numeric suffix by 720.
For example, …_648000.vtu → 648000 / 720 = 900.

In the shared folder, you can also find the coordinates of the plot lines I used.

Thank you so much,

I’m unable to reprduce a crash so far.

Steps to (not) repro:

  • run ParaView (6.0.0 binary on linux)
  • open Thermal_3Y_composite_ddr0p0_dar0p0_dm0p0_Run_2_femdem.r2m_basic_540000.vtu*, Apply
  • PlotOverLine, Apply
  • File → SaveData → test.csv → Check WriteTimeStep, Uncheck AddMetaData, Check AddTimeStep
  • Ok
  • No crash

Thank you Mathieu for your support.

The steps you suggested me are the same I used so far and I shared with you above.

If I process only a single file Paraview does not crash and I’m able to save a csv file containing only the data related to that step. If I import as a single group all the files together (even those I already shared with you), and I try to save the data along a plot line referred to all the steps, Paraview crashes.

Does it appen also to you if you process the files I shared with you all together?

I’m also uploading all data at the same GDrive link in a second folder.

Thank you

No, I do not reproduce using the 6.0.0 binary on linux.