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!

Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

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