Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 181868 - mozilla-firefox 2.0.0.4 starts slow if DNS can be queried but when a firewall blocks HTTP-traffic
Summary: mozilla-firefox 2.0.0.4 starts slow if DNS can be queried but when a firewall...
Status: RESOLVED DUPLICATE of bug 169155
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-13 06:52 UTC by Pieter de Rijk
Modified: 2007-06-13 07:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
strace output of starting firefox (firefox-strace.log,32.28 KB, text/plain)
2007-06-13 06:55 UTC, Pieter de Rijk
Details
lsof output during starting firefox (firefox-lsof.log,60.51 KB, text/plain)
2007-06-13 06:58 UTC, Pieter de Rijk
Details
Firefox-bin strace log (firefox-bin-strace.log,33.13 KB, text/plain)
2007-06-13 07:14 UTC, Pieter de Rijk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pieter de Rijk 2007-06-13 06:52:53 UTC
After emerge mozilla-firefox (version 2.0.0.4) firefox starts very slow when there is a networkconnection which can handles DNS-requests, but doesnot allow outgoing HTTP-traffic. If there a proxy services available on the network and you set the proxy settings in firefox, this problem doesn't appear.

Reproducible: Always

Steps to Reproduce:
1. Have a network which provide DNS-services, but doesn't allow direct HTTP access to the outside world (Internet)
2. Start firefox, configured with direct access to the internet (no proxy!)


Actual Results:  
The startup of firefox takes up to 10 minutes to start

Expected Results:  
Firefox had to start directly!

Portage 2.1.2.7 (default-linux/x86/no-nptl, gcc-4.1.1, glibc-2.3.6-r4, 2.6.20-gentoo-r7 i686)
=================================================================
System uname: 2.6.20-gentoo-r7 i686 Intel(R) Core(TM) Duo CPU      L2400  @ 1.66GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Tue, 12 Jun 2007 01:47:01 +0000
dev-java/java-config: 1.3.7, 2.0.31-r5
dev-lang/python:     2.4.4-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i386-pc-linux-gnu"
CFLAGS="-O2 -mtune=i686 -pipe -march=prescott"
CHOST="i386-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/terminfo"
CXXFLAGS="-O2 -mtune=i686 -pipe -march=prescott"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm arts berkdb bitmap-fonts cli cracklib crypt cups dbus dri eds emboss encode foomaticdb fortran gdbm gif gpm gstreamer hal iconv imlib ipv6 isdnlog jpeg kde libg++ libwww mad midi mikmod motif mp3 mpeg mudflap ncurses nls ogg opengl openmp oss pam pcre perl png pppd python quicktime readline reflection sdl session spell spl ssl svg tcpd truetype truetype-fonts type1-fonts unicode vorbis x86 xml xorg xv zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i740 i810 imstt mach64 mga neomagic nsc nv r128 radeon rendition s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware voodoo"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Pieter de Rijk 2007-06-13 06:55:39 UTC
Created attachment 121890 [details]
strace output of starting firefox

Command used to create this file:

strace -r firefox -x echo &> ~/firefox-stace.log
Comment 2 Pieter de Rijk 2007-06-13 06:58:26 UTC
Created attachment 121894 [details]
lsof output during starting firefox

Command executed during start of firefox:
lsof | grep firefox > ~pieter/firefox-lsof.log
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-06-13 07:05:31 UTC
Try with mozilla-firefox-bin and see if you have the same problem, please.
Comment 4 Pieter de Rijk 2007-06-13 07:13:55 UTC
mozilla-firefox-bin 2.0.0.4 doesn't have the problem. It is specific for mozilla-firefox 2.0.0.4
Comment 5 Pieter de Rijk 2007-06-13 07:14:42 UTC
Created attachment 121899 [details]
Firefox-bin strace log

The strace output of starting firefox-bin
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2007-06-13 07:16:36 UTC

*** This bug has been marked as a duplicate of bug 169155 ***