[Pkg-chromium-maint] Bug#833501: found in 53.0.2785.92-2

Jan Gerber j at mailb.org
Thu Sep 8 19:09:13 UTC 2016


On Tue, 6 Sep 2016 17:38:18 -0400 Gedalya <gedalya at 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.



More information about the Pkg-chromium-maint mailing list