Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Mozilla サポートの検索

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.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

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).