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

ffmpeg: disable Centipede again #12290

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Conversation

kasper93
Copy link
Contributor

It is not stable, there are multiple bus errors:

Step #22 - "build-check-centipede-none-x86_64":
/usr/local/bin/run_fuzzer: line 227: 172132 Bus error (core dumped) bash -c "$CMD_LINE"

Disable it for now, to let other recent changes take effect, we can revisit it later.

Fixes: 0318a94

It is not stable, there are multiple bus errors:

Step google#22 - "build-check-centipede-none-x86_64":
/usr/local/bin/run_fuzzer: line 227: 172132 Bus error
(core dumped) bash -c "$CMD_LINE"

Disable it for now, to let other recent changes take effect, we can
revisit it later.

Fixes: 0318a94
Copy link

kasper93 has previously contributed to projects/ffmpeg. The previous PR was #12211

@kasper93
Copy link
Contributor Author

kasper93 commented Jul 29, 2024

It seems to crash on none build. See: https://oss-fuzz-build-logs.storage.googleapis.com/log-51d0cfa1-083e-4947-85d3-d8b4c2eda2a9.txt

I've actually seen the same crash on mpv https://oss-fuzz-build-logs.storage.googleapis.com/log-5a50937a-14b0-4cdb-9f59-0bdfdc77f43c.txt but it is sporadic, so I left it enabled there. In ffmpeg cases there are a lot more sanitizers and it does not pass the build.

Also I'm not sure if it is not something new, I assumed those are real issues in the code that are hit during build check, but since we are in none build check there is not sanitizer output to know. Also those are bus errors, so not your generic segmentation fault. Either way, I didn't look close, it seems to happen on mpv too from some time ago.

EDIT: Also recent build failed on OSError: [Errno 28] No space left on device instead. Since Centipede doesn't support selective extract, it is probably safer to not use it.

@DavidKorczynski DavidKorczynski merged commit 999f374 into google:master Jul 30, 2024
16 checks passed
@kasper93 kasper93 deleted the ffmpeg_cent branch July 30, 2024 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants