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!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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

  • 2 个回答
  • 4 人有此问题
  • 1 次查看
  • 最后回复者为 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!

所有回复 (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).