Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Firefox crashes when I drag a tab

  • 1 réponse
  • 9 ont ce problème
  • 1 vue
  • Dernière réponse par Shea Levy

more options

I am running Firefox 3.6.13 on top of xulrunner 1.9.2.13, both compiled from source. When I drag a tab to rearrange it, Firefox crashes with the following error shown in the terminal (if run from the terminal):

      1. !!! ABORT: X_ChangeWindowAttributes: BadPixmap (invalid Pixmap parameter); 4 requests ago: file /usr/src/xulrunner/mozilla-1.9.2/toolkit/xre/nsX11ErrorHandler.cpp, line 182

UNKNOWN [ /usr/lib/xulrunner-1.9.2.13/libxul.so +0x001BB436 ] Aborted

My xulrunner mozconfig is as follows:

ac_add_options --enable-application=xulrunner mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../xulrunner-build ac_add_options --prefix=/usr ac_add_options --enable-optimize ac_add_options --enable-system-sqlite ac_add_options --enable-system-cairo ac_add_options --with-system-jpeg ac_add_options --with-system-nspr ac_add_options --with-system-nss ac_add_options --with-system-png ac_add_options --with-system-zlib

I am running Firefox 3.6.13 on top of xulrunner 1.9.2.13, both compiled from source. When I drag a tab to rearrange it, Firefox crashes with the following error shown in the terminal (if run from the terminal): ###!!! ABORT: X_ChangeWindowAttributes: BadPixmap (invalid Pixmap parameter); 4 requests ago: file /usr/src/xulrunner/mozilla-1.9.2/toolkit/xre/nsX11ErrorHandler.cpp, line 182 UNKNOWN [ /usr/lib/xulrunner-1.9.2.13/libxul.so +0x001BB436 ] Aborted My xulrunner mozconfig is as follows: ac_add_options --enable-application=xulrunner mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../xulrunner-build ac_add_options --prefix=/usr ac_add_options --enable-optimize ac_add_options --enable-system-sqlite ac_add_options --enable-system-cairo ac_add_options --with-system-jpeg ac_add_options --with-system-nspr ac_add_options --with-system-nss ac_add_options --with-system-png ac_add_options --with-system-zlib

Modifié le par Shea Levy

Toutes les réponses (1)

more options

After having a similar error occur in Evince (then purposely forcing it to occur in Eclipse), I figured the error was in GTK. I recompiled gdk-pixbuf and gtk+ with no optimizations, and the error went away.