Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 911817 Details for
Bug 1105890
Firefox crashes due to gstreamer (libva). It happens often
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
UNTESTED patch for f20
0001-Fix-rhbz-1105890.patch (text/plain), 2.47 KB, created by
Elad Alfassa
on 2014-06-24 17:24:57 UTC
(
hide
)
Description:
UNTESTED patch for f20
Filename:
MIME Type:
Creator:
Elad Alfassa
Created:
2014-06-24 17:24:57 UTC
Size:
2.47 KB
patch
obsolete
>From 5846ea4c103d51a43ccc213fdba21c7977c07420 Mon Sep 17 00:00:00 2001 >From: Elad Alfassa <elad@fedoraproject.org> >Date: Tue, 24 Jun 2014 20:11:49 +0300 >Subject: [PATCH] Fix rhbz #1105890 > >--- > firefox-crash-fix.patch | 36 ++++++++++++++++++++++++++++++++++++ > libva.spec | 7 ++++++- > 2 files changed, 42 insertions(+), 1 deletion(-) > create mode 100644 firefox-crash-fix.patch > >diff --git a/firefox-crash-fix.patch b/firefox-crash-fix.patch >new file mode 100644 >index 0000000..5ba5e44 >--- /dev/null >+++ b/firefox-crash-fix.patch >@@ -0,0 +1,36 @@ >+From d4988142a3f2256e38c5c5cdcdfc1b4f5f3c1ea9 Mon Sep 17 00:00:00 2001 >+From: Xiang, Haihao <haihao.xiang@intel.com> >+Date: Thu, 18 Jul 2013 05:13:31 +0000 >+Subject: va: release VADisplayContext at the end of vaTerminate() >+ >+Otherwise it will result in invalid reading in va_TraceEnd() >+ >+Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> >+--- >+(limited to 'va/va.c') >+ >+diff --git a/va/va.c b/va/va.c >+index 6cb17ef..0ba595b 100644 >+--- a/va/va.c >++++ b/va/va.c >+@@ -515,15 +515,15 @@ VAStatus vaTerminate ( >+ free(old_ctx->vtable_vpp); >+ old_ctx->vtable_vpp = NULL; >+ >+- if (VA_STATUS_SUCCESS == vaStatus) >+- pDisplayContext->vaDestroy(pDisplayContext); >+- >+ VA_TRACE_LOG(va_TraceTerminate, dpy); >+ >+ va_TraceEnd(dpy); >+ >+ va_FoolEnd(dpy); >+ >++ if (VA_STATUS_SUCCESS == vaStatus) >++ pDisplayContext->vaDestroy(pDisplayContext); >++ >+ return vaStatus; >+ } >+ >+-- >+cgit v0.9.0.2-2-gbebe >diff --git a/libva.spec b/libva.spec >index 0c8ff1c..210ee15 100644 >--- a/libva.spec >+++ b/libva.spec >@@ -1,11 +1,12 @@ > Name: libva > Version: 1.2.1 >-Release: 2%{?dist} >+Release: 3%{?dist} > Summary: Video Acceleration (VA) API for Linux > Group: System Environment/Libraries > License: MIT > URL: http://freedesktop.org/wiki/Software/vaapi > Source0: http://www.freedesktop.org/software/vaapi/releases/libva/libva-%{version}.tar.bz2 >+Patch0: firefox-crash-fix.patch > > BuildRequires: libudev-devel > BuildRequires: libXext-devel >@@ -65,6 +66,7 @@ of %{name}, to use with wayland. > > %prep > %setup -q >+%patch0 -p1 > > %build > %configure --disable-static \ >@@ -116,6 +118,9 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f -- > } > > %changelog >+* Fri Jun 20 2014 Elad Alfassa <elad@fedoraproject.org> - 1.2.1-3 >+- Apply upstream patch to fix a firefox crash (rhbz #1105890) >+ > * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild > >-- >2.0.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1105890
:
910855
| 911817 |
911843
|
912589
|
932561