[Pkg-chromium-maint] Bug#833501: found in 53.0.2785.92-2
Gedalya
gedalya at gedalya.net
Tue Sep 6 21:38:18 UTC 2016
fixed 833501 52.0.2743.116-2
found 833501 53.0.2785.92-2
thanks
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=
More information about the Pkg-chromium-maint
mailing list