[Bug 183221] extremly slow startup of firefox if a nfs-share is not reachable

Alexander Sack asac at jwsdot.com
Mon Feb 25 16:45:06 UTC 2008


On Tue, Jan 15, 2008 at 04:01:19PM -0000, scoopex wrote:
> 
> The last fstat is blocking for a long time - replacing "/bin/pwd" by the
> shell-builtin "pwd" solves the problem.
> 
> $ diff -u /usr/bin/firefox mozilla.fixed
> --- /usr/bin/firefox    2007-12-04 12:00:28.000000000 +0100
> +++ mozilla.fixed       2008-01-15 16:34:03.000000000 +0100
> @@ -106,7 +106,7 @@
>    dist_bin="$curdir"
>    found=1
>  else
> -  here=`/bin/pwd`
> +  here=`pwd`
>    while [ -h "$progname" ]; do
>      bn=`basename "$progname"`
>      cd `dirname "$progname"`
> ----
> 

Thanks for that info/patch.

 affects ubuntu/firefox
 status inprogress
 affects ubuntu/firefox-3.0
 status incomplete

Could you verify if this is still an issue in firefox-3.0 ?

 - Alexander


** Changed in: firefox (Ubuntu)
       Status: New => In Progress

** Also affects: firefox-3.0 (Ubuntu)
   Importance: Undecided
       Status: Incomplete

-- 
extremly slow startup of firefox if a nfs-share is not reachable
https://bugs.launchpad.net/bugs/183221
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox in ubuntu.




More information about the Ubuntu-mozillateam-bugs mailing list