On Tue, 6 Sep 2016 17:38:18 -0400 Gedalya <geda...@gedalya.net> wrote: > now that we're back with gcc 6, same crashes occur with facebook, google maps > and other sites. > > This got it working for me > > --- rules.orig 2016-09-06 15:44:51.692191414 -0400 > +++ rules 2016-09-06 15:47:29.097229998 -0400 > @@ -16,6 +16,10 @@ > export CFLAGS+=-fuse-ld=gold > export CXXFLAGS+=-fuse-ld=gold > > +# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68853 > +export CFLAGS+=-fno-delete-null-pointer-checks > +export CXXFLAGS+=-fno-delete-null-pointer-checks > + > # treat all warnings as errors > defines=werror=
can confirm that recompiling chromium with that patch fixes the issue for me. without it, chromium crashes all the time.