Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Add-ons to take screenshots crash

  • 8 replies
  • 1 has this problem
  • 57 views
  • Last reply by mario60

more options

Hi

I am on a Fedora 20 machine, Firefox 36.0. If I try to use add-ons either Screenshot or Abduction, my machine crashes.

I can fix that, if I delete /etc/X11/xorg.conf.d/10.intel.conf. (see discussion at http://forums.fedoraforum.org/showthread.php?t=300560&page=2 )

However, if I delete 10.intel.conf, I run into a issue exactly like the issue described at https://ask.fedoraproject.org/en/question/32960/black-windows-in-gnome-3-suddenly/ (or see bug report here https://bugzilla.redhat.com/show_bug.cgi?id=961781 ).

I am not sure whether it is a Fedora or rather a Firefox issue. I am asking to both forum. Thanks, Cheers mario

Hi I am on a Fedora 20 machine, Firefox 36.0. If I try to use add-ons either Screenshot or Abduction, my machine crashes. I can fix that, if I delete /etc/X11/xorg.conf.d/10.intel.conf. (see discussion at http://forums.fedoraforum.org/showthread.php?t=300560&page=2 ) However, if I delete 10.intel.conf, I run into a issue exactly like the issue described at https://ask.fedoraproject.org/en/question/32960/black-windows-in-gnome-3-suddenly/ (or see bug report here https://bugzilla.redhat.com/show_bug.cgi?id=961781 ). I am not sure whether it is a Fedora or rather a Firefox issue. I am asking to both forum. Thanks, Cheers mario

Modified by cor-el

All Replies (8)

more options

Hi Mario, Both passed the testing for compatibility. Can you please try Firefox Safe Mode to make sure its not the add on: Try Firefox Safe Mode to see if the problem goes away. Firefox Safe Mode is a troubleshooting mode that temporarily turns off hardware acceleration, resets some settings, and disables add-ons (extensions and themes).

If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:

  • Click the menu button New Fx Menu, click Help Help-29 and select Restart with Add-ons Disabled.

If Firefox is not running, you can start Firefox in Safe Mode as follows:

  • On Windows: Hold the Shift key when you open the Firefox desktop or Start menu shortcut.
  • On Mac: Hold the option key while starting Firefox.
  • On Linux: Quit Firefox, go to your Terminal and run firefox -safe-mode
    (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)

When the Firefox Safe Mode window appears, select "Start in Safe Mode".

SafeMode-Fx35

If the issue is not present in Firefox Safe Mode, your problem is probably caused by an extension, theme, or hardware acceleration. Please follow the steps in the Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems article to find the cause.

To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.

When you figure out what's causing your issues, please let us know. It might help others with the same problem.

more options

Does the "built-in" method of taking a screenshot work? It's a bit inconvenient by Windows standards, but maybe it's a reasonable temporary workaround. Please see cor-el's post here:

https://support.mozilla.org/questions/1053009#answer-706495

more options

Is it your computer crashing, or Firefox? Can you post what the crash messages are?

more options

jscher2000 said

Does the "built-in" method of taking a screenshot work? It's a bit inconvenient by Windows standards, but maybe it's a reasonable temporary workaround. Please see cor-el's post here: https://support.mozilla.org/questions/1053009#answer-706495

Actually, I tried screenshot --fullpage fullpage_screenshot.png and machine crashed. (without --fullpage, everything seems to work ok).

your advise is welcome m.

more options

FredMcD said

Is it your computer crashing, or Firefox? Can you post what the crash messages are?

I guess Gnome crashes. Which message?

more options

guigs2 said

Can you please try Firefox Safe Mode to make sure its not the add on:

Firefox Safe Mode Developer Toolbar commands (Shift+F2) screenshot --fullpage fullpage_screenshot.png machine crashes.

CORRECTION: machine DOES NOT crash when /etc/X11/xorg.conf.d/10-intel.conf below is moved to trash bin (but other issue about black windows shows up again).

Notes: box Preferences/Advanced/'Uncheck Use hardware acceleration when available' is -Un-checked

There is a file

/etc/X11/xorg.conf.d/10-intel.conf

whose content is

   Section "Device"
      Identifier "Intel Graphics"
      Driver "intel"
      Option "AccelMethod" "sna"
   EndSection

Modified by mario60

more options

mario60 said

FredMcD said
Is it your computer crashing, or Firefox? Can you post what the crash messages are?

I guess Gnome crashes. Which message?

All of them.

more options

FredMcD said

mario60 said
FredMcD said
Is it your computer crashing, or Firefox? Can you post what the crash messages are?

I guess Gnome crashes. Which message?

All of them.

which ones?

Note correction above. Now I would say that it is not a issue with any add-ons, rather there is something wrong with command screenshot --fullpage and having 10-intel.conf as above.

Your advise is welcome mario

EDIT (SOLVED??)

I am trying with /etc/X11/xorg.conf.d/10-intel.conf as

   Section "Device"
      Identifier "Intel Graphics"
      Driver "intel"
      Option "AccelMethod" "uxa"
   EndSection

and it seems to work, though I seem to remember that there was some other issue. I keep you updated.

Modified by mario60