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 910855 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]
Patch for the fedora package
0001-Fix-rhbz-1105890.patch (text/plain), 2.55 KB, created by
Elad Alfassa
on 2014-06-20 18:18:45 UTC
(
hide
)
Description:
Patch for the fedora package
Filename:
MIME Type:
Creator:
Elad Alfassa
Created:
2014-06-20 18:18:45 UTC
Size:
2.55 KB
patch
obsolete
>From 7d4f7c60cb3f5efbf4d549a51d3d62a0e11c410d Mon Sep 17 00:00:00 2001 >From: Elad Alfassa <elad@fedoraproject.org> >Date: Fri, 20 Jun 2014 21:13:20 +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 d9b7ac9..470717a 100644 >--- a/libva.spec >+++ b/libva.spec >@@ -1,11 +1,12 @@ > Name: libva > Version: 1.3.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 >@@ -50,6 +51,7 @@ of %{name}, including the vainfo tool for determining what (if any) > > %prep > %setup -q >+%patch0 -p1 > > %build > %configure --disable-static \ >@@ -93,6 +95,9 @@ find %{buildroot} -regex ".*\.la$" | xargs rm -f -- > %{!?_without_wayland:%{_bindir}/putsurface_wayland} > > %changelog >+* Fri Jun 20 2014 Elad Alfassa <elad@fedoraproject.org> - 1.3.1-3 >+- Apply upstream patch to fix a firefox crash (rhbz #1105890) >+ > * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-2 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_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