Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 291507 - gnome-base/gnome-control-center-2.26.0 - gnome-keybinding-properties segfault
Summary: gnome-base/gnome-control-center-2.26.0 - gnome-keybinding-properties segfault
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: https://bugzilla.gnome.org/show_bug.c...
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2009-11-02 00:35 UTC by Fabiano Francesconi
Modified: 2010-03-14 03:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (einfo,3.40 KB, text/plain)
2009-11-02 00:36 UTC, Fabiano Francesconi
Details
backtrace log (backtrace.log,558 bytes, text/plain)
2009-11-02 00:48 UTC, Fabiano Francesconi
Details
1.patch (1.patch,1.44 KB, patch)
2009-11-14 21:40 UTC, Pacho Ramos
Details | Diff
-r1 ebuild (gnome-control-center-2.26.0-r1.ebuild,3.04 KB, text/plain)
2009-11-15 10:19 UTC, Fabiano Francesconi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fabiano Francesconi 2009-11-02 00:35:49 UTC
When I try to execute gnome-keybinding-properties it crashes giving a segmentation fault.

gnome-keybinding-properties -d          

(gnome-keybinding-properties:3626): Gtk-CRITICAL **: gtk_tree_store_get_value: assertion `VALID_ITER (iter, tree_store)' failed

(gnome-keybinding-properties:3626): GLib-GObject-WARNING **: gtype.c:3940: type id `0' is invalid

(gnome-keybinding-properties:3626): GLib-GObject-WARNING **: can't peek value table for type `<invalid>' which is not currently referenced
zsh: segmentation fault  gnome-keybinding-properties -d

I tried to re-emerge g-c-c but didn't help.
Comment 1 Fabiano Francesconi 2009-11-02 00:36:09 UTC
Created attachment 209007 [details]
emerge --info
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-11-02 00:38:18 UTC
A backtrace of the problem would help

http://www.gentoo.org/proj/en/qa/backtraces.xml
Comment 3 Fabiano Francesconi 2009-11-02 00:48:19 UTC
Created attachment 209008 [details]
backtrace log
Comment 4 Pacho Ramos gentoo-dev 2009-11-14 21:31:55 UTC
I think you are suffering:
https://bugzilla.gnome.org/show_bug.cgi?id=591392
Comment 5 Pacho Ramos gentoo-dev 2009-11-14 21:40:19 UTC
Created attachment 210278 [details, diff]
1.patch

And attached patch fixes the issue (at least for me) =)
Comment 6 Fabiano Francesconi 2009-11-15 10:19:41 UTC
Created attachment 210306 [details]
-r1 ebuild
Comment 7 Fabiano Francesconi 2009-11-15 10:21:06 UTC
Renamed above patch to gnome-control-center-2.26.0-keybinding-properties-segfault.patch for being applied by ebuild.

Thank you @ Pacho Ramos.

Patch solves the issue for me too. Added fixed ebuild that applies the patch.
Comment 8 Fabiano Francesconi 2009-11-15 10:21:32 UTC
Ops, I think should be closed when patch is applied in cvs.

My bad :P
Comment 9 Pacho Ramos gentoo-dev 2009-11-15 10:40:36 UTC
(In reply to comment #8)
> Ops, I think should be closed when patch is applied in cvs.
> 
> My bad :P
> 

Exactly ;-)

Thanks for testing it
Comment 10 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-11-15 15:42:05 UTC
ugh, yeah the original code was obviously prone to problems.
Comment 11 Pacho Ramos gentoo-dev 2009-12-27 12:51:25 UTC
Do you let me commit the fix for this on a new gnome-base/gnome-control-center-2.26.0-r1 release?
Comment 12 Romain Perier (RETIRED) gentoo-dev 2009-12-27 14:03:36 UTC
(In reply to comment #11)
> Do you let me commit the fix for this on a new
> gnome-base/gnome-control-center-2.26.0-r1 release?
> 

Feel free to do it and don't forget keywords :)
Comment 13 Pacho Ramos gentoo-dev 2009-12-28 19:28:45 UTC
Fixed in just commited gnome-control-center-2.26.0-r1
Comment 14 Gerard Neil 2010-03-13 23:34:45 UTC
This got me too, on a fully stable install.
The patch works, and it clearly fixes a simple bug in the original code.

Can we stablise -r1?
Comment 15 Nirbheek Chauhan (RETIRED) gentoo-dev 2010-03-14 03:43:24 UTC
(In reply to comment #14)
> This got me too, on a fully stable install.
> The patch works, and it clearly fixes a simple bug in the original code.
> 
> Can we stablise -r1?
> 

This is being handled in bug 308549