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 877350 Details for
Bug 1079468
patch to fix crash in libvpx
[?]
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]
possible patch
0001-fix-Illegal-Instruction-abort.patch (text/plain), 2.84 KB, created by
Wim Taymans
on 2014-03-21 16:07:06 UTC
(
hide
)
Description:
possible patch
Filename:
MIME Type:
Creator:
Wim Taymans
Created:
2014-03-21 16:07:06 UTC
Size:
2.84 KB
patch
obsolete
>From c12d245464025fd8193eee2d3fffce6535abd8e6 Mon Sep 17 00:00:00 2001 >From: Wim Taymans <wtaymans@redhat.com> >Date: Thu, 20 Mar 2014 13:57:00 +0100 >Subject: [PATCH] fix Illegal Instruction abort > >--- > Bug-fix-in-ssse3-quantize-function.patch | 32 ++++++++++++++++++++++++++++++++ > libvpx.spec | 7 ++++++- > 2 files changed, 38 insertions(+), 1 deletion(-) > create mode 100644 Bug-fix-in-ssse3-quantize-function.patch > >diff --git a/Bug-fix-in-ssse3-quantize-function.patch b/Bug-fix-in-ssse3-quantize-function.patch >new file mode 100644 >index 0000000..74138e8 >--- /dev/null >+++ b/Bug-fix-in-ssse3-quantize-function.patch >@@ -0,0 +1,32 @@ >+commit 0d43bd77e5f429467fbd280a7b8f7fbc0bfe1809 >+Author: Yunqing Wang <yunqingwang@google.com> >+Date: Fri Feb 7 14:27:07 2014 -0800 >+ >+ Bug fix in ssse3 quantize function >+ >+ A bug was reported in Issue 702: "SIGILL (Illegal instruction) when >+ transcoding with vp9 - using FFmpeg". It was reproduced and fixed. >+ >+ Change-Id: Ie32c149a89af02856084aeaf289e848a905c7700 >+ >+diff --git a/vp9/encoder/x86/vp9_quantize_ssse3.asm b/vp9/encoder/x86/vp9_quantize_ssse3.asm >+index db30660..48ccef8 100644 >+--- a/vp9/encoder/x86/vp9_quantize_ssse3.asm >++++ b/vp9/encoder/x86/vp9_quantize_ssse3.asm >+@@ -188,7 +188,8 @@ cglobal quantize_%1, 0, %2, 15, coeff, ncoeff, skip, zbin, round, quant, \ >+ pmaxsw m8, m7 >+ pshuflw m7, m8, 0x1 >+ pmaxsw m8, m7 >+- pextrw [r2], m8, 0 >++ pextrw r6, m8, 0 >++ mov [r2], r6 >+ RET >+ >+ ; skip-block, i.e. just write all zeroes >+@@ -214,5 +215,5 @@ cglobal quantize_%1, 0, %2, 15, coeff, ncoeff, skip, zbin, round, quant, \ >+ %endmacro >+ >+ INIT_XMM ssse3 >+-QUANTIZE_FN b, 6 >++QUANTIZE_FN b, 7 >+ QUANTIZE_FN b_32x32, 7 >diff --git a/libvpx.spec b/libvpx.spec >index ddb4cac..c938bf9 100644 >--- a/libvpx.spec >+++ b/libvpx.spec >@@ -6,12 +6,13 @@ Name: libvpx > Summary: VP8 Video Codec SDK > Version: %{majorver}.%{minorver}.%{tinyver} > %global soversion %{version} >-Release: 3%{?dist} >+Release: 4%{?dist} > License: BSD > Group: System Environment/Libraries > Source0: http://webm.googlecode.com/files/%{name}-v%{version}.tar.bz2 > # Thanks to debian. > Source2: libvpx.ver >+Patch0: Bug-fix-in-ssse3-quantize-function.patch > URL: http://www.webmproject.org/tools/vp8-sdk/ > %ifarch %{ix86} x86_64 > BuildRequires: yasm >@@ -43,6 +44,7 @@ and decoder. > > %prep > %setup -q -n %{name}-v%{version} >+%patch0 -p1 -b .patch0 > > %build > %ifarch %{ix86} >@@ -169,6 +171,9 @@ popd > %{_bindir}/* > > %changelog >+* Thu Mar 20 2014 Wim Taymans <wtaymans@redhat.com> - 1.3.0-4 >+- fix Illegal Instruction abort >+ > * Thu Feb 13 2014 Dan Horák <dan[at]danny.cz> - 1.3.0-3 > - update library symbol list for 1.3.0 from Debian > >-- >1.8.5.3 >
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 1079468
: 877350