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 588545 - When clicking edit on profile, a crash occurs
When clicking edit on profile, a crash occurs
Status: RESOLVED DUPLICATE of bug 575078
Product: sabayon
Classification: Deprecated
Component: general
unspecified
Other All
: Normal critical
: ---
Assigned To: Maintainers of sabayon
Maintainers of sabayon
Depends on:
Blocks:
 
 
Reported: 2009-07-14 13:56 UTC by d ellison
Modified: 2009-07-14 15:41 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description d ellison 2009-07-14 13:56:21 UTC
Steps to reproduce:
1. Run Sabayon
2. Create a profile or click on an existing one.
3. Click on edit
4. Wait for X window to appear


Stack trace:
===== BEGIN MILESTONES (/usr/bin/sabayon) =====
MainThread 2009/07/14 14:43:52.8776 (admin-tool): Creating profiles dialog
MainThread 2009/07/14 14:43:53.1929 (admin-tool): Starting main loop
MainThread 2009/07/14 14:44:22.0166 (admin-tool): ========== BEGIN SABAYON-SESSION LOG ==========
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled, removing from list!
Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled, removing from list!
Could not init font path element /usr/share/fonts/X11/100dpi, removing from list!
Could not init font path element /usr/share/fonts/X11/75dpi, removing from list!
Xlib:  extension "RANDR" missing on display ":1.0".
Xlib:  extension "RANDR" missing on display ":1.0".
gnome-session[2533]: 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-sxDdEO2489/agent.2489
Xlib:  extension "RANDR" missing on display ":1.0".
Window manager warning: Failed to load theme "Clearlooks": Failed to find a valid file for theme Clearlooks

Window manager warning: Failed to read saved session file /tmp/sabayon-temp-home-4ThN74/.config/metacity/sessions/104dee6426c661395d124758265986616200000025330004.ms: Failed to open file '/tmp/sabayon-temp-home-4ThN74/.config/metacity/sessions/104dee6426c661395d124758265986616200000025330004.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".
===== BEGIN MILESTONES (/usr/lib/sabayon/sabayon-session) =====
MainThread 2009/07/14 14:44:16.0823 (sabayon-session): Starting session window for profile_name='test', profile_path='/tmp/profile-sabayon-admin--vzCqQ.zip', display_number='1'
MainThread 2009/07/14 14:44:16.1931 (proto-session): Running sabayon-apply: ['/usr/sbin/sabayon-apply', '-s', 'test', '--admin-log-config=/root/sabayon-debug-log.conf', '--readable-log-config=/tmp/tmpnA8igT']
MainThread 2009/07/14 14:44:16.5483 (proto-session): Finished running sabayon-apply with normal exit status
MainThread 2009/07/14 14:44:17.3681 (sabayon-session): Entering main loop.  Wheeee!
MainThread 2009/07/14 14:44:21.5424 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/07/14 14:44:21.5828 (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 2009/07/14 14:44:21.5830 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/07/14 14:44:21.5832 (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 2009/07/14 14:44:21.5833 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/07/14 14:44:21.5834 (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 2009/07/14 14:44:21.5835 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/07/14 14:44:21.5836 (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 2009/07/14 14:44:21.5838 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/07/14 14:44:21.5839 (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 2009/07/14 14:44:21.5842 (sabayon-session): Terminating
MainThread 2009/07/14 14:44:21.5842 (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 2009/07/14 14:44:16.0823 (sabayon-session): Starting session window for profile_name='test', profile_path='/tmp/profile-sabayon-admin--vzCqQ.zip', display_number='1'
MainThread 2009/07/14 14:44:16.1931 (proto-session): Running sabayon-apply: ['/usr/sbin/sabayon-apply', '-s', 'test', '--admin-log-config=/root/sabayon-debug-log.conf', '--readable-log-config=/tmp/tmpnA8igT']
MainThread 2009/07/14 14:44:16.5483 (proto-session): Finished running sabayon-apply with normal exit status
MainThread 2009/07/14 14:44:17.3681 (sabayon-session): Entering main loop.  Wheeee!
MainThread 2009/07/14 14:44:21.5424 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/07/14 14:44:21.5828 (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 2009/07/14 14:44:21.5830 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/07/14 14:44:21.5832 (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 2009/07/14 14:44:21.5833 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/07/14 14:44:21.5834 (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 2009/07/14 14:44:21.5835 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/07/14 14:44:21.5836 (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 2009/07/14 14:44:21.5838 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/07/14 14:44:21.5839 (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 2009/07/14 14:44:21.5842 (sabayon-session): Terminating
MainThread 2009/07/14 14:44:21.5842 (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'.
gnome-session: Fatal IO error 11 (Resource temporarily unavailable) on X server :1.0.
gnome-panel: Fatal IO error 2 (No such file or directory) on X server :1.0.

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

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

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

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

(nautilus:2570): 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.
uptrack-manager: Fatal IO error 0 (Success) on X server :1.0.

========== END SABAYON-SESSION LOG ==========
MainThread 2009/07/14 14:44:22.0167 (admin-tool): Got fatal error: sabayon-session exited with a FATAL ERROR (exit code 1)
MainThread 2009/07/14 14:44:22.1284 (admin-tool): Terminating main loop
MainThread 2009/07/14 14:44:22.1286 (admin-tool): Exiting abnormally; dumping log due to a fatal error
===== END MILESTONES (/usr/bin/sabayon) =====
===== BEGIN RING BUFFER (/usr/bin/sabayon) =====
MainThread 2009/07/14 14:43:52.8776 (admin-tool): Creating profiles dialog
MainThread 2009/07/14 14:43:53.1929 (admin-tool): Starting main loop
MainThread 2009/07/14 14:44:15.6659 (USER): Starting to edit profile 'test'
MainThread 2009/07/14 14:44:22.0166 (admin-tool): ========== BEGIN SABAYON-SESSION LOG ==========
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled, removing from list!
Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled, removing from list!
Could not init font path element /usr/share/fonts/X11/100dpi, removing from list!
Could not init font path element /usr/share/fonts/X11/75dpi, removing from list!
Xlib:  extension "RANDR" missing on display ":1.0".
Xlib:  extension "RANDR" missing on display ":1.0".
gnome-session[2533]: 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-sxDdEO2489/agent.2489
Xlib:  extension "RANDR" missing on display ":1.0".
Window manager warning: Failed to load theme "Clearlooks": Failed to find a valid file for theme Clearlooks

Window manager warning: Failed to read saved session file /tmp/sabayon-temp-home-4ThN74/.config/metacity/sessions/104dee6426c661395d124758265986616200000025330004.ms: Failed to open file '/tmp/sabayon-temp-home-4ThN74/.config/metacity/sessions/104dee6426c661395d124758265986616200000025330004.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".
===== BEGIN MILESTONES (/usr/lib/sabayon/sabayon-session) =====
MainThread 2009/07/14 14:44:16.0823 (sabayon-session): Starting session window for profile_name='test', profile_path='/tmp/profile-sabayon-admin--vzCqQ.zip', display_number='1'
MainThread 2009/07/14 14:44:16.1931 (proto-session): Running sabayon-apply: ['/usr/sbin/sabayon-apply', '-s', 'test', '--admin-log-config=/root/sabayon-debug-log.conf', '--readable-log-config=/tmp/tmpnA8igT']
MainThread 2009/07/14 14:44:16.5483 (proto-session): Finished running sabayon-apply with normal exit status
MainThread 2009/07/14 14:44:17.3681 (sabayon-session): Entering main loop.  Wheeee!
MainThread 2009/07/14 14:44:21.5424 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/07/14 14:44:21.5828 (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 2009/07/14 14:44:21.5830 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/07/14 14:44:21.5832 (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 2009/07/14 14:44:21.5833 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/07/14 14:44:21.5834 (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 2009/07/14 14:44:21.5835 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/07/14 14:44:21.5836 (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 2009/07/14 14:44:21.5838 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/07/14 14:44:21.5839 (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 2009/07/14 14:44:21.5842 (sabayon-session): Terminating
MainThread 2009/07/14 14:44:21.5842 (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 2009/07/14 14:44:16.0823 (sabayon-session): Starting session window for profile_name='test', profile_path='/tmp/profile-sabayon-admin--vzCqQ.zip', display_number='1'
MainThread 2009/07/14 14:44:16.1931 (proto-session): Running sabayon-apply: ['/usr/sbin/sabayon-apply', '-s', 'test', '--admin-log-config=/root/sabayon-debug-log.conf', '--readable-log-config=/tmp/tmpnA8igT']
MainThread 2009/07/14 14:44:16.5483 (proto-session): Finished running sabayon-apply with normal exit status
MainThread 2009/07/14 14:44:17.3681 (sabayon-session): Entering main loop.  Wheeee!
MainThread 2009/07/14 14:44:21.5424 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/07/14 14:44:21.5828 (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 2009/07/14 14:44:21.5830 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/07/14 14:44:21.5832 (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 2009/07/14 14:44:21.5833 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/07/14 14:44:21.5834 (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 2009/07/14 14:44:21.5835 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/07/14 14:44:21.5836 (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 2009/07/14 14:44:21.5838 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/07/14 14:44:21.5839 (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 2009/07/14 14:44:21.5842 (sabayon-session): Terminating
MainThread 2009/07/14 14:44:21.5842 (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'.
gnome-session: Fatal IO error 11 (Resource temporarily unavailable) on X server :1.0.
gnome-panel: Fatal IO error 2 (No such file or directory) on X server :1.0.

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

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

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

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

(nautilus:2570): 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.
uptrack-manager: Fatal IO error 0 (Success) on X server :1.0.

========== END SABAYON-SESSION LOG ==========
MainThread 2009/07/14 14:44:22.0167 (admin-tool): Got fatal error: sabayon-session exited with a FATAL ERROR (exit code 1)
MainThread 2009/07/14 14:44:22.1276 (USER): Finishing editing profile
MainThread 2009/07/14 14:44:22.1284 (admin-tool): Terminating main loop
MainThread 2009/07/14 14:44:22.1286 (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:
Linux Distribution
Distributor: Ubuntu
Build Date: 10/24/08
Linux version 2.6.18.8.xtra-xenguest.1 (root@random01) (gcc version 4.2.3 (Ubunt
u 4.2.3-2ubuntu7)) #3 SMP Fri Sep 12 16:30:15 BST 2008

This was run as a standard user, sudoed.
Comment 1 palfrey 2009-07-14 15:41:51 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 575078 ***