Bug 1214354

Summary: [abrt] qupzilla: qupzilla_signal_handler(int)(): qupzilla killed by SIGABRT
Product: [Fedora] Fedora Reporter: Martin Kolman <mkolman>
Component: qt5-qtwebkitAssignee: Than Ngo <than>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: 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 Flags
File: backtrace
none
File: cgroup
none
File: core_backtrace
none
File: dso_list
none
File: environ
none
File: limits
none
File: maps
none
File: mountinfo
none
File: namespaces
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description Martin Kolman 2015-04-22 14:07:36 UTC
Description of problem:
- go to:
http://www.czc.cz/crucial-ballistix-sport-8gb-ddr3-1600-so-dimm/132578/produkt
- watch qupzilla crash

Version-Release number of selected component:
qupzilla-1.8.6-3.fc22

Additional info:
reporter:       libreport-2.5.1
backtrace_rating: 4
cmdline:        qupzilla
crash_function: qupzilla_signal_handler(int)
executable:     /usr/bin/qupzilla
global_pid:     28128
kernel:         4.0.0-0.rc5.git4.1.fc22.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (1 frames)
 #2 qupzilla_signal_handler(int) at ../../../src/main/main.cpp:59

Comment 1 Martin Kolman 2015-04-22 14:07:39 UTC
Created attachment 1017466 [details]
File: backtrace

Comment 2 Martin Kolman 2015-04-22 14:07:40 UTC
Created attachment 1017467 [details]
File: cgroup

Comment 3 Martin Kolman 2015-04-22 14:07:42 UTC
Created attachment 1017468 [details]
File: core_backtrace

Comment 4 Martin Kolman 2015-04-22 14:07:43 UTC
Created attachment 1017469 [details]
File: dso_list

Comment 5 Martin Kolman 2015-04-22 14:07:45 UTC
Created attachment 1017470 [details]
File: environ

Comment 6 Martin Kolman 2015-04-22 14:07:46 UTC
Created attachment 1017471 [details]
File: limits

Comment 7 Martin Kolman 2015-04-22 14:07:48 UTC
Created attachment 1017472 [details]
File: maps

Comment 8 Martin Kolman 2015-04-22 14:07:49 UTC
Created attachment 1017473 [details]
File: mountinfo

Comment 9 Martin Kolman 2015-04-22 14:07:50 UTC
Created attachment 1017474 [details]
File: namespaces

Comment 10 Martin Kolman 2015-04-22 14:07:51 UTC
Created attachment 1017475 [details]
File: open_fds

Comment 11 Martin Kolman 2015-04-22 14:07:52 UTC
Created attachment 1017476 [details]
File: proc_pid_status

Comment 12 Martin Kolman 2015-04-22 14:07:53 UTC
Created attachment 1017477 [details]
File: var_log_messages

Comment 13 Helio Chissini de Castro 2015-04-22 14:58:01 UTC
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

Comment 14 Daniel Vrátil 2015-04-29 15:46:32 UTC
According to upstream this is a GCC5 bug: https://bugs.webkit.org/show_bug.cgi?id=142333

Comment 15 Rex Dieter 2015-04-29 15:54:11 UTC
and gcc was supposedly fixed recently per bug #1208989

 we can test that out with a fresh rebuild.

Comment 16 Fedora Update System 2015-04-29 23:00:29 UTC
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

Comment 17 lnie 2015-04-30 08:25:44 UTC
qt5-qtwebkit-5.4.1-5.fc22 works

Comment 18 Fedora Update System 2015-05-01 16:38:19 UTC
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.