Bug 522009
| Summary: | Firefox fails with a SIGILL signal while attempting to play flash content | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mark Harig <tpeplt> | ||||||
| Component: | firefox | Assignee: | Gecko Maintainer <gecko-bugs-nobody> | ||||||
| Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 11 | CC: | gecko-bugs-nobody, mcepl | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2009-09-30 16:39:18 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Mark Harig
2009-09-09 05:14:52 UTC
Created attachment 360795 [details]
Updated stack trace of firefox signalling SIGILL using Firefox 3.5.3-1
Here is an updated stack trace using Firefox 3.5.3-1. Also, '-safe-mode' has been added to the command-line options that are passed to firefox.
$ rpm -q firefox xulrunner
firefox-3.5.3-1.fc11.x86_64
xulrunner-1.9.1.3-1.fc11.x86_64
$ rpm -V firefox xulrunner && echo $?
0
Sorry, this is a crash in the flash plugin itself with which we cannot help. You would be much better by installing libflashplugin.so to %{_libdir}/mozilla/plugins and installing nspluginwrapper (if using 32bit plugin from http://get.adobe.com/flashplayer/thankyou/?installer=Flash_Player_10_for_Linux_(YUM) then you need both 32bit and 64bit version of nspluginwrapper, if using 64bit alpha version from http://labs.adobe.com/technologies/flashplayer10/ then you need only 64bit version). Then restart firefox (and you can check with mozilla-plugin-config -l that the plugin got installed correctly).
In case flash plugin crashes now, the only thing would be that you get a grey rectangle in place where the plugin should be shown. Reload the page and off you go.
|