Bug 1197504

Summary: [abrt] mousepad: g_settings_set_property(): mousepad killed by SIGTRAP
Product: [Fedora] Fedora Reporter: Kevin Fenzi <kevin>
Component: mousepadAssignee: Mukundan Ragavan <nonamedotc>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: kevin, nonamedotc
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/7890295b8fd638953780f870a40a121eb854e73c
Whiteboard: abrt_hash:e2009843ec7f32388a6a490a042c6806d69d8094
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-02 02:46:01 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: mountinfo
none
File: namespaces
none
File: open_fds
none
File: proc_pid_status
none
File: var_log_messages none

Description Kevin Fenzi 2015-03-01 20:14:05 UTC
Description of problem:
tried to start mousepad. crash.

Version-Release number of selected component:
mousepad-0.4.0-1.fc23

Additional info:
reporter:       libreport-2.4.0
backtrace_rating: 4
cmdline:        mousepad
crash_function: g_settings_set_property
executable:     /usr/bin/mousepad
global_pid:     21313
kernel:         4.0.0-0.rc1.git2.1.fc23.x86_64
runlevel:       N 5
type:           CCpp
uid:            1000

Truncated backtrace:
Thread no. 1 (10 frames)
 #3 g_settings_set_property at gsettings.c:526
 #4 g_object_new_internal at gobject.c:1415
 #6 g_object_new_valist at gobject.c:2034
 #8 g_settings_new at gsettings.c:898
 #9 mousepad_settings_store_init at mousepad-settings-store.c:221
 #10 g_type_create_instance at gtype.c:1870
 #11 g_object_new_internal at gobject.c:1774
 #14 mousepad_settings_store_new at mousepad-settings-store.c:237
 #15 mousepad_settings_init at mousepad-settings.c:55
 #16 mousepad_application_init at mousepad-application.c:79

Comment 1 Kevin Fenzi 2015-03-01 20:14:07 UTC
Created attachment 996828 [details]
File: backtrace

Comment 2 Kevin Fenzi 2015-03-01 20:14:08 UTC
Created attachment 996829 [details]
File: cgroup

Comment 3 Kevin Fenzi 2015-03-01 20:14:09 UTC
Created attachment 996830 [details]
File: core_backtrace

Comment 4 Kevin Fenzi 2015-03-01 20:14:10 UTC
Created attachment 996831 [details]
File: dso_list

Comment 5 Kevin Fenzi 2015-03-01 20:14:11 UTC
Created attachment 996832 [details]
File: environ

Comment 6 Kevin Fenzi 2015-03-01 20:14:11 UTC
Created attachment 996833 [details]
File: limits

Comment 7 Kevin Fenzi 2015-03-01 20:14:13 UTC
Created attachment 996834 [details]
File: maps

Comment 8 Kevin Fenzi 2015-03-01 20:14:13 UTC
Created attachment 996835 [details]
File: mountinfo

Comment 9 Kevin Fenzi 2015-03-01 20:14:14 UTC
Created attachment 996836 [details]
File: namespaces

Comment 10 Kevin Fenzi 2015-03-01 20:14:15 UTC
Created attachment 996837 [details]
File: open_fds

Comment 11 Kevin Fenzi 2015-03-01 20:14:16 UTC
Created attachment 996838 [details]
File: proc_pid_status

Comment 12 Kevin Fenzi 2015-03-01 20:14:16 UTC
Created attachment 996839 [details]
File: var_log_messages

Comment 13 Kevin Fenzi 2015-03-02 02:46:01 UTC
Fixed. We needed to run glib-compile-schemas /usr/share/glib-2.0/schemas on install. ;)

Comment 14 Mukundan Ragavan 2015-03-02 03:14:24 UTC
(In reply to Kevin Fenzi from comment #13)
> Fixed. We needed to run glib-compile-schemas /usr/share/glib-2.0/schemas on
> install. ;)

Ah! Sorry I missed that ... :(

Good that's resolved though.