You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attached is a sample srt file that crashes flv+srt
I used my samples in the tarbal to run git-bisect and I found that it reports 3fb17d5 as the bad commit.
The interesting thing is that I can manually edit the srt file and remove the last caption/cue entry and flv+srt succeeds.
I tried looking through a hex editor for any strange hidden characters but nothing stood out, so I can't explain why that edit allows the process to succeed.
NOTE:
The srt file has been 'anonymized' by replacing every alpha character (a-zA-z) with the letter a.
Hey There,
Attached is a sample srt file that crashes
flv+srt
I used my samples in the tarbal to run git-bisect and I found that it reports 3fb17d5 as the bad commit.
The interesting thing is that I can manually edit the srt file and remove the last caption/cue entry and
flv+srt
succeeds.I tried looking through a hex editor for any strange hidden characters but nothing stood out, so I can't explain why that edit allows the process to succeed.
NOTE:
The srt file has been 'anonymized' by replacing every alpha character (
a-zA-z
) with the lettera
.srt-crash.tar.gz
I'd be happy to provide more testing help as needed.
My test environment is:
The text was updated successfully, but these errors were encountered: