After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 565533 - User Profile Editor crashes while editing profile
User Profile Editor crashes while editing profile
Status: RESOLVED DUPLICATE of bug 524204
Product: sabayon
Classification: Deprecated
Component: general
2.22.x
Other All
: Normal critical
: ---
Assigned To: Maintainers of sabayon
Maintainers of sabayon
Depends on:
Blocks:
 
 
Reported: 2008-12-24 05:45 UTC by Derek Benson
Modified: 2009-03-09 15:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Derek Benson 2008-12-24 05:45:09 UTC
Steps to reproduce:
1. System -> Administration -> User Profile Editor
2. Click "New", Create profile
3. Highlight desired profile, click on Edit
4. Error message: A fatal error has occurred.  You can help us fix the problem by sending the log in /root/sabayon-debug-log.conf to http://bugzilla.gnome.org


Stack trace:
===== BEGIN MILESTONES (/usr/bin/sabayon) =====
MainThread 2008/12/23 23:21:05.7154 (admin-tool): Creating profiles dialog
MainThread 2008/12/23 23:21:06.4868 (admin-tool): Starting main loop
MainThread 2008/12/23 23:21:45.3396 (admin-tool): ========== BEGIN SABAYON-SESSION LOG ==========
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
(EE) config/hal: NewInputDeviceRequest failed
(EE) config/hal: NewInputDeviceRequest failed
(EE) config/hal: NewInputDeviceRequest failed
(EE) config/hal: NewInputDeviceRequest failed
(EE) config/hal: NewInputDeviceRequest failed
Xlib:  extension "RANDR" missing on display ":1.0".
Xlib:  extension "RANDR" missing on display ":1.0".
Xlib:  extension "RANDR" missing on display ":1.0".
gnome-session[5074]: WARNING: Unable to find provider 'gnome-wm' of required component 'windowmanager'
Xlib:  extension "RANDR" missing on display ":1.0".
Xlib:  extension "RANDR" missing on display ":1.0".
** Message: another SSH agent is running at: /tmp/ssh-RkUlGr5025/agent.5025
Xlib:  extension "RANDR" missing on display ":1.0".
Window manager warning: Failed to read saved session file /tmp/sabayon-temp-home-FQdBnx/.config/metacity/sessions/1010a595575f8846e8123009610153094700000050740001.ms: Failed to open file '/tmp/sabayon-temp-home-FQdBnx/.config/metacity/sessions/1010a595575f8846e8123009610153094700000050740001.ms': No such file or directory
Window manager warning: Log level 32: could not find XKB extension.
Xlib:  extension "RANDR" missing on display ":1.0".
Xlib:  extension "RANDR" missing on display ":1.0".
Xlib:  extension "RANDR" missing on display ":1.0".
ALSA lib pcm_pulse.c:625:(pulse_prepare) PulseAudio: Unable to create stream: Invalid argument

Failed to play sound: IO error
===== BEGIN MILESTONES (/usr/lib/sabayon/sabayon-session) =====
MainThread 2008/12/23 23:21:35.1663 (sabayon-session): Starting session window for profile_name='Derek', profile_path='/tmp/profile-sabayon-admin-RdFiET.zip', display_number='1'
MainThread 2008/12/23 23:21:35.5264 (proto-session): Running sabayon-apply: ['/usr/sbin/sabayon-apply', '-s', 'Derek', '--admin-log-config=/root/sabayon-debug-log.conf', '--readable-log-config=/tmp/tmpcTpIH2']
MainThread 2008/12/23 23:21:36.1979 (proto-session): Finished running sabayon-apply with normal exit status
MainThread 2008/12/23 23:21:37.6908 (sabayon-session): Entering main loop.  Wheeee!
MainThread 2008/12/23 23:21:44.2430 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2008/12/23 23:21:44.3307 (admin-tool): Traceback (most recent call last):
  • File "/var/lib/python-support/python2.5/sabayon/errors.py", line 125 in wrapper
    return func (*args, **kwargs)
  • File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 117 in handle_profile_change
    self.COLUMN_DESCRIPTION, new_change.get_short_description ())
  • File "/var/lib/python-support/python2.5/sabayon/sources/paneldelegate.py", line 113 in get_short_description
    panel_toplevel = self.delegate.PanelToplevel(toplevel_id)
  • File "/var/lib/python-support/python2.5/sabayon/sources/paneldelegate.py", line 170 in __init__
    self.orientation = self.client.get_string (PANEL_KEY_BASE + "/toplevels/" + id + "/orientation")
TypeError: cannot concatenate 'str' and 'NoneType' objects

MainThread 2008/12/23 23:21:44.3310 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2008/12/23 23:21:44.3311 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 89, in handle_profile_change
    iter = self.find (new_change.get_source (), new_change.get_id ())
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2008/12/23 23:21:44.3313 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2008/12/23 23:21:44.3314 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 89, in handle_profile_change
    iter = self.find (new_change.get_source (), new_change.get_id ())
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2008/12/23 23:21:44.3315 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2008/12/23 23:21:44.3317 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 89, in handle_profile_change
    iter = self.find (new_change.get_source (), new_change.get_id ())
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2008/12/23 23:21:44.3318 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2008/12/23 23:21:44.3319 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 89, in handle_profile_change
    iter = self.find (new_change.get_source (), new_change.get_id ())
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2008/12/23 23:21:44.3322 (sabayon-session): Terminating
MainThread 2008/12/23 23:21:44.3323 (sabayon-session): Exiting abnormally; dumping log due to a fatal error
===== END MILESTONES (/usr/lib/sabayon/sabayon-session) =====
===== BEGIN RING BUFFER (/usr/lib/sabayon/sabayon-session) =====
MainThread 2008/12/23 23:21:35.1663 (sabayon-session): Starting session window for profile_name='Derek', profile_path='/tmp/profile-sabayon-admin-RdFiET.zip', display_number='1'
MainThread 2008/12/23 23:21:35.5264 (proto-session): Running sabayon-apply: ['/usr/sbin/sabayon-apply', '-s', 'Derek', '--admin-log-config=/root/sabayon-debug-log.conf', '--readable-log-config=/tmp/tmpcTpIH2']
MainThread 2008/12/23 23:21:36.1979 (proto-session): Finished running sabayon-apply with normal exit status
MainThread 2008/12/23 23:21:37.6908 (sabayon-session): Entering main loop.  Wheeee!
MainThread 2008/12/23 23:21:44.2430 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2008/12/23 23:21:44.3307 (admin-tool): Traceback (most recent call last):
  • File "/var/lib/python-support/python2.5/sabayon/errors.py", line 125 in wrapper
    return func (*args, **kwargs)
  • File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 117 in handle_profile_change
    self.COLUMN_DESCRIPTION, new_change.get_short_description ())
  • File "/var/lib/python-support/python2.5/sabayon/sources/paneldelegate.py", line 113 in get_short_description
    panel_toplevel = self.delegate.PanelToplevel(toplevel_id)
  • File "/var/lib/python-support/python2.5/sabayon/sources/paneldelegate.py", line 170 in __init__
    self.orientation = self.client.get_string (PANEL_KEY_BASE + "/toplevels/" + id + "/orientation")
TypeError: cannot concatenate 'str' and 'NoneType' objects

MainThread 2008/12/23 23:21:44.3310 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2008/12/23 23:21:44.3311 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 89, in handle_profile_change
    iter = self.find (new_change.get_source (), new_change.get_id ())
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2008/12/23 23:21:44.3313 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2008/12/23 23:21:44.3314 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 89, in handle_profile_change
    iter = self.find (new_change.get_source (), new_change.get_id ())
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2008/12/23 23:21:44.3315 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2008/12/23 23:21:44.3317 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 89, in handle_profile_change
    iter = self.find (new_change.get_source (), new_change.get_id ())
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2008/12/23 23:21:44.3318 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2008/12/23 23:21:44.3319 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 89, in handle_profile_change
    iter = self.find (new_change.get_source (), new_change.get_id ())
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2008/12/23 23:21:44.3322 (sabayon-session): Terminating
MainThread 2008/12/23 23:21:44.3323 (sabayon-session): Exiting abnormally; dumping log due to a fatal error
===== END RING BUFFER (/usr/lib/sabayon/sabayon-session) =====


This configuration for the debug log can be re-created
by putting the following in /root/sabayon-debug-log.conf
(use ';' to separate domain names):

[debug log]
max lines = 1000
-c: Fatal IO error 11 (Resource temporarily unavailable) on X server :1.0.
Window manager warning: Fatal IO error 11 (Resource temporarily unavailable) on display ':1.0'.
The application 'gnome-panel' lost its connection to the display :1.0;
most likely the X server was shut down or you killed/destroyed
the application.
seahorse nautilus module initialized

(nautilus:5179): GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /tmp/dbus-DdhaQFsHJS: Connection refused

(nautilus:5179): GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /tmp/dbus-DdhaQFsHJS: Connection refused

** (nautilus:5179): WARNING **: Failed to send buffer

** (nautilus:5179): WARNING **: Failed to send buffer

(nautilus:5179): Eel-WARNING **: GConf error:
  Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information. (Details -  1: Could not send message to gconf daemon: Connection was disconnected before a reply was received)
nautilus: Fatal IO error 0 (Success) on X server :1.0.

========== END SABAYON-SESSION LOG ==========
MainThread 2008/12/23 23:21:45.3398 (admin-tool): Got fatal error: sabayon-session exited with a FATAL ERROR (exit code 1)
MainThread 2008/12/23 23:21:45.4087 (admin-tool): Terminating main loop
MainThread 2008/12/23 23:21:45.4088 (admin-tool): Exiting abnormally; dumping log due to a fatal error
===== END MILESTONES (/usr/bin/sabayon) =====
===== BEGIN RING BUFFER (/usr/bin/sabayon) =====
MainThread 2008/12/23 23:21:05.7154 (admin-tool): Creating profiles dialog
MainThread 2008/12/23 23:21:06.4868 (admin-tool): Starting main loop
MainThread 2008/12/23 23:21:34.4329 (USER): Starting to edit profile 'Derek'
MainThread 2008/12/23 23:21:45.3396 (admin-tool): ========== BEGIN SABAYON-SESSION LOG ==========
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
(EE) config/hal: NewInputDeviceRequest failed
(EE) config/hal: NewInputDeviceRequest failed
(EE) config/hal: NewInputDeviceRequest failed
(EE) config/hal: NewInputDeviceRequest failed
(EE) config/hal: NewInputDeviceRequest failed
Xlib:  extension "RANDR" missing on display ":1.0".
Xlib:  extension "RANDR" missing on display ":1.0".
Xlib:  extension "RANDR" missing on display ":1.0".
gnome-session[5074]: WARNING: Unable to find provider 'gnome-wm' of required component 'windowmanager'
Xlib:  extension "RANDR" missing on display ":1.0".
Xlib:  extension "RANDR" missing on display ":1.0".
** Message: another SSH agent is running at: /tmp/ssh-RkUlGr5025/agent.5025
Xlib:  extension "RANDR" missing on display ":1.0".
Window manager warning: Failed to read saved session file /tmp/sabayon-temp-home-FQdBnx/.config/metacity/sessions/1010a595575f8846e8123009610153094700000050740001.ms: Failed to open file '/tmp/sabayon-temp-home-FQdBnx/.config/metacity/sessions/1010a595575f8846e8123009610153094700000050740001.ms': No such file or directory
Window manager warning: Log level 32: could not find XKB extension.
Xlib:  extension "RANDR" missing on display ":1.0".
Xlib:  extension "RANDR" missing on display ":1.0".
Xlib:  extension "RANDR" missing on display ":1.0".
ALSA lib pcm_pulse.c:625:(pulse_prepare) PulseAudio: Unable to create stream: Invalid argument

Failed to play sound: IO error
===== BEGIN MILESTONES (/usr/lib/sabayon/sabayon-session) =====
MainThread 2008/12/23 23:21:35.1663 (sabayon-session): Starting session window for profile_name='Derek', profile_path='/tmp/profile-sabayon-admin-RdFiET.zip', display_number='1'
MainThread 2008/12/23 23:21:35.5264 (proto-session): Running sabayon-apply: ['/usr/sbin/sabayon-apply', '-s', 'Derek', '--admin-log-config=/root/sabayon-debug-log.conf', '--readable-log-config=/tmp/tmpcTpIH2']
MainThread 2008/12/23 23:21:36.1979 (proto-session): Finished running sabayon-apply with normal exit status
MainThread 2008/12/23 23:21:37.6908 (sabayon-session): Entering main loop.  Wheeee!
MainThread 2008/12/23 23:21:44.2430 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2008/12/23 23:21:44.3307 (admin-tool): Traceback (most recent call last):
  • File "/var/lib/python-support/python2.5/sabayon/errors.py", line 125 in wrapper
    return func (*args, **kwargs)
  • File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 117 in handle_profile_change
    self.COLUMN_DESCRIPTION, new_change.get_short_description ())
  • File "/var/lib/python-support/python2.5/sabayon/sources/paneldelegate.py", line 113 in get_short_description
    panel_toplevel = self.delegate.PanelToplevel(toplevel_id)
  • File "/var/lib/python-support/python2.5/sabayon/sources/paneldelegate.py", line 170 in __init__
    self.orientation = self.client.get_string (PANEL_KEY_BASE + "/toplevels/" + id + "/orientation")
TypeError: cannot concatenate 'str' and 'NoneType' objects

MainThread 2008/12/23 23:21:44.3310 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2008/12/23 23:21:44.3311 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 89, in handle_profile_change
    iter = self.find (new_change.get_source (), new_change.get_id ())
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2008/12/23 23:21:44.3313 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2008/12/23 23:21:44.3314 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 89, in handle_profile_change
    iter = self.find (new_change.get_source (), new_change.get_id ())
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2008/12/23 23:21:44.3315 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2008/12/23 23:21:44.3317 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 89, in handle_profile_change
    iter = self.find (new_change.get_source (), new_change.get_id ())
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2008/12/23 23:21:44.3318 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2008/12/23 23:21:44.3319 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 89, in handle_profile_change
    iter = self.find (new_change.get_source (), new_change.get_id ())
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2008/12/23 23:21:44.3322 (sabayon-session): Terminating
MainThread 2008/12/23 23:21:44.3323 (sabayon-session): Exiting abnormally; dumping log due to a fatal error
===== END MILESTONES (/usr/lib/sabayon/sabayon-session) =====
===== BEGIN RING BUFFER (/usr/lib/sabayon/sabayon-session) =====
MainThread 2008/12/23 23:21:35.1663 (sabayon-session): Starting session window for profile_name='Derek', profile_path='/tmp/profile-sabayon-admin-RdFiET.zip', display_number='1'
MainThread 2008/12/23 23:21:35.5264 (proto-session): Running sabayon-apply: ['/usr/sbin/sabayon-apply', '-s', 'Derek', '--admin-log-config=/root/sabayon-debug-log.conf', '--readable-log-config=/tmp/tmpcTpIH2']
MainThread 2008/12/23 23:21:36.1979 (proto-session): Finished running sabayon-apply with normal exit status
MainThread 2008/12/23 23:21:37.6908 (sabayon-session): Entering main loop.  Wheeee!
MainThread 2008/12/23 23:21:44.2430 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2008/12/23 23:21:44.3307 (admin-tool): Traceback (most recent call last):
  • File "/var/lib/python-support/python2.5/sabayon/errors.py", line 125 in wrapper
    return func (*args, **kwargs)
  • File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 117 in handle_profile_change
    self.COLUMN_DESCRIPTION, new_change.get_short_description ())
  • File "/var/lib/python-support/python2.5/sabayon/sources/paneldelegate.py", line 113 in get_short_description
    panel_toplevel = self.delegate.PanelToplevel(toplevel_id)
  • File "/var/lib/python-support/python2.5/sabayon/sources/paneldelegate.py", line 170 in __init__
    self.orientation = self.client.get_string (PANEL_KEY_BASE + "/toplevels/" + id + "/orientation")
TypeError: cannot concatenate 'str' and 'NoneType' objects

MainThread 2008/12/23 23:21:44.3310 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2008/12/23 23:21:44.3311 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 89, in handle_profile_change
    iter = self.find (new_change.get_source (), new_change.get_id ())
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2008/12/23 23:21:44.3313 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2008/12/23 23:21:44.3314 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 89, in handle_profile_change
    iter = self.find (new_change.get_source (), new_change.get_id ())
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2008/12/23 23:21:44.3315 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2008/12/23 23:21:44.3317 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 89, in handle_profile_change
    iter = self.find (new_change.get_source (), new_change.get_id ())
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2008/12/23 23:21:44.3318 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2008/12/23 23:21:44.3319 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 89, in handle_profile_change
    iter = self.find (new_change.get_source (), new_change.get_id ())
  File "/var/lib/python-support/python2.5/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2008/12/23 23:21:44.3322 (sabayon-session): Terminating
MainThread 2008/12/23 23:21:44.3323 (sabayon-session): Exiting abnormally; dumping log due to a fatal error
===== END RING BUFFER (/usr/lib/sabayon/sabayon-session) =====


This configuration for the debug log can be re-created
by putting the following in /root/sabayon-debug-log.conf
(use ';' to separate domain names):

[debug log]
max lines = 1000
-c: Fatal IO error 11 (Resource temporarily unavailable) on X server :1.0.
Window manager warning: Fatal IO error 11 (Resource temporarily unavailable) on display ':1.0'.
The application 'gnome-panel' lost its connection to the display :1.0;
most likely the X server was shut down or you killed/destroyed
the application.
seahorse nautilus module initialized

(nautilus:5179): GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /tmp/dbus-DdhaQFsHJS: Connection refused

(nautilus:5179): GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /tmp/dbus-DdhaQFsHJS: Connection refused

** (nautilus:5179): WARNING **: Failed to send buffer

** (nautilus:5179): WARNING **: Failed to send buffer

(nautilus:5179): Eel-WARNING **: GConf error:
  Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information. (Details -  1: Could not send message to gconf daemon: Connection was disconnected before a reply was received)
nautilus: Fatal IO error 0 (Success) on X server :1.0.

========== END SABAYON-SESSION LOG ==========
MainThread 2008/12/23 23:21:45.3398 (admin-tool): Got fatal error: sabayon-session exited with a FATAL ERROR (exit code 1)
MainThread 2008/12/23 23:21:45.4080 (USER): Finishing editing profile
MainThread 2008/12/23 23:21:45.4087 (admin-tool): Terminating main loop
MainThread 2008/12/23 23:21:45.4088 (admin-tool): Exiting abnormally; dumping log due to a fatal error
===== END RING BUFFER (/usr/bin/sabayon) =====


This configuration for the debug log can be re-created
by putting the following in /root/sabayon-debug-log.conf
(use ';' to separate domain names):

[debug log]
max lines = 1000

Other information:
 ( Ubuntu pkg: sabayon_2.22.1-0ubuntu1_i386.deb )
Comment 1 Baptiste Mille-Mathias 2009-03-09 15:17:43 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 524204 ***