Bug#833501: found in 53.0.2785.92-2

2016-09-08 Thread Jan Gerber
On Tue, 6 Sep 2016 17:38:18 -0400 Gedalya  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.orig2016-09-06 15:44:51.692191414 -0400
> +++ rules2016-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.



Bug#833501: found in 53.0.2785.92-2

2016-09-06 Thread Gedalya
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.orig2016-09-06 15:44:51.692191414 -0400
+++ rules2016-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=