Bug 1005450

Summary: [abrt] kde-runtime-4.11.1-1.fc21: qt_message_output(QtMsgType, char const*): Process /usr/bin/kde-open was killed by signal 6 (SIGABRT)
Product: [Fedora] Fedora Reporter: Christopher Meng <i>
Component: kde-runtimeAssignee: Than Ngo <than>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jgrulich, jreznik, kevin, ltinkl, mbriza, rdieter, rnovacek, than
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
Whiteboard: abrt_hash:5cedbf9e233ed38111dd587107277190302ea4e8
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-13 21:18:12 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

Description Christopher Meng 2013-09-07 04:12:54 UTC
Description of problem:
Wrong doc dir so KDE can't open it.

Version-Release number of selected component:
kde-runtime-4.11.1-1.fc21

Additional info:
reporter:       libreport-2.1.6
backtrace_rating: 4
cmdline:        kde-open /usr/lib/python2.7/site-packages/gausssum/../Docs/index.html
crash_function: qt_message_output(QtMsgType, char const*)
executable:     /usr/bin/kde-open
kernel:         3.11.0-3.fc21.i686+PAE
runlevel:       N 5
uid:            0
var_log_messages: Sep  7 11:43:51 fab abrt[30405]: Saved core dump of pid 30404 (/usr/bin/kde-open) to /var/tmp/abrt/ccpp-2013-09-07-11:43:51-30404 (3518464 bytes)

Truncated backtrace:
Thread no. 1 (2 frames)
 #3 qt_message_output(QtMsgType, char const*) at /lib/libQtCore.so.4
 #4 ClientApp::doIt()

Comment 1 Christopher Meng 2013-09-07 04:13:00 UTC
Created attachment 795049 [details]
File: backtrace

Comment 2 Christopher Meng 2013-09-07 04:13:04 UTC
Created attachment 795050 [details]
File: cgroup

Comment 3 Christopher Meng 2013-09-07 04:13:10 UTC
Created attachment 795051 [details]
File: core_backtrace

Comment 4 Christopher Meng 2013-09-07 04:13:15 UTC
Created attachment 795052 [details]
File: dso_list

Comment 5 Christopher Meng 2013-09-07 04:13:20 UTC
Created attachment 795053 [details]
File: environ

Comment 6 Christopher Meng 2013-09-07 04:13:25 UTC
Created attachment 795054 [details]
File: limits

Comment 7 Christopher Meng 2013-09-07 04:13:30 UTC
Created attachment 795055 [details]
File: maps

Comment 8 Christopher Meng 2013-09-07 04:13:35 UTC
Created attachment 795056 [details]
File: open_fds

Comment 9 Christopher Meng 2013-09-07 04:13:40 UTC
Created attachment 795057 [details]
File: proc_pid_status

Comment 10 Kevin Kofler 2013-09-13 21:18:12 UTC
The cause of the crash is not that the docdir is wrong (If it is, that's a separate bug which you should file against gausssum.), but that you're apparently trying to run GUI apps under su, which is not supported.

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

Comment 11 Christopher Meng 2013-09-14 00:06:46 UTC
(In reply to Kevin Kofler from comment #10)
> The cause of the crash is not that the docdir is wrong (If it is, that's a
> separate bug which you should file against gausssum.), but that you're
> apparently trying to run GUI apps under su, which is not supported.
> 
> *** This bug has been marked as a duplicate of bug 873520 ***

Oh... I forgot this! 

Thanks.