time4tea / gopro-dashboard-overlay

Programs to process GoPro MP4 & Generic GPX/FIT files and create video dashboards & maps
GNU General Public License v3.0
383 stars 52 forks source link

"Killed" at 90% #219

Open dyk74 opened 1 month ago

dyk74 commented 1 month ago

Hello, as I wrote you by email (I send you the gpx too) I have some strange issue: the software starts well but after 1h30min (more or less) and at 90% it will stop with the information "Killed". I don't have any other information from the software. The disk is enough big (2 TB) and at 90% the file is 55GB. Thank you regards

time4tea commented 1 month ago

Hi there,

Thanks for raising an issue. "Killed" is usually printed when a process is killed with SIGKILL, which can be the case when the operating system decides that a process is using too much memory. This is usually because of a bug in the program. You sent me your gpx file, thanks. Please could you add here in a comment the command line and any profile file that you use when the problem happens. Cheers

dyk74 commented 1 month ago

here the command line: gopro-dashboard.py --generate overlay --overlay-size 1920x1080 --cache-dir /media/external/cache --profile overlay --gpx /media/external/file.gpx --use-gpx-only --layout-xml /media/external/layout.xml --units-speed kpm --units-distance km /media/external/test.mov hoping no typo error on the command line (I copied it and not copy/paste). Thank you

dyk74 commented 1 month ago

I sent the layout via mail.

Thank you