palanteer icon indicating copy to clipboard operation
palanteer copied to clipboard

unexpected app shutdown

Open italiks opened this issue 2 years ago • 2 comments

I have a big profiling data file > 1gb. After loading application hangs and closes. Reproducibility 100%

[https://transfer.pcloud.com/download.html?code=5ZELnbVZ6rcgA5EfxkFZLzoUZkVrHCBRnHrLtwaNHIHgEQm8jksKy](profile data)

italiks avatar Sep 06 '22 12:09 italiks

Thanks for your file, I downloaded it and saw some message about corruption after importing, but no hangs nor crash. Which OS do you use? Windows or Linux (I tested on Linux)? Which version of the palanteer executable did you use? Built by you from the top of tree of the sources, or you used the already built one from Windows release 0.6, or latest built?

Anyway, the pltraw is enough to analyse the issue, I will look at it ASAP.

dfeneyrou avatar Sep 06 '22 22:09 dfeneyrou

built from the latest sources from the main branch on Windows 10. For build used msvc 2022. If you need any further information please let me know.

Tried to load in debug build to get crash dump or some other information (assert), but got the same unexpected quit. If needed can show a video

italiks avatar Sep 07 '22 07:09 italiks

I have done several fixes thanks to your file:

  • when the maximum thread quantity was reached, the GUI was not properly handling it and could lead to a crash
  • the O(N^2) configuration loading was unsuitable with big number of drawable item path (more than 1 million), leading to very slow (more like a kind of hanging) when trying to live display or loading.

dfeneyrou avatar Oct 03 '22 13:10 dfeneyrou

@dfeneyrou great, thanks!

italiks avatar Oct 03 '22 13:10 italiks