GNOME Bugzilla – Bug 444693
Crash when trying to write to a read-only gconf
Last modified: 2012-01-11 14:47:38 UTC
What were you doing when the application crashed? opening Distribution: Ubuntu 7.04 (feisty) Gnome Release: 2.18.1 2007-04-10 (Ubuntu) BugBuddy Version: 2.18.1 System: Linux 2.6.20-16-generic #2 SMP Wed May 23 01:46:23 UTC 2007 i686 X Vendor: The X.Org Foundation X Vendor Release: 70200000 Selinux: No Accessibility: Disabled GTK+ Theme: Human Icon Theme: Human Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0 CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0 ----------- .xsession-errors (334483 sec old) --------------------- /usr/bin/compiz.real: pixmap 0x1600c1c can't be bound to texture /usr/bin/compiz.real: Couldn't bind redirected window 0xe0ce87 to texture /usr/bin/compiz.real: pixmap 0x1600c1c can't be bound to texture /usr/bin/compiz.real: Couldn't bind redirected window 0xe0ce87 to texture /usr/bin/compiz.real: pixmap 0x1600c1c can't be bound to texture /usr/bin/compiz.real: Couldn't bind redirected window 0xe0ce87 to texture /usr/bin/compiz.real: pixmap 0x1600c1c can't be bound to texture /usr/bin/compiz.real: Couldn't bind redirected window 0xe0ce87 to texture /usr/bin/compiz.real: pixmap 0x1600c1c can't be bound to texture /usr/bin/compiz.real: Couldn't bind redirected window 0xe0ce87 to texture /usr/bin/compiz.real: pixmap 0x1600c1c can't be bound to texture /usr/bin/compiz.real: Couldn't bind redirected window 0xe0ce87 to texture /usr/bin/compiz.real: pixmap 0x1600c1c can't be bound to texture ...Too much output, ignoring rest... -------------------------------------------------- Traceback (most recent call last):
+ Trace 138725
self.gconf['width'] = event.width
self.set_value (key, val)
apply (func, (self._domain + key, value))
Confirming as there is a duplicate
*** Bug 428761 has been marked as a duplicate of this bug. ***
*** Bug 471230 has been marked as a duplicate of this bug. ***
*** Bug 469336 has been marked as a duplicate of this bug. ***
*** Bug 527033 has been marked as a duplicate of this bug. ***
*** Bug 538200 has been marked as a duplicate of this bug. ***
*** Bug 545217 has been marked as a duplicate of this bug. ***
sudoku's gconf_wrapper.py breaks when gconf is in read-only. It is also copy/pasted code from 2002 and we should probably just move to use the config.py from chess.
*** Bug 535874 has been marked as a duplicate of this bug. ***
*** Bug 546428 has been marked as a duplicate of this bug. ***
*** Bug 549216 has been marked as a duplicate of this bug. ***
*** Bug 555722 has been marked as a duplicate of this bug. ***
*** Bug 558714 has been marked as a duplicate of this bug. ***
*** Bug 558481 has been marked as a duplicate of this bug. ***
*** Bug 557295 has been marked as a duplicate of this bug. ***
*** Bug 556302 has been marked as a duplicate of this bug. ***
*** Bug 559666 has been marked as a duplicate of this bug. ***
*** Bug 559855 has been marked as a duplicate of this bug. ***
*** Bug 559921 has been marked as a duplicate of this bug. ***
*** Bug 560203 has been marked as a duplicate of this bug. ***
*** Bug 560418 has been marked as a duplicate of this bug. ***
*** Bug 561065 has been marked as a duplicate of this bug. ***
Fixes to this may also fix Bug 561207, as that has the effective same end stacktrace (although different cause, so specific checks here for read-only Gconf sources wouldn't fix that).
*** Bug 561972 has been marked as a duplicate of this bug. ***
*** Bug 562480 has been marked as a duplicate of this bug. ***
*** Bug 562704 has been marked as a duplicate of this bug. ***
*** Bug 563498 has been marked as a duplicate of this bug. ***
*** Bug 564508 has been marked as a duplicate of this bug. ***
*** Bug 564775 has been marked as a duplicate of this bug. ***
*** Bug 566072 has been marked as a duplicate of this bug. ***
*** Bug 565124 has been marked as a duplicate of this bug. ***
*** Bug 561207 has been marked as a duplicate of this bug. ***
*** Bug 569580 has been marked as a duplicate of this bug. ***
*** Bug 569398 has been marked as a duplicate of this bug. ***
*** Bug 569920 has been marked as a duplicate of this bug. ***
*** Bug 569815 has been marked as a duplicate of this bug. ***
*** Bug 569905 has been marked as a duplicate of this bug. ***
*** Bug 570158 has been marked as a duplicate of this bug. ***
*** Bug 570503 has been marked as a duplicate of this bug. ***
*** Bug 573040 has been marked as a duplicate of this bug. ***
*** Bug 574087 has been marked as a duplicate of this bug. ***
*** Bug 574785 has been marked as a duplicate of this bug. ***
*** Bug 577102 has been marked as a duplicate of this bug. ***
*** Bug 577342 has been marked as a duplicate of this bug. ***
*** Bug 577493 has been marked as a duplicate of this bug. ***
*** Bug 578589 has been marked as a duplicate of this bug. ***
*** Bug 578632 has been marked as a duplicate of this bug. ***
*** Bug 578857 has been marked as a duplicate of this bug. ***
*** Bug 579770 has been marked as a duplicate of this bug. ***
*** Bug 579771 has been marked as a duplicate of this bug. ***
*** Bug 580179 has been marked as a duplicate of this bug. ***
*** Bug 580581 has been marked as a duplicate of this bug. ***
*** Bug 580602 has been marked as a duplicate of this bug. ***
*** Bug 581320 has been marked as a duplicate of this bug. ***
*** Bug 584717 has been marked as a duplicate of this bug. ***
*** Bug 594635 has been marked as a duplicate of this bug. ***
*** Bug 595630 has been marked as a duplicate of this bug. ***
*** Bug 603151 has been marked as a duplicate of this bug. ***
*** Bug 604428 has been marked as a duplicate of this bug. ***
*** Bug 613511 has been marked as a duplicate of this bug. ***
last dupe in 2.28.x
*** Bug 628519 has been marked as a duplicate of this bug. ***
*** Bug 631142 has been marked as a duplicate of this bug. ***
last dupe in 2.30.x
*** Bug 640476 has been marked as a duplicate of this bug. ***
*** Bug 656770 has been marked as a duplicate of this bug. ***
Should be fixed now as we just switched to GSettings (bug 546694)
Gsettings bug is actually bug 667321