firefox 2.0.0.9 crashes insanely with any flash plugin
SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Anyone else getting these kind of crashes ? It crashes with flash player 9 plugin, and even swfdec, which I installed in an attempt to stop the crashing. I think it's definitely a bug with FF. Right ? I keep sending those crash reports through the FF crash manager, I hope that'll be enough.
I think this is ridiculous, what is causing these crashes ? There have been reports of flash-related crashes for a very long time. I want to get to the bottom of this. It is really pissing me off
I found something interesting. I attached gdb onto running firefox-bin, to see what kind of error messages I would get. Well here they are:
For swfdec:
Code:
rogram received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1223784752 (LWP 9262)]
0xb22cec75 in composite_in_argb_sse () from /usr/lib/liboil-0.3.so.0
For flash player 9:
Code:
ALSA lib pcm_rate.c:1381:(snd_pcm_rate_open) Cannot find rate converter
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1224132912 (LWP 9426)]
0xb020dd54 in snd_pcm_close () from /usr/lib/libasound.so
It is interesting to see that libasound.so is involved ... that's the alsa library, right ? Maybe I'll try to install a new alsa version and see if it helps ?
Ok, I found what the problem was. I recently added a line to '~/.asoundrc' that read:
Code:
defaults.pcm.rate_converter "samplerate_best"
as suggested in a post on here in an attempt to improve sound quality ... bad idea. This was what was causing the crash. I deleted '~/.asoundrc' and the problem is no more. How silly, a single line in a text file can cause this crash.
I found that web sites with flash made my firefox and seamonkey browsers crash after upgrading to the latest -current.
Re-installing the flashplayer plugin fixed this issue for me.
Distribution: Slackware sans KDE4 (Gnome Slackbuild)
Posts: 444
Thanked: 6
Quote:
Originally Posted by H_TeXMeX_H
Ok, I found what the problem was. I recently added a line to '~/.asoundrc' that read:
Code:
defaults.pcm.rate_converter "samplerate_best"
as suggested in a post on here in an attempt to improve sound quality ... bad idea. This was what was causing the crash. I deleted '~/.asoundrc' and the problem is no more. How silly, a single line in a text file can cause this crash.
Problem solved, for me at least.
That was me. Just to be clear however, I did not suggest to do this. I reported that this line was causing problems for me, namely crashing the KDE sound system. I also later discovered that that I was having the same problem as you experienced.
I haven't found out how to get this to work and am still looking around. Meanwhile I do this for playing music:
Possible workaround for flash 9 crashing in firefox
Flash 9 under linux uses ALSA to play sound, which is still a work in progress (and probably will be for some time) - I am talking about flash under ALSA and not about ALSA itself.
Depending on your hardware/alsa drivers your flash plugin may or may not crash - unfortunately your's does
A work around may be possible by using OSS to play your flash sound.
PS - I just joined LQ to reply to your question so I hope it works.
Quote:
Originally Posted by H_TeXMeX_H
Anyone else getting these kind of crashes ? It crashes with flash player 9 plugin, and even swfdec, which I installed in an attempt to stop the crashing. I think it's definitely a bug with FF. Right ? I keep sending those crash reports through the FF crash manager, I hope that'll be enough.
I think this is ridiculous, what is causing these crashes ? There have been reports of flash-related crashes for a very long time. I want to get to the bottom of this. It is really pissing me off
Last edited by digumarty; 11-25-2007 at 10:14 PM..
Reason: fix build instructions
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.