GNOME Bugzilla – Bug 641360
gnome-control-center Date & Time crashes
Last modified: 2011-03-17 23:50:44 UTC
During Fedora testing day http://fedoraproject.org/wiki/Test_Day:2011-02-03_GNOME3_Alpha 1. I've downloaded image http://adamwill.fedorapeople.org/gnome3_test_day_20110203/gnome3_test_20110203.iso 2. Installed x86_64 binaries from here: http://koji.fedoraproject.org/koji/buildinfo?buildID=216849: yum install http://kojipkgs.fedoraproject.org/packages/control-center/2.91.6/3.fc15/x86_64/control-center-filesystem-2.91.6-3.fc15.x86_64.rpm http://kojipkgs.fedoraproject.org/packages/control-center/2.91.6/3.fc15/x86_64/control-center-2.91.6-3.fc15.x86_64.rpm yum install http://kojipkgs.fedoraproject.org/packages/control-center/2.91.6/3.fc15/x86_64/control-center-debuginfo-2.91.6-3.fc15.x86_64.rpm 3. Run Overview, type gnome-control date, select application => crash: warning: core file may not match specified executable file. Missing separate debuginfo for Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/84/7a57d366747b44bdc4f4da202bac44138ce33e /var/cache/abrt-di/usr/lib/debug/.build-id/84/7a57d366747b44bdc4f4da202bac44138ce33e [New LWP 2372] [New LWP 2392] [New LWP 2373] [Thread debugging using libthread_db enabled] Core was generated by `gnome-control-center datetime'. Program terminated with signal 11, Segmentation fault.
+ Trace 225830
Thread 1 (Thread 0x7f4421bf1940 (LWP 2372))
It crashes because US/Eastern isn't in /usr/share/zoneinfo/zone.tab...
*** Bug 642220 has been marked as a duplicate of this bug. ***
I'm running Fedora 15 Alpha with the latest updates and this still crashes for me with the following bt:
+ Trace 226360
What exactly do I need to do to fix this?
Created attachment 183686 [details] zone.tab Here is my zone.tab file
(In reply to comment #4) > Created an attachment (id=183686) [details] > zone.tab > > Here is my zone.tab file Different bug, which is already fixed in master: commit 56cd9069eed492655c3d79f21a89b987432d3a3c Author: Bastien Nocera <hadess@hadess.net> Date: Tue Mar 15 01:57:15 2011 +0000 datetime: Don't crash when the timezone is unknown Passing "posixrules" to cc_timezone_map_set_timezone() certainly won't work that well. https://bugzilla.redhat.com/show_bug.cgi?id=684593