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

Crash on certain web pages with *** stack smashing detected ***

  • 2 replies
  • 4 have this problem
  • 8 views
  • Last reply by fgfanta

more options

When I visit certain web pages, Firefox crashes systematically, e.g. http://arrayfire.com/

Starting it from console, I get this error at the time of the crash:

      • stack smashing detected ***: /usr/lib/firefox/firefox terminated

Here there is one of the crash reports: https://crash-stats.mozilla.com/report/index/1fa73a7c-20e3-49c6-ac31-cbaa92141211

Running Firefox 34.0 on Ubuntu 14.10 64-bit.

Any clue how to fix this? I have already tried re-setting and re-installing the browser, starting it with all add-ons disabled and disabling all plug-ins.

Thanks!

When I visit certain web pages, Firefox crashes systematically, e.g. http://arrayfire.com/ Starting it from console, I get this error at the time of the crash: *** stack smashing detected ***: /usr/lib/firefox/firefox terminated Here there is one of the crash reports: https://crash-stats.mozilla.com/report/index/1fa73a7c-20e3-49c6-ac31-cbaa92141211 Running Firefox 34.0 on Ubuntu 14.10 64-bit. Any clue how to fix this? I have already tried re-setting and re-installing the browser, starting it with all add-ons disabled and disabling all plug-ins. Thanks!

All Replies (2)

more options

Looks like a problem with GStreamer.

You can check if there is an update for GStreamer.

Otherwise you can try to disable GStreamer fort the HTML5 media player.

  • on the about:config page: media.gstreamer.enabled = false
more options

Thank you cor-el. I have disabled GStreamer as per your instructions, and the crash didn't happen anymore.

Also, I have tried building Firefox on my system starting from its source code (version 34.0), and that build didn't reproduce the issue (leaving GStreamer enabled).