Bug 130473

Summary: gnome-settings-daemon crashes in acme_fblevel_get_type ()
Product: [Fedora] Fedora Reporter: jeroen <jeroen>
Component: control-centerAssignee: Jonathan Blandford <jrb>
Status: CLOSED UPSTREAM QA Contact: David Lawrence <dkl>
Severity: high Docs Contact:
Priority: medium    
Version: rawhideCC: ddumas
Target Milestone: ---   
Target Release: ---   
Hardware: powerpc   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-08-22 12:18:42 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:
Bug Depends On:    
Bug Blocks: 121179, 123268    

Description jeroen 2004-08-20 19:02:24 UTC
Update to the latest fedora ppc development packages.
gnome-settings-daemon crashes when it tries to start. According to gdb
(which is lacking quite a lot of symbols), it crashes in
acme_fblevel_get_type (). I don't know if anything changed recently in
that code, otherwise it may be a packaging problem?

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 805559680 (LWP 3295)]
0x1001fd08 in acme_fblevel_get_type ()

Comment 1 jeroen 2004-08-20 19:02:53 UTC
This is with control-center-2.7.0-1 btw.

Comment 2 jeroen 2004-08-22 12:18:42 UTC
Fixed upstream in gnomecvs:

2004-08-22  Jeroen Zwartepoorte  <jeroen>

	* actions/acme-fb-level.c: Use the parent type in the G_DEFINE_TYPE
	macro, not its own type (fixes rh #130473).