Random Crashing when loading larger data sets
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.
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.
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.
Amazing program. Can confirm that it crashes while loading 6k files.
I have around 200 GPX files, each around 30kb. Crashes out on Win10. Loading in smaller batches can work.