Bug 1214354
| Summary: | [abrt] qupzilla: qupzilla_signal_handler(int)(): qupzilla killed by SIGABRT | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Martin Kolman <mkolman> | ||||||||||||||||||||||||||
| Component: | qt5-qtwebkit | Assignee: | Than Ngo <than> | ||||||||||||||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||
| Version: | 22 | CC: | christoph.wickert, dvratil, helio, jgrulich, jreznik, kevin, lnie, ltinkl, mario.blaettermann, rdieter, rnovacek, than | ||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||
| OS: | Linux | ||||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/080e229db1ad277d65dc059e63d454680daa0fa8 | ||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:493639e3b122be5279ea4e65007a749732095d08 | ||||||||||||||||||||||||||||
| Fixed In Version: | qt5-qtwebkit-5.4.1-5.fc22 | Doc Type: | Bug Fix | ||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||
| Last Closed: | 2015-05-01 16:38:19 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: | |||||||||||||||||||||||||||||
| Bug Depends On: | 1208989 | ||||||||||||||||||||||||||||
| Bug Blocks: | |||||||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||||||
|
Description
Martin Kolman
2015-04-22 14:07:36 UTC
Created attachment 1017466 [details]
File: backtrace
Created attachment 1017467 [details]
File: cgroup
Created attachment 1017468 [details]
File: core_backtrace
Created attachment 1017469 [details]
File: dso_list
Created attachment 1017470 [details]
File: environ
Created attachment 1017471 [details]
File: limits
Created attachment 1017472 [details]
File: maps
Created attachment 1017473 [details]
File: mountinfo
Created attachment 1017474 [details]
File: namespaces
Created attachment 1017475 [details]
File: open_fds
Created attachment 1017476 [details]
File: proc_pid_status
Created attachment 1017477 [details]
File: var_log_messages
Reassigning to Qt Webkit #0 WebCore::TransformationMatrix::multiply () at /usr/src/debug/qtwebkit-opensource-src-5.4.1/Source/WebCore/platform/graphics/transforms/TransformationMatrix.cpp:1122 1122 __m128d matrixBlockA = _mm_load_pd(&(m_matrix[0][0])); (gdb) list 1117 } 1118 #undef MATRIX_MULTIPLY_ONE_LINE 1119 1120 #elif defined(TRANSFORMATION_MATRIX_USE_X86_64_SSE2) 1121 // x86_64 has 16 XMM registers which is enough to do the multiplication fully in registers. 1122 __m128d matrixBlockA = _mm_load_pd(&(m_matrix[0][0])); 1123 __m128d matrixBlockC = _mm_load_pd(&(m_matrix[1][0])); 1124 __m128d matrixBlockE = _mm_load_pd(&(m_matrix[2][0])); 1125 __m128d matrixBlockG = _mm_load_pd(&(m_matrix[3][0])); 1126 According to upstream this is a GCC5 bug: https://bugs.webkit.org/show_bug.cgi?id=142333 and gcc was supposedly fixed recently per bug #1208989 we can test that out with a fresh rebuild. qt5-qtwebkit-5.4.1-5.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/qt5-qtwebkit-5.4.1-5.fc22 qt5-qtwebkit-5.4.1-5.fc22 works qt5-qtwebkit-5.4.1-5.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |