Bug 1172071

Summary: [abrt] kde-runtime: qt_message_output(): kde-open killed by SIGABRT
Product: [Fedora] Fedora Reporter: lonelywoolf
Component: kde-runtimeAssignee: Than Ngo <than>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: dvratil, garymayor10, jgrulich, jreznik, kevin, ltinkl, mbriza, pk, rdieter, rnovacek, than
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/b75c86eb4d7a36f68811c938028be938612b0e04
Whiteboard: abrt_hash:a546ba826af5692a958f49c1b6621679bdb45031
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-12-10 04:04:52 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: limits
none
File: maps
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description lonelywoolf 2014-12-09 10:36:24 UTC
Version-Release number of selected component:
kde-runtime-4.14.3-2.fc21

Additional info:
reporter:       libreport-2.3.0
backtrace_rating: 4
cmdline:        kde-open /Desktop/recup_dir.1/f0004984.xls
crash_function: qt_message_output
executable:     /usr/bin/kde-open
kernel:         3.17.4-302.fc21.x86_64
runlevel:       N 5
type:           CCpp
uid:            0

Truncated backtrace:
Thread no. 1 (3 frames)
 #2 qt_message_output at global/qglobal.cpp:2359
 #3 ~QDebug at /usr/include/QtCore/qdebug.h:85
 #4 ClientApp::doIt at /usr/src/debug/kde-runtime-4.14.3/kioclient/kioclient.cpp:295

Potential duplicate: bug 860182

Comment 1 lonelywoolf 2014-12-09 10:36:28 UTC
Created attachment 966178 [details]
File: backtrace

Comment 2 lonelywoolf 2014-12-09 10:36:29 UTC
Created attachment 966179 [details]
File: cgroup

Comment 3 lonelywoolf 2014-12-09 10:36:31 UTC
Created attachment 966180 [details]
File: core_backtrace

Comment 4 lonelywoolf 2014-12-09 10:36:33 UTC
Created attachment 966181 [details]
File: dso_list

Comment 5 lonelywoolf 2014-12-09 10:36:34 UTC
Created attachment 966182 [details]
File: environ

Comment 6 lonelywoolf 2014-12-09 10:36:36 UTC
Created attachment 966183 [details]
File: limits

Comment 7 lonelywoolf 2014-12-09 10:36:38 UTC
Created attachment 966184 [details]
File: maps

Comment 8 lonelywoolf 2014-12-09 10:36:40 UTC
Created attachment 966185 [details]
File: open_fds

Comment 9 lonelywoolf 2014-12-09 10:36:42 UTC
Created attachment 966186 [details]
File: proc_pid_status

Comment 10 lonelywoolf 2014-12-09 10:36:43 UTC
Created attachment 966187 [details]
File: var_log_messages

Comment 11 Rex Dieter 2014-12-10 04:04:52 UTC
looks like you were trying to open something as root here, but it doesn't have access to your user dbus session.

kFatal(101) << "Session bus not found" ;
Don't run GUI apps under su or sudo, use kdesu instead.

*** This bug has been marked as a duplicate of bug 873520 ***