Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

latest build crashes when cropdetect is selected #674

Closed
dericed opened this issue Oct 28, 2020 · 1 comment · Fixed by #677
Closed

latest build crashes when cropdetect is selected #674

dericed opened this issue Oct 28, 2020 · 1 comment · Fixed by #677
Assignees

Comments

@dericed
Copy link
Member

dericed commented Oct 28, 2020

No description provided.

@dericed dericed self-assigned this Oct 28, 2020
@dericed
Copy link
Member Author

dericed commented Oct 31, 2020

I bisected and found this bug is caused by 46905cf, which adds a new graph with 3 plotted values lavfi.signalstats.YBITDEPTH, lavfi.signalstats.UBITDEPTH, and lavfi.signalstats.VBITDEPTH.

This issue can be quickly seen via:

ffmpeg -f lavfi -i testsrc -f lavfi -i sine -t 0.25 hey.mkv
./qctools-cli/qcli -f cropdetect+idet -i hey.mkv

with a result of

qcli dev build, Oct 31 2020 10:57:24
filters selected: signalstats cropdetect idet 

analyzing input file... hey.mkv
                                                   0 of 100 %zsh: segmentation fault  ./qctools-cli/qcli -f signalstats+cropdetect+idet -i hey.mkv

I do note that if I remove 1 of the 3 added plots (YBITDEPTH, UBITDEPTH, or VBITDEPTH) then it works.

I narrowed the crash scenario down to the combination of cropdetect and idet. Perhaps over combinations are found, but these two seem required to reproduce it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant