Bug 1160201

Summary: [abrt] kf5-kwallet-runtime: xcb_setup_vendor_end(): kwalletd5 killed by SIGSEGV
Product: [Fedora] Fedora Reporter: Bojan Ilievski <drakuwa>
Component: kf5-kwalletAssignee: KDE SIG <kde-sig>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: drakuwa, jfilak, jgrulich, kevin, rdieter, than, yonatan.el.amigo
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/70c0398c4b121e5a7b15dc1acef5e83318c960af
Whiteboard: abrt_hash:b0ece829d5e469d954a18a489184b6f6d0d4452e
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-07 15:05:44 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:
Attachments:
Description Flags
File: backtrace
none
File: cgroup
none
File: core_backtrace
none
File: dso_list
none
File: environ
none
File: exploitable
none
File: limits
none
File: maps
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description Bojan Ilievski 2014-11-04 10:15:12 UTC
Version-Release number of selected component:
kf5-kwallet-runtime-5.3.0-1.fc22

Additional info:
reporter:       libreport-2.3.0
backtrace_rating: 4
cmdline:        /usr/bin/kwalletd5
crash_function: xcb_setup_vendor_end
executable:     /usr/bin/kwalletd5
kernel:         3.18.0-0.rc2.git2.1.fc22.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (10 frames)
 #0 xcb_setup_vendor_end at xproto.c:869
 #1 xcb_setup_pixmap_formats at xproto.c:878
 #2 find_format_by_depth at xcb_image.c:46
 #3 xcb_image_native at xcb_image.c:388
 #4 xcb_image_shm_put at xcb_image.c:484
 #5 QXcbShmImage::put at qxcbbackingstore.cpp:189
 #6 QXcbBackingStore::flush at qxcbbackingstore.cpp:324
 #7 QBackingStore::flush at painting/qbackingstore.cpp:105
 #8 QWidgetBackingStore::qt_flush at kernel/qwidgetbackingstore.cpp:118
 #9 QWidgetBackingStore::flush at kernel/qwidgetbackingstore.cpp:1250

Comment 1 Bojan Ilievski 2014-11-04 10:15:17 UTC
Created attachment 953512 [details]
File: backtrace

Comment 2 Bojan Ilievski 2014-11-04 10:15:18 UTC
Created attachment 953513 [details]
File: cgroup

Comment 3 Bojan Ilievski 2014-11-04 10:15:20 UTC
Created attachment 953514 [details]
File: core_backtrace

Comment 4 Bojan Ilievski 2014-11-04 10:15:22 UTC
Created attachment 953515 [details]
File: dso_list

Comment 5 Bojan Ilievski 2014-11-04 10:15:24 UTC
Created attachment 953516 [details]
File: environ

Comment 6 Bojan Ilievski 2014-11-04 10:15:25 UTC
Created attachment 953517 [details]
File: exploitable

Comment 7 Bojan Ilievski 2014-11-04 10:15:27 UTC
Created attachment 953518 [details]
File: limits

Comment 8 Bojan Ilievski 2014-11-04 10:15:30 UTC
Created attachment 953519 [details]
File: maps

Comment 9 Bojan Ilievski 2014-11-04 10:15:31 UTC
Created attachment 953520 [details]
File: open_fds

Comment 10 Bojan Ilievski 2014-11-04 10:15:33 UTC
Created attachment 953521 [details]
File: proc_pid_status

Comment 11 Bojan Ilievski 2014-11-04 10:15:34 UTC
Created attachment 953522 [details]
File: var_log_messages

Comment 12 Daniel Vrátil 2014-11-04 15:01:53 UTC
Please provide output of rpm -q qt5-qtbase

This backtrace is very similar to one in https://bugreports.qt-project.org/browse/QTBUG-33690, which seems to be fixed in Qt 5.4.0 (to be release soon).

Comment 13 Jaroslav Reznik 2015-03-03 16:28:00 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle.
Changing version to '22'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22

Comment 14 Jakub Filak 2015-06-08 19:54:59 UTC
(In reply to Daniel Vrátil from comment #12)
> Please provide output of rpm -q qt5-qtbase
> 
> This backtrace is very similar to one in
> https://bugreports.qt-project.org/browse/QTBUG-33690, which seems to be
> fixed in Qt 5.4.0 (to be release soon).

Daniel, abrt reports usually contains this kind of information in the attachment 'dso_list'. You can see that this bug report includes several lines containing 'qt5-qtbase' and here is the first one:

/usr/lib64/qt5/plugins/imageformats/libqico.so qt5-qtbase-gui-5.4.0-0.2.beta.fc22.x86_64 (Fedora Project) 1414104853


Anyway, I had a similar problem (bug #1228577) [1] which disappeared after upgrading to qt 5.4.2


Bojan, is the crash still reproducible?



1: https://retrace.fedoraproject.org/faf/reports/diff/?lhs=684922&rhs=473188

Comment 15 Bojan Ilievski 2015-06-09 18:19:10 UTC
(In reply to Jakub Filak from comment #14)
> (In reply to Daniel Vrátil from comment #12)
> > Please provide output of rpm -q qt5-qtbase
> > 
> > This backtrace is very similar to one in
> > https://bugreports.qt-project.org/browse/QTBUG-33690, which seems to be
> > fixed in Qt 5.4.0 (to be release soon).
> 
> Daniel, abrt reports usually contains this kind of information in the
> attachment 'dso_list'. You can see that this bug report includes several
> lines containing 'qt5-qtbase' and here is the first one:
> 
> /usr/lib64/qt5/plugins/imageformats/libqico.so
> qt5-qtbase-gui-5.4.0-0.2.beta.fc22.x86_64 (Fedora Project) 1414104853
> 
> 
> Anyway, I had a similar problem (bug #1228577) [1] which disappeared after
> upgrading to qt 5.4.2
> 
> 
> Bojan, is the crash still reproducible?
> 
> 
> 
> 1: https://retrace.fedoraproject.org/faf/reports/diff/?lhs=684922&rhs=473188

No, sorry, I don't have any additional info, and I don't know what caused the crash, so, I can't reproduce it.

Comment 16 Kevin Kofler 2015-09-28 04:04:37 UTC
*** Bug 1266758 has been marked as a duplicate of this bug. ***

Comment 18 Rex Dieter 2016-03-07 15:05:44 UTC
This should be fixed in recent Qt5 and kwin-5.5.x releases