Bug 1485656
Summary: | trap invalid opcode in libfreeblpriv3.so | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Davide Repetto <red> |
Component: | nss-softokn | Assignee: | nss-nspr-maint <nss-nspr-maint> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 26 | CC: | dueno, ekanter, elio.maldonado.batiz, jeff.backus, kengert, red, rrelyea |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | athlon | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-10-21 17:26:15 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1489998 |
Description
Davide Repetto
2017-08-26 19:08:48 UTC
Something similar may have happened to centos in the past: https://bugs.centos.org/view.php?id=11074 Bob/Daiki, is this a duplicate of other similar bugs you've seen recently? It's likely, but I can't say anything without examining the backtrace and the failing instruction. Davide, could you try to collect more information as in the other bug 1482798? (gdb) disas Dump of assembler code for function gcmHash_Update: 0xb5247a20 <+0>: sub $0x3c,%esp 0xb5247a23 <+3>: mov %ebx,0x2c(%esp) 0xb5247a27 <+7>: mov 0x48(%esp),%ebx 0xb5247a2b <+11>: mov 0x40(%esp),%edx 0xb5247a2f <+15>: mov %esi,0x30(%esp) 0xb5247a33 <+19>: mov %edi,0x34(%esp) 0xb5247a37 <+23>: xor %edi,%edi 0xb5247a39 <+25>: lea 0x0(,%ebx,8),%esi 0xb5247a40 <+32>: movd %edi,%xmm0 0xb5247a44 <+36>: movd %esi,%xmm1 0xb5247a48 <+40>: mov 0x50(%edx),%esi 0xb5247a4b <+43>: punpckldq %xmm0,%xmm1 0xb5247a4f <+47>: movq 0x64(%edx),%xmm0 => 0xb5247a54 <+52>: paddq %xmm1,%xmm0 0xb5247a58 <+56>: mov %ebp,0x38(%esp) Hi all, any update? Based on Daiki's comment #20 in bug 1482798, there is a patch that may address this? Thanks! Problem solved in fc27 with: nss-softokn-freebl-3.33.0-1.1.fc27.i686 nss-softokn-3.33.0-1.1.fc27.i686 |