Bug#630589: reproducible crash after connecting to a running iceweasel

Vincent Lefevre vincent at vinc17.net
Wed Jun 15 14:18:00 UTC 2011


On 2011-06-15 15:23:47 +0200, Mike Hommey wrote:
> This is most likely the same thing as bug 487785, but due to an addition
> that was made after the fix for that bug.
> 
> Can you try the following patch:
> 
> diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
> index c797770..6b899c2 100644
> --- a/toolkit/xre/nsAppRunner.cpp
> +++ b/toolkit/xre/nsAppRunner.cpp
> @@ -2580,7 +2580,7 @@ XRE_main(int argc, char* argv[], const nsXREAppData* aAppData)
>    }
>  
>    // Suppress atk-bridge init at startup, it works after GNOME 2.24.2
> -  PR_SetEnv("NO_AT_BRIDGE=1");
> +  SaveToEnv("NO_AT_BRIDGE=1");
>  #endif
>  
>  #ifndef WINCE

Yes, I've first rebuilt the iceweasel packages without the patch,
and still got the segmentation fault. Then I've rebuilt them with
the patch, and I no longer get the segmentation fault.

-- 
Vincent Lefèvre <vincent at vinc17.net> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)





More information about the pkg-mozilla-maintainers mailing list