I don't know if it's a bug or not, but with Fedora 17 beta, Firefox is slow to start. With Fedora 16, I click on the icon and firefox start immediately, but with Fedora 17 beta after the click, I wait 5 seconds before Firefox appear on my desktop. When I launch Firefox with console, it's the same thing, and they are no errors messages...
Please try to run in safe mode. Also attach a strace, it could show where it waits http://fedoraproject.org/wiki/Debugging_guidelines_for_Mozilla_products http://fedoraproject.org/wiki/Bug_info_Firefox Eventually you may to run firefox in debugger and stop it (by CTRL+C) when firefox is waiting (see http://fedoraproject.org/wiki/Debugging_guidelines_for_Mozilla_products#Obtain_crash_stack_trace)
OK I launch Firefox in safe mode for same result, and no log in console. I launch with : firefox -g -d gdb and that is the output : ^C[dominique@dominique ~]$ firefox -g -d gdb MOZILLA_FIVE_HOME=/usr/lib64/firefox LD_LIBRARY_PATH=/usr/lib64/firefox:/usr/lib64/firefox/plugins:/usr/lib64/firefox DISPLAY=:0 FONTCONFIG_PATH=/etc/fonts:/usr/lib64/firefox/res/Xft DYLD_LIBRARY_PATH=/usr/lib64/firefox:/usr/lib64/firefox LIBRARY_PATH= SHLIB_PATH=/usr/lib64/firefox:/usr/lib64/firefox LIBPATH=/usr/lib64/firefox:/usr/lib64/firefox ADDON_PATH= MOZ_PROGRAM=/usr/lib64/firefox/firefox MOZ_TOOLKIT= moz_debug=1 moz_debugger=gdb moz_debugger_args= /usr/bin/gdb --args /usr/lib64/firefox/firefox GNU gdb (GDB) Fedora (7.4.50.20120120-40.fc17) Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/lib64/firefox/firefox...Reading symbols from /usr/lib/debug/usr/lib64/xulrunner-2/xulrunner-stub.debug...done. done. (gdb) (gdb) ^CQuit I launch with strace : strace firefox &> strace_output See the attachment.
Created attachment 579854 [details] strace_output
(In reply to comment #2) > OK > I launch Firefox in safe mode for same result, and no log in console. > > I launch with : firefox -g -d gdb and that is the output : > ^C[dominique@dominique ~]$ firefox -g -d gdb > MOZILLA_FIVE_HOME=/usr/lib64/firefox > > LD_LIBRARY_PATH=/usr/lib64/firefox:/usr/lib64/firefox/plugins:/usr/lib64/firefox > DISPLAY=:0 > FONTCONFIG_PATH=/etc/fonts:/usr/lib64/firefox/res/Xft > DYLD_LIBRARY_PATH=/usr/lib64/firefox:/usr/lib64/firefox > LIBRARY_PATH= > SHLIB_PATH=/usr/lib64/firefox:/usr/lib64/firefox > LIBPATH=/usr/lib64/firefox:/usr/lib64/firefox > ADDON_PATH= > MOZ_PROGRAM=/usr/lib64/firefox/firefox > MOZ_TOOLKIT= > moz_debug=1 > moz_debugger=gdb > moz_debugger_args= > /usr/bin/gdb --args /usr/lib64/firefox/firefox > GNU gdb (GDB) Fedora (7.4.50.20120120-40.fc17) > Copyright (C) 2012 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "x86_64-redhat-linux-gnu". > For bug reporting instructions, please see: > <http://www.gnu.org/software/gdb/bugs/>... > Reading symbols from /usr/lib64/firefox/firefox...Reading symbols from > /usr/lib/debug/usr/lib64/xulrunner-2/xulrunner-stub.debug...done. > done. > (gdb) > (gdb) ^CQuit You have to launch firefox from the debugger. Launch Firefox by "run" gdb command and break it when it's frozen (by CTRL+C). Can you also try a new (fresh) profile?
ok, I have not understand what I do... With a fresh profile, it's same problem. I also try with new user (and empty profile...) for same résult. Output of firefox -g -d gdb, then run : [dominique@dominique ~]$ firefox -g -d gdb MOZILLA_FIVE_HOME=/usr/lib64/firefox LD_LIBRARY_PATH=/usr/lib64/firefox:/usr/lib64/firefox/plugins:/usr/lib64/firefox DISPLAY=:0 FONTCONFIG_PATH=/etc/fonts:/usr/lib64/firefox/res/Xft DYLD_LIBRARY_PATH=/usr/lib64/firefox:/usr/lib64/firefox LIBRARY_PATH= SHLIB_PATH=/usr/lib64/firefox:/usr/lib64/firefox LIBPATH=/usr/lib64/firefox:/usr/lib64/firefox ADDON_PATH= MOZ_PROGRAM=/usr/lib64/firefox/firefox MOZ_TOOLKIT= moz_debug=1 moz_debugger=gdb moz_debugger_args= /usr/bin/gdb --args /usr/lib64/firefox/firefox GNU gdb (GDB) Fedora (7.4.50.20120120-42.fc17) Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/lib64/firefox/firefox...Reading symbols from /usr/lib/debug/usr/lib64/xulrunner-2/xulrunner-stub.debug...done. done. (gdb) run Starting program: /usr/lib64/firefox/firefox [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Detaching after fork from child process 7865. [New Thread 0x7fffeb8f0700 (LWP 7938)] [New Thread 0x7fffeaa95700 (LWP 7939)] [New Thread 0x7fffe9eff700 (LWP 7940)] [New Thread 0x7fffe90e8700 (LWP 7941)] Detaching after fork from child process 7942. Detaching after fork from child process 7943. [New Thread 0x7fffe7cff700 (LWP 7944)] [New Thread 0x7fffe70fe700 (LWP 7945)] [New Thread 0x7fffe5fff700 (LWP 7946)] [New Thread 0x7fffcf2f2700 (LWP 7947)] [New Thread 0x7fffce4ff700 (LWP 7948)] [New Thread 0x7fffcd7ff700 (LWP 7949)] [New Thread 0x7fffc9778700 (LWP 7950)] [New Thread 0x7fffc82f7700 (LWP 7951)] [New Thread 0x7fffc7af6700 (LWP 7952)] [New Thread 0x7fffc72f5700 (LWP 7953)] [New Thread 0x7fffc6af4700 (LWP 7954)] [New Thread 0x7fffc41ff700 (LWP 7955)] [New Thread 0x7fffc39fe700 (LWP 7956)] [New Thread 0x7fffc28ff700 (LWP 7957)] [New Thread 0x7fffc1aff700 (LWP 7958)] [New Thread 0x7fffc0eff700 (LWP 7959)] [New Thread 0x7fffc03ff700 (LWP 7960)] [New Thread 0x7fffbf5ff700 (LWP 7961)] [New Thread 0x7fffbedfe700 (LWP 7962)] [New Thread 0x7fffbdfff700 (LWP 7963)] [Thread 0x7fffbdfff700 (LWP 7963) exited] [New Thread 0x7fffbdfff700 (LWP 7964)] [New Thread 0x7fffb75ff700 (LWP 7965)] [New Thread 0x7fffb66ff700 (LWP 7984)] *** nsHTMLElement::FinishDecoderSetup() mDecoder=0x7fffe646e700 stream=0x7fffb965a000 src=https://www.gstatic.com/chat/sounds/chat_message_6c1dc299fbe62b912fa199c5cbcfd198.ogg [New Thread 0x7fffc62e3700 (LWP 7985)] *** nsHTMLElement::FinishDecoderSetup() mDecoder=0x7fffe64dbe00 stream=0x7fffb96ad000 src=https://www.gstatic.com/chat/sounds/incoming_ring_63877558afe2089ccafb940cd5ac434d.ogg [New Thread 0x7fffc62c2700 (LWP 7986)] *** nsHTMLElement::FinishDecoderSetup() mDecoder=0x7fffb96d5500 stream=0x7fffb96ec000 src=https://www.gstatic.com/chat/sounds/outgoing_ring_08d6076c4e21ce2f30d739a53ef1c609.ogg [New Thread 0x7fffc62a1700 (LWP 7987)] *** nsHTMLElement::FinishDecoderSetup() mDecoder=0x7fffb96d5e00 stream=0x7fffb9a2a000 src=https://www.gstatic.com/chat/sounds/hangout_join_d5dce8aa337b1c396694cd29918194d8.ogg [New Thread 0x7fffc6280700 (LWP 7988)] [Thread 0x7fffc62e3700 (LWP 7985) exited] [Thread 0x7fffc62c2700 (LWP 7986) exited] [Thread 0x7fffc62a1700 (LWP 7987) exited] [Thread 0x7fffc6280700 (LWP 7988) exited] ^C Program received signal SIGINT, Interrupt. 0x00007ffff6edbe9f in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87 87 int result = INLINE_SYSCALL (poll, 3, CHECK_N (fds, nfds), nfds, timeout); Missing separate debuginfos, use: debuginfo-install GConf2-3.2.5-1.fc17.x86_64 ORBit2-2.14.19-3.fc17.x86_64 alsa-lib-1.0.25-3.fc17.x86_64 avahi-glib-0.6.30-7.fc17.x86_64 avahi-libs-0.6.30-7.fc17.x86_64 cyrus-sasl-lib-2.1.23-29.fc17.x86_64 dbus-glib-0.92-3.fc17.x86_64 dbus-libs-1.4.10-4.fc17.x86_64 dconf-0.12.0-1.fc17.x86_64 elfutils-libelf-0.153-2.fc17.x86_64 expat-2.1.0-1.fc17.x86_64 gamin-0.1.10-12.fc17.x86_64 gnome-shell-3.4.1-3.fc17.x86_64 gnome-vfs2-2.24.4-7.fc17.x86_64 gvfs-1.12.2-1.fc17.x86_64 hunspell-1.3.2-4.fc17.x86_64 icedtea-web-1.2-2.fc17.x86_64 json-glib-0.14.2-2.fc17.x86_64 keyutils-libs-1.5.5-2.fc17.x86_64 krb5-libs-1.10-5.fc17.x86_64 libICE-1.0.8-1.fc17.x86_64 libSM-1.2.1-1.fc17.x86_64 libX11-1.4.99.901-2.fc17.x86_64 libXScrnSaver-1.2.2-1.fc17.x86_64 libXau-1.0.6-3.fc17.x86_64 libXcomposite-0.4.3-3.fc17.x86_64 libXcursor-1.1.13-1.fc17.x86_64 libXdamage-1.1.3-3.fc17.x86_64 libXext-1.3.1-1.fc17.x86_64 libXfixes-5.0-2.fc17.x86_64 libXi-1.6.0-1.fc17.x86_64 libXinerama-1.1.2-1.fc17.x86_64 libXrandr-1.3.1-3.fc17.x86_64 libXrender-0.9.7-1.fc17.x86_64 libXt-1.1.2-2.fc17.x86_64 libart_lgpl-2.3.21-3.fc17.x86_64 libbluray-0.2.2-1.fc17.x86_64 libbonobo-2.32.1-2.fc17.x86_64 libbonoboui-2.24.5-3.fc17.x86_64 libcanberra-0.28-6.fc17.x86_64 libcom_err-1.42-4.fc17.x86_64 libcurl-7.24.0-2.fc17.x86_64 libffi-3.0.10-2.fc17.x86_64 libgcrypt-1.5.0-3.fc17.x86_64 libgnome-2.32.1-3.fc17.x86_64 libgnome-keyring-3.4.1-2.fc17.x86_64 libgnomecanvas-2.30.3-4.fc17.x86_64 libgnomeui-2.24.5-4.fc17.x86_64 libgpg-error-1.10-2.fc17.x86_64 libidn-1.24-1.fc17.x86_64 libjpeg-turbo-1.2.0-1.fc17.x86_64 libnotify-0.7.5-1.fc17.x86_64 libogg-1.2.2-4.fc17.x86_64 libpng-1.5.10-1.fc17.x86_64 libquvi-0.4.1-1.fc17.x86_64 libselinux-2.1.10-3.fc17.x86_64 libssh2-1.4.1-2.fc17.x86_64 libtdb-1.2.9-14.fc17.x86_64 libtool-ltdl-2.4.2-3.fc17.x86_64 libuuid-2.21.1-1.fc17.x86_64 libvorbis-1.3.3-1.fc17.x86_64 libvpx-1.0.0-1.fc17.x86_64 libxcb-1.8.1-1.fc17.x86_64 libxml2-2.7.8-7.fc17.x86_64 lua-5.1.4-10.fc17.x86_64 nss-3.13.4-3.fc17.x86_64 nss-myhostname-0.3-2.fc17.x86_64 nss-softokn-3.13.4-2.fc17.x86_64 nss-softokn-freebl-3.13.4-2.fc17.x86_64 nss-util-3.13.4-2.fc17.x86_64 openldap-2.4.31-1.fc17.x86_64 openssl-1.0.0i-1.fc17.x86_64 oxygen-gtk2-1.2.3-1.fc17.x86_64 pixman-0.24.4-2.fc17.x86_64 popt-1.13-10.fc17.x86_64 rhythmbox-2.96-3.fc17.x86_64 sqlite-3.7.11-2.fc17.x86_64 totem-mozplugin-3.4.0-1.fc17.x86_64 totem-pl-parser-3.4.0-1.fc17.x86_64 xcb-util-0.3.8-2.fc17.x86_64 zlib-1.2.5-6.fc17.x86_64 (gdb)
Ah, thanks, almost there. Please install debuginfo packages (by #debuginfo-install firefox xulrunner) and try again. When you stop the debugger (by CTRL+C), list a backtrace (by "bt" gdb command) and attach it there. I'd need to see where firefox hangs.
OK output : [dominique@dominique ~]$ firefox -g -d gdb MOZILLA_FIVE_HOME=/usr/lib64/firefox LD_LIBRARY_PATH=/usr/lib64/firefox:/usr/lib64/firefox/plugins:/usr/lib64/firefox DISPLAY=:0 FONTCONFIG_PATH=/etc/fonts:/usr/lib64/firefox/res/Xft DYLD_LIBRARY_PATH=/usr/lib64/firefox:/usr/lib64/firefox LIBRARY_PATH= SHLIB_PATH=/usr/lib64/firefox:/usr/lib64/firefox LIBPATH=/usr/lib64/firefox:/usr/lib64/firefox ADDON_PATH= MOZ_PROGRAM=/usr/lib64/firefox/firefox MOZ_TOOLKIT= moz_debug=1 moz_debugger=gdb moz_debugger_args= /usr/bin/gdb --args /usr/lib64/firefox/firefox GNU gdb (GDB) Fedora (7.4.50.20120120-42.fc17) Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/lib64/firefox/firefox...Reading symbols from /usr/lib/debug/usr/lib64/xulrunner-2/xulrunner-stub.debug...done. done. (gdb) run Starting program: /usr/lib64/firefox/firefox [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Detaching after fork from child process 1953. [Inferior 1 (process 1950) exited normally] Missing separate debuginfos, use: debuginfo-install elfutils-libelf-0.153-2.fc17.x86_64 expat-2.1.0-1.fc17.x86_64 libICE-1.0.8-1.fc17.x86_64 libSM-1.2.1-1.fc17.x86_64 libXau-1.0.6-3.fc17.x86_64 libXcomposite-0.4.3-3.fc17.x86_64 libXcursor-1.1.13-1.fc17.x86_64 libXdamage-1.1.3-3.fc17.x86_64 libXfixes-5.0-2.fc17.x86_64 libXi-1.6.1-1.fc17.x86_64 libXinerama-1.1.2-1.fc17.x86_64 libXrandr-1.3.1-3.fc17.x86_64 libffi-3.0.10-2.fc17.x86_64 libpng-1.5.10-1.fc17.x86_64 libselinux-2.1.10-3.fc17.x86_64 libuuid-2.21.1-1.fc17.x86_64 libxcb-1.8.1-1.fc17.x86_64 pixman-0.24.4-2.fc17.x86_64 xcb-util-0.3.8-2.fc17.x86_64 (gdb) ^CQuit (gdb) bt No stack. (gdb) The bt command return "No stack."
Unfortunately firefox did not start this time so try again please. The start sequence may be like in comment 5.
Ok (sorry for the retard...) Out put of firefox -g -d gdb, then run [dominique@dominique ~]$ firefox -g -d gdb MOZILLA_FIVE_HOME=/usr/lib64/firefox LD_LIBRARY_PATH=/usr/lib64/firefox:/usr/lib64/firefox/plugins:/usr/lib64/firefox DISPLAY=:0 FONTCONFIG_PATH=/etc/fonts:/usr/lib64/firefox/res/Xft DYLD_LIBRARY_PATH=/usr/lib64/firefox:/usr/lib64/firefox LIBRARY_PATH= SHLIB_PATH=/usr/lib64/firefox:/usr/lib64/firefox LIBPATH=/usr/lib64/firefox:/usr/lib64/firefox ADDON_PATH= MOZ_PROGRAM=/usr/lib64/firefox/firefox MOZ_TOOLKIT= moz_debug=1 moz_debugger=gdb moz_debugger_args= /usr/bin/gdb --args /usr/lib64/firefox/firefox GNU gdb (GDB) Fedora (7.4.50.20120120-42.fc17) Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/lib64/firefox/firefox...Reading symbols from /usr/lib/debug/usr/lib64/xulrunner-2/xulrunner-stub.debug...done. done. (gdb) run Starting program: /usr/lib64/firefox/firefox [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Detaching after fork from child process 1942. [New Thread 0x7fffeb6f0700 (LWP 1997)] [New Thread 0x7fffea895700 (LWP 1998)] [New Thread 0x7fffe9cff700 (LWP 1999)] [New Thread 0x7fffe8ee8700 (LWP 2000)] Detaching after fork from child process 2001. Detaching after fork from child process 2002. [New Thread 0x7fffe7aff700 (LWP 2003)] [New Thread 0x7fffe6efe700 (LWP 2004)] [New Thread 0x7fffe5fff700 (LWP 2005)] [New Thread 0x7fffe4e07700 (LWP 2006)] [New Thread 0x7fffcdbf2700 (LWP 2007)] [New Thread 0x7fffcd0d3700 (LWP 2008)] [New Thread 0x7fffcc6ff700 (LWP 2009)] [Thread 0x7fffcdbf2700 (LWP 2007) exited] [New Thread 0x7fffcdbf2700 (LWP 2010)] [New Thread 0x7fffc86ff700 (LWP 2011)] [New Thread 0x7fffc70f7700 (LWP 2012)] [New Thread 0x7fffc68f6700 (LWP 2013)] [New Thread 0x7fffc60f5700 (LWP 2014)] [New Thread 0x7fffc58f4700 (LWP 2015)] [New Thread 0x7fffc2fff700 (LWP 2016)] [New Thread 0x7fffc27fe700 (LWP 2017)] [New Thread 0x7fffc13ff700 (LWP 2018)] [New Thread 0x7fffc05ff700 (LWP 2019)] [New Thread 0x7fffbfbff700 (LWP 2020)] [New Thread 0x7fffbf1ff700 (LWP 2021)] [New Thread 0x7fffbe7ff700 (LWP 2022)] [New Thread 0x7fffbdffe700 (LWP 2023)] [Thread 0x7fffcc6ff700 (LWP 2009) exited] [Thread 0x7fffbdffe700 (LWP 2023) exited] [New Thread 0x7fffcc6ff700 (LWP 2024)] [New Thread 0x7fffbdffe700 (LWP 2025)] [New Thread 0x7fffb78ff700 (LWP 2044)] *** nsHTMLElement::FinishDecoderSetup() mDecoder=0x7fffbc0e9600 stream=0x7fffbb1a2000 src=https://www.gstatic.com/chat/sounds/chat_message_6c1dc299fbe62b912fa199c5cbcfd198.ogg [New Thread 0x7fffb70fe700 (LWP 2045)] *** nsHTMLElement::FinishDecoderSetup() mDecoder=0x7fffb9cf9e00 stream=0x7fffbb1ad000 src=https://www.gstatic.com/chat/sounds/incoming_ring_63877558afe2089ccafb940cd5ac434d.ogg [New Thread 0x7fffb70dd700 (LWP 2046)] *** nsHTMLElement::FinishDecoderSetup() mDecoder=0x7fffb9cfb200 stream=0x7fffbb302000 src=https://www.gstatic.com/chat/sounds/outgoing_ring_08d6076c4e21ce2f30d739a53ef1c609.ogg [New Thread 0x7fffb70bc700 (LWP 2047)] *** nsHTMLElement::FinishDecoderSetup() mDecoder=0x7fffe60c9600 stream=0x7fffbb356000 src=https://www.gstatic.com/chat/sounds/hangout_join_d5dce8aa337b1c396694cd29918194d8.ogg [New Thread 0x7fffb709b700 (LWP 2048)] [Thread 0x7fffb70fe700 (LWP 2045) exited] [Thread 0x7fffb70dd700 (LWP 2046) exited] [Thread 0x7fffb70bc700 (LWP 2047) exited] [Thread 0x7fffb709b700 (LWP 2048) exited] [New Thread 0x7fffb11de700 (LWP 2049)] [Thread 0x7fffb78ff700 (LWP 2044) exited] [Thread 0x7fffbdffe700 (LWP 2025) exited] [New Thread 0x7fffbdffe700 (LWP 2194)] [Thread 0x7fffbdffe700 (LWP 2194) exited] ^C Program received signal SIGINT, Interrupt. 0x00007ffff6edbe9f in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87 87 int result = INLINE_SYSCALL (poll, 3, CHECK_N (fds, nfds), nfds, timeout); Missing separate debuginfos, use: debuginfo-install GConf2-3.2.5-1.fc17.x86_64 ORBit2-2.14.19-3.fc17.x86_64 avahi-glib-0.6.30-7.fc17.x86_64 avahi-libs-0.6.30-7.fc17.x86_64 cyrus-sasl-lib-2.1.23-29.fc17.x86_64 dconf-0.12.0-1.fc17.x86_64 elfutils-libelf-0.153-2.fc17.x86_64 expat-2.1.0-1.fc17.x86_64 flac-1.2.1-9.fc17.x86_64 gamin-0.1.10-12.fc17.x86_64 gnome-shell-3.4.1-3.fc17.x86_64 gnome-vfs2-2.24.4-7.fc17.x86_64 gsm-1.0.13-6.fc17.x86_64 gvfs-1.12.2-1.fc17.x86_64 icedtea-web-1.2-2.fc17.x86_64 json-c-0.9-4.fc17.x86_64 json-glib-0.14.2-2.fc17.x86_64 keyutils-libs-1.5.5-2.fc17.x86_64 krb5-libs-1.10-5.fc17.x86_64 libICE-1.0.8-1.fc17.x86_64 libSM-1.2.1-1.fc17.x86_64 libXScrnSaver-1.2.2-1.fc17.x86_64 libXau-1.0.6-3.fc17.x86_64 libXcomposite-0.4.3-3.fc17.x86_64 libXcursor-1.1.13-1.fc17.x86_64 libXdamage-1.1.3-3.fc17.x86_64 libXfixes-5.0-2.fc17.x86_64 libXi-1.6.1-1.fc17.x86_64 libXinerama-1.1.2-1.fc17.x86_64 libXrandr-1.3.1-3.fc17.x86_64 libXtst-1.2.0-3.fc17.x86_64 libart_lgpl-2.3.21-3.fc17.x86_64 libasyncns-0.8-3.fc17.x86_64 libbluray-0.2.2-1.fc17.x86_64 libbonobo-2.32.1-2.fc17.x86_64 libbonoboui-2.24.5-3.fc17.x86_64 libcanberra-0.28-6.fc17.x86_64 libcom_err-1.42-4.fc17.x86_64 libcurl-7.24.0-2.fc17.x86_64 libffi-3.0.10-2.fc17.x86_64 libgcrypt-1.5.0-3.fc17.x86_64 libgnome-2.32.1-3.fc17.x86_64 libgnome-keyring-3.4.1-2.fc17.x86_64 libgnomecanvas-2.30.3-4.fc17.x86_64 libgnomeui-2.24.5-4.fc17.x86_64 libgpg-error-1.10-2.fc17.x86_64 libidn-1.24-1.fc17.x86_64 libogg-1.2.2-4.fc17.x86_64 libpng-1.5.10-1.fc17.x86_64 libquvi-0.4.1-1.fc17.x86_64 libselinux-2.1.10-3.fc17.x86_64 libsndfile-1.0.25-2.fc17.x86_64 libssh2-1.4.1-2.fc17.x86_64 libtdb-1.2.9-14.fc17.x86_64 libtool-ltdl-2.4.2-3.fc17.x86_64 libuuid-2.21.1-1.fc17.x86_64 libvorbis-1.3.3-1.fc17.x86_64 libxcb-1.8.1-1.fc17.x86_64 libxml2-2.7.8-7.fc17.x86_64 lua-5.1.4-10.fc17.x86_64 nss-myhostname-0.3-2.fc17.x86_64 nss-softokn-3.13.4-2.fc17.x86_64 nss-softokn-freebl-3.13.4-2.fc17.x86_64 openldap-2.4.31-1.fc17.x86_64 openssl-1.0.0i-1.fc17.x86_64 oxygen-gtk2-1.2.3-1.fc17.x86_64 pixman-0.24.4-2.fc17.x86_64 popt-1.13-10.fc17.x86_64 pulseaudio-libs-1.1-9.fc17.x86_64 rhythmbox-2.96-3.fc17.x86_64 sqlite-3.7.11-2.fc17.x86_64 tcp_wrappers-libs-7.6-69.fc17.x86_64 totem-mozplugin-3.4.0-1.fc17.x86_64 totem-pl-parser-3.4.0-1.fc17.x86_64 xcb-util-0.3.8-2.fc17.x86_64 Output of bt command : (gdb) bt #0 0x00007ffff6edbe9f in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87 #1 0x00007ffff55d722d in PollWrapper (ufds=ufds@entry=0x7fffe3058d00, nfsd=nfsd@entry=8, timeout_=timeout_@entry=-1) at /usr/src/debug/xulrunner-12.0/mozilla-release/widget/gtk2/nsAppShell.cpp:66 #2 0x0000003f0ac47984 in g_main_context_poll (n_fds=8, fds=0x7fffe3058d00, timeout=-1, context= 0x7ffff6c249d0, priority=<optimized out>) at gmain.c:3417 #3 g_main_context_iterate (context=context@entry=0x7ffff6c249d0, block=block@entry=1, dispatch=dispatch@entry=1, self=<error reading variable: Unhandled dwarf expression opcode 0xfa>) at gmain.c:3118 #4 0x0000003f0ac47aa4 in g_main_context_iteration (context=0x7ffff6c249d0, may_block=1) at gmain.c:3184 #5 0x00007ffff55d71dc in nsAppShell::ProcessNextNativeEvent (this=<optimized out>, mayWait=<optimized out>) at /usr/src/debug/xulrunner-12.0/mozilla-release/widget/gtk2/nsAppShell.cpp:162 #6 0x00007ffff55ea582 in nsBaseAppShell::DoProcessNextNativeEvent (this=this@entry=0x7fffe9df1940, mayWait=<optimized out>) at /usr/src/debug/xulrunner-12.0/mozilla-release/widget/xpwidgets/nsBaseAppShell.cpp:171 #7 0x00007ffff55ea74a in nsBaseAppShell::OnProcessNextEvent (this=0x7fffe9df1940, thr=0x7ffff6cf7480, mayWait=<optimized out>, recursionDepth=<optimized out>) at /usr/src/debug/xulrunner-12.0/mozilla-release/widget/xpwidgets/nsBaseAppShell.cpp:324 #8 0x00007ffff56fabf4 in nsThread::ProcessNextEvent (this=0x7ffff6cf7480, mayWait=true, result= 0x7fffffff956f) at /usr/src/debug/xulrunner-12.0/mozilla-release/xpcom/threads/nsThread.cpp:619 #9 0x00007ffff56d07fa in NS_ProcessNextEvent_P (thread=<optimized out>, mayWait=true) at /usr/src/debug/xulrunner-12.0/mozilla-release/xpcom/build/nsThreadUtils.cpp:245 #10 0x00007ffff566c241 in mozilla::ipc::MessagePump::Run (this=0x7ffff6cfad80, aDelegate= 0x7fffebd02240) at /usr/src/debug/xulrunner-12.0/mozilla-release/ipc/glue/MessagePump.cpp:134 #11 0x00007ffff571831d in RunHandler (this=0x7fffebd02240) at /usr/src/debug/xulrunner-12.0/mozilla-release/ipc/chromium/src/base/message_loop.cc:201 #12 MessageLoop::Run (this=0x7fffebd02240) at /usr/src/debug/xulrunner-12.0/mozilla-release/ipc/chromium/src/base/message_loop.cc:175 #13 0x00007ffff55ea287 in nsBaseAppShell::Run (this=0x7fffe9df1940) at /usr/src/debug/xulrunner-12.0/mozilla-release/widget/xpwidgets/nsBaseAppShell.cpp:189 #14 0x00007ffff54cbc81 in nsAppStartup::Run (this=0x7fffe9d606a0) at /usr/src/debug/xulrunner-12.0/mozilla-release/toolkit/components/startup/nsAppStartup.cpp:220 #15 0x00007ffff4d9050d in XRE_main (argc=<optimized out>, argv=<optimized out>, aAppData=<optimized out>) at /usr/src/debug/xulrunner-12.0/mozilla-release/toolkit/xre/nsAppRunner.cpp:3537 #16 0x000000000040229e in main (argc=1, argv=0x7fffffffdcb8) ---Type <return> to continue, or q <return> to quit---q at /usr/src/debug/xulrunner-12.0/mozilla-reQuit (gdb)
Hm, nothing wrong here. Can you please attach full stacktrace? (see https://fedoraproject.org/wiki/Debugging_guidelines_for_Mozilla_products#Obtain_crash_stack_trace) Also please try upstream binary - firefox from mozilla.org.
output of gdb firefox `ps ax|grep firefox/firefox|grep -v grep|cut -d\ -f2` then run: (gdb) run The program being debugged has been started already. Start it from the beginning? (y or n) y Starting program: /usr/lib64/firefox/firefox [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". warning: the debug information found in "/usr/lib/debug/usr/lib64/libstdc++.so.6.0.17.debug" does not match "/lib64/libstdc++.so.6" (CRC mismatch). warning: the debug information found in "/usr/lib/debug//usr/lib64/libstdc++.so.6.0.17.debug" does not match "/lib64/libstdc++.so.6" (CRC mismatch). warning: the debug information found in "/usr/lib/debug/usr/lib64//libstdc++.so.6.0.17.debug" does not match "/lib64/libstdc++.so.6" (CRC mismatch). Detaching after fork from child process 1943. [New Thread 0x7fffed1f0700 (LWP 1998)] [New Thread 0x7fffec395700 (LWP 1999)] [New Thread 0x7fffeb7ff700 (LWP 2000)] [New Thread 0x7fffea7e0700 (LWP 2001)] Detaching after fork from child process 2002. Detaching after fork from child process 2003. [New Thread 0x7fffe92ff700 (LWP 2004)] [New Thread 0x7fffe86fe700 (LWP 2005)] [New Thread 0x7fffe75ff700 (LWP 2006)] [New Thread 0x7fffd06ff700 (LWP 2012)] [New Thread 0x7fffcf9ff700 (LWP 2013)] [New Thread 0x7fffcedff700 (LWP 2014)] [New Thread 0x7fffce5fe700 (LWP 2015)] [New Thread 0x7fffcdbff700 (LWP 2016)] [New Thread 0x7fffcd1ff700 (LWP 2017)] [New Thread 0x7fffcc9fe700 (LWP 2018)] [New Thread 0x7fffcc1fd700 (LWP 2019)] [Thread 0x7fffcedff700 (LWP 2014) exited] [New Thread 0x7fffcb7ff700 (LWP 2020)] [New Thread 0x7fffcaffe700 (LWP 2021)] [Thread 0x7fffce5fe700 (LWP 2015) exited] [New Thread 0x7fffc9fff700 (LWP 2022)] [New Thread 0x7fffc97fe700 (LWP 2023)] [Thread 0x7fffd06ff700 (LWP 2012) exited] [Thread 0x7fffcd1ff700 (LWP 2017) exited] [Thread 0x7fffcc1fd700 (LWP 2019) exited] [Thread 0x7fffcb7ff700 (LWP 2020) exited] [Thread 0x7fffcaffe700 (LWP 2021) exited] [Thread 0x7fffcc9fe700 (LWP 2018) exited] [New Thread 0x7fffcedff700 (LWP 2024)] [New Thread 0x7fffce5fe700 (LWP 2025)] [New Thread 0x7fffd06ff700 (LWP 2026)] [Thread 0x7fffcedff700 (LWP 2024) exited] [Thread 0x7fffd06ff700 (LWP 2026) exited] [Thread 0x7fffce5fe700 (LWP 2025) exited] [New Thread 0x7fffcedff700 (LWP 2027)] [New Thread 0x7fffce5fe700 (LWP 2028)] [New Thread 0x7fffd06ff700 (LWP 2029)] [New Thread 0x7fffcd1ff700 (LWP 2030)] [New Thread 0x7fffc82ff700 (LWP 2031)] [New Thread 0x7fffc7afe700 (LWP 2032)] [New Thread 0x7fffc6aff700 (LWP 2033)] [New Thread 0x7fffc5dff700 (LWP 2034)] [New Thread 0x7fffc55fe700 (LWP 2035)] [New Thread 0x7fffc4dfd700 (LWP 2036)] [New Thread 0x7fffc45fc700 (LWP 2037)] [New Thread 0x7fffc3bff700 (LWP 2038)] [New Thread 0x7fffc33fe700 (LWP 2039)] [New Thread 0x7fffc2bfd700 (LWP 2040)] [New Thread 0x7fffc23fc700 (LWP 2041)] [New Thread 0x7fffc18ff700 (LWP 2042)] [New Thread 0x7fffc10fe700 (LWP 2043)] [New Thread 0x7fffc06ff700 (LWP 2044)] [New Thread 0x7fffbfaff700 (LWP 2045)] [Thread 0x7fffc97fe700 (LWP 2023) exited] [Thread 0x7fffc4dfd700 (LWP 2036) exited] [Thread 0x7fffc55fe700 (LWP 2035) exited] [Thread 0x7fffc33fe700 (LWP 2039) exited] [Thread 0x7fffc5dff700 (LWP 2034) exited] [Thread 0x7fffc23fc700 (LWP 2041) exited] [Thread 0x7fffc2bfd700 (LWP 2040) exited] [New Thread 0x7fffbf2fe700 (LWP 2046)] [Thread 0x7fffc3bff700 (LWP 2038) exited] [Thread 0x7fffc06ff700 (LWP 2044) exited] [Thread 0x7fffc10fe700 (LWP 2043) exited] [New Thread 0x7fffbe5ff700 (LWP 2047)] [New Thread 0x7fffbddfe700 (LWP 2048)] [New Thread 0x7fffbd1ff700 (LWP 2049)] [New Thread 0x7fffbc9fe700 (LWP 2050)] [Thread 0x7fffc18ff700 (LWP 2042) exited] [Thread 0x7fffbe5ff700 (LWP 2047) exited] [New Thread 0x7fffc18ff700 (LWP 2051)] [New Thread 0x7fffbe5ff700 (LWP 2052)] [Thread 0x7fffbe5ff700 (LWP 2052) exited] [Thread 0x7fffbddfe700 (LWP 2048) exited] [New Thread 0x7fffbddfe700 (LWP 2071)] [New Thread 0x7fffbe5ff700 (LWP 2072)] [New Thread 0x7fffc97fe700 (LWP 2073)] *** nsHTMLElement::FinishDecoderSetup() mDecoder=0x7fffc27f7a00 stream=0x7fffbb859000 src=https://www.gstatic.com/chat/sounds/chat_message_6c1dc299fbe62b912fa199c5cbcfd198.ogg [New Thread 0x7fffcdd6d700 (LWP 2074)] *** nsHTMLElement::FinishDecoderSetup() mDecoder=0x7fffbb88f600 stream=0x7fffbb8a4000 src=https://www.gstatic.com/chat/sounds/incoming_ring_63877558afe2089ccafb940cd5ac434d.ogg [New Thread 0x7fffcdd4c700 (LWP 2075)] *** nsHTMLElement::FinishDecoderSetup() mDecoder=0x7fffbb890a00 stream=0x7fffbb8e4000 src=https://www.gstatic.com/chat/sounds/outgoing_ring_08d6076c4e21ce2f30d739a53ef1c609.ogg [New Thread 0x7fffcdd2b700 (LWP 2076)] *** nsHTMLElement::FinishDecoderSetup() mDecoder=0x7fffbb891e00 stream=0x7fffbb735000 src=https://www.gstatic.com/chat/sounds/hangout_join_d5dce8aa337b1c396694cd29918194d8.ogg [New Thread 0x7fffcd34e700 (LWP 2077)] [Thread 0x7fffcdd6d700 (LWP 2074) exited] [Thread 0x7fffcdd4c700 (LWP 2075) exited] [Thread 0x7fffcdd2b700 (LWP 2076) exited] [Thread 0x7fffcd34e700 (LWP 2077) exited] [New Thread 0x7fffc4dfd700 (LWP 2114)] [Thread 0x7fffc97fe700 (LWP 2073) exited] [New Thread 0x7fffc97fe700 (LWP 2151)] Detaching after fork from child process 2152. error: An exception occurred. Traceback (most recent call last): File "resource://jid1-f9uj2thwoam5gq-at-jetpack/api-utils/lib/tabs/tab.js", line 71, in _onReady this._emit(EVENTS.ready.name, this._public); File "resource://jid1-f9uj2thwoam5gq-at-jetpack/api-utils/lib/events.js", line 119, in _emit return this._emitOnObject.apply(this, args); File "resource://jid1-f9uj2thwoam5gq-at-jetpack/api-utils/lib/events.js", line 149, in _emitOnObject listener.apply(targetObj, params); File "resource://jid1-f9uj2thwoam5gq-at-jetpack/api-utils/lib/windows/tabs.js", line 102, in _emitEvent tabs._emit(type, tab); File "resource://jid1-f9uj2thwoam5gq-at-jetpack/api-utils/lib/events.js", line 119, in _emit return this._emitOnObject.apply(this, args); File "resource://jid1-f9uj2thwoam5gq-at-jetpack/api-utils/lib/events.js", line 149, in _emitOnObject listener.apply(targetObj, params); File "resource://jid1-f9uj2thwoam5gq-at-jetpack/collusion/lib/main.js", line 374, in null var domain = getDomain(ioService.newURI(tab.url, null, null).host); [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIURI.host]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://jid1-f9uj2thwoam5gq-at-jetpack/api-utils/lib/cuddlefish.js -> resource://jid1-f9uj2thwoam5gq-at-jetpack/collusion/lib/main.js :: <TOP_LEVEL> :: line 374" data: no] [Thread 0x7fffbe5ff700 (LWP 2072) exited] [Thread 0x7fffce5fe700 (LWP 2028) exited] [Thread 0x7fffbd1ff700 (LWP 2049) exited] [New Thread 0x7fffbd1ff700 (LWP 2326)] [Thread 0x7fffbd1ff700 (LWP 2326) exited] [New Thread 0x7fffce5fe700 (LWP 2399)] [Thread 0x7fffce5fe700 (LWP 2399) exited] [New Thread 0x7fffbd1ff700 (LWP 2400)] [New Thread 0x7fffce5fe700 (LWP 2401)] [Thread 0x7fffce5fe700 (LWP 2401) exited] [Thread 0x7fffbd1ff700 (LWP 2400) exited]
The jid1-f9uj2thwoam5gq-at-jetpack does not seem to be correct here. Please try to run firefox in safe mode (firefox -safe-mode) and disable all addons.
It may also help of you move away your ~/.mozilla file and run firefox with a fresh profile.
I already test safe-mode, move ~/.mozilla, and test with new user, for same result. I also test with KDE and Gnome. But I discus on fedora-forum.fr with user testing Fedora 17 beta, and they don't have this problem, also I think it's a problem when I install this beta (which, I don't know...). Fedora 17 (Beefy Miracle) come in 14 days, when I would install this new Fedora, if problem still persist, I will point out on this bug. Otherwise, I will close this bug. Thank for your help. Martin.
I don't know what, but today firefox launch rapidly... (faster as in Fedora 16)... The only update I do yesterday is llvm-libs, but I do not see the link with firefox...
Okay, closing as WORKFORME.