Bug 1214354 - [abrt] qupzilla: qupzilla_signal_handler(int)(): qupzilla killed by SIGABRT
Summary: [abrt] qupzilla: qupzilla_signal_handler(int)(): qupzilla killed by SIGABRT
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: qt5-qtwebkit
Version: 22
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:493639e3b122be5279ea4e65007...
Depends On: 1208989
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-04-22 14:07 UTC by Martin Kolman
Modified: 2015-05-01 16:38 UTC (History)
12 users (show)

Fixed In Version: qt5-qtwebkit-5.4.1-5.fc22
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-05-01 16:38:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (56.84 KB, text/plain)
2015-04-22 14:07 UTC, Martin Kolman
no flags Details
File: cgroup (190 bytes, text/plain)
2015-04-22 14:07 UTC, Martin Kolman
no flags Details
File: core_backtrace (49.51 KB, text/plain)
2015-04-22 14:07 UTC, Martin Kolman
no flags Details
File: dso_list (25.85 KB, text/plain)
2015-04-22 14:07 UTC, Martin Kolman
no flags Details
File: environ (1.64 KB, text/plain)
2015-04-22 14:07 UTC, Martin Kolman
no flags Details
File: limits (1.29 KB, text/plain)
2015-04-22 14:07 UTC, Martin Kolman
no flags Details
File: maps (122.75 KB, text/plain)
2015-04-22 14:07 UTC, Martin Kolman
no flags Details
File: mountinfo (3.68 KB, text/plain)
2015-04-22 14:07 UTC, Martin Kolman
no flags Details
File: namespaces (85 bytes, text/plain)
2015-04-22 14:07 UTC, Martin Kolman
no flags Details
File: open_fds (3.58 KB, text/plain)
2015-04-22 14:07 UTC, Martin Kolman
no flags Details
File: proc_pid_status (970 bytes, text/plain)
2015-04-22 14:07 UTC, Martin Kolman
no flags Details
File: var_log_messages (1.01 KB, text/plain)
2015-04-22 14:07 UTC, Martin Kolman
no flags Details


Links
System ID Private Priority Status Summary Last Updated
WebKit Project 142333 0 None None None Never

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.


Note You need to log in before you can comment on or make changes to this bug.