On 1/4/22 15:15, Mattia Rizzolo wrote:
On Tue, Jan 04, 2022 at 02:50:20PM -0500, Andres Salomon wrote:
Okay, that's funny - appears to be a fatal error due to being run under gdb.
Well, it was also crashing outside of gdb ^^
I pushed a commit to the skip-a11y-checks branch, please give that a try. I
need to take a look at other distributions that are shipping chromium to see
if they're just disabling DCHECKs outright, or what.
build started...
Just took a look at fedora, arch, and ungoogle-chromium debian
packaging. They're all setting is_official_build=true, which completely
disables those DCHECKs. We should probably set it like that as well,
although the dcheck_is_configurable=true thing that I added to the
skip-a11y-checks branch should at least allow the DCHECKs to not be
fatal - so there's no need to restart your build.