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
I've observed intermittent build failures, which are always caused by build-check-centipede-none-x86_64. Apparently, it receives a SIGBUS. I tested it locally but couldn't reproduce the issue.
I encountered this problem with the ffmpeg build and disabled Centipede there (see #12290).
I also see it happening in mpv builds. For example, today's build passed, but the previous three failed. You can view the build logs here: mpv builds. An example failure from 8/29/2024 can be found here.
Since I cannot reproduce the issue locally, my debugging options are limited. I suspect there might be some binary corruption occurring, as that could explain failures in otherwise correctly working code.
Please let me know if you have any ideas on how to proceed with this issue.
The text was updated successfully, but these errors were encountered:
kasper93
added a commit
to kasper93/oss-fuzz
that referenced
this issue
Sep 6, 2024
Hello,
I've observed intermittent build failures, which are always caused by
build-check-centipede-none-x86_64
. Apparently, it receives a SIGBUS. I tested it locally but couldn't reproduce the issue.I encountered this problem with the ffmpeg build and disabled Centipede there (see #12290).
I also see it happening in mpv builds. For example, today's build passed, but the previous three failed. You can view the build logs here: mpv builds. An example failure from 8/29/2024 can be found here.
Since I cannot reproduce the issue locally, my debugging options are limited. I suspect there might be some binary corruption occurring, as that could explain failures in otherwise correctly working code.
Please let me know if you have any ideas on how to proceed with this issue.
The text was updated successfully, but these errors were encountered: