RunParticles icon indicating copy to clipboard operation
RunParticles copied to clipboard

Random Crashing when loading larger data sets

Open brianjpugh opened this issue 7 years ago • 4 comments

v1.01 Windows 10 on multiple machines.

I'm not sure if this is related to the overall size of the data set, but when I try to import all my Strava activity the app will crash with an unhandled exception. I tried to split my data loads into smaller chunks, and save after each successful add. It will crash at some point. I tried to take note of which file it was via what the status bar was saying, but wasn't consistent.

I have VS Community installed and tried to hook in the debugger but all it told me that it may have been something in Qt.

If there is anything else I can provide, please let me know.

brianjpugh avatar Nov 28 '17 21:11 brianjpugh

What format are the files? How many total activities/files? I have ~3K but I'm not sure if you'll experience issues with more. I have a new version I've been meaning to get out for more than a year now that completely reworks the storage of track data.

dal avatar Nov 30 '17 07:11 dal

Strava GPX Several thousand files. There wasn't just 1 file that died though. I would break the dataset up into years, months, etc and import it in chunks. I couldn't find 1 file that it would reliably die on that I could tell.

brianjpugh avatar Dec 14 '17 14:12 brianjpugh

Amazing program. Can confirm that it crashes while loading 6k files.

jonnyblue8 avatar Jun 28 '18 08:06 jonnyblue8

I have around 200 GPX files, each around 30kb. Crashes out on Win10. Loading in smaller batches can work.

simongis avatar Nov 30 '19 02:11 simongis