After installing from V03 current, markad seems to be segfaulting. Here's a snippet of the log:
Code
Wed Dec 15 17:00:19 [1241] DEBUG: cExtractLogo::SearchLogo(): aspect ratio set to 16:9
Wed Dec 15 17:00:19 [1241] DEBUG: cExtractLogo::SearchLogo(): recording is aktive, read frame (3030), now save dummy start mark at pre timer position 120s
Wed Dec 15 17:00:19 [1241] DEBUG: cMarks::Save(): save marks, isRunningRecording=1 force=1
Wed Dec 15 17:00:19 [1241] ERROR: segmentation fault
Wed Dec 15 17:00:19 [1241] ERROR: [bt] Execution path:
Wed Dec 15 17:00:19 [1241] ERROR: [bt] /usr/bin/markad(+0xc4d8) [0x561a47f3d4d8]
Wed Dec 15 17:00:19 [1241] ERROR: [bt] /lib/x86_64-linux-gnu/libc.so.6(+0x46210) [0x7f325f943210]
Wed Dec 15 17:00:19 [1241] ERROR: [bt] /usr/bin/markad(_ZN6cIndex16GetTimeFromFrameEib+0x6) [0x561a47f5fae6]
Wed Dec 15 17:00:19 [1241] ERROR: [bt] /usr/bin/markad(_ZN6cMarks11IndexToHMSFEib+0x3a) [0x561a47f4dcfa]
Wed Dec 15 17:00:19 [1241] ERROR: [bt] /usr/bin/markad(_ZN6cMarks4SaveEPKcPK14sMarkAdContextb+0x111) [0x561a47f4e351]
Wed Dec 15 17:00:19 [1241] ERROR: [bt] /usr/bin/markad(_ZN12cExtractLogo10SearchLogoEP14sMarkAdContexti+0x3e6) [0x561a47f5e176]
Wed Dec 15 17:00:19 [1241] ERROR: [bt] /usr/bin/markad(_ZN17cMarkAdStandalone9CheckLogoEv+0x18e) [0x561a47f4af5e]
Wed Dec 15 17:00:19 [1241] ERROR: [bt] /usr/bin/markad(_ZN17cMarkAdStandaloneC1EPKcP13sMarkAdConfigP6cIndex+0x960) [0x561a47f4c8a0]
Wed Dec 15 17:00:19 [1241] ERROR: [bt] /usr/bin/markad(main+0xde8) [0x561a47f3c6e8]
Wed Dec 15 17:00:19 [1241] ERROR: [bt] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f325f9240b3]
Wed Dec 15 17:00:19 [1241] ERROR: [bt] /usr/bin/markad(_start+0x2e) [0x561a47f3cf1e]
Display More
I think it works if I run it manually, but I haven't really had the time to test yet. Edit: Yes, it works when I run it manually from the shell.