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 566775 - running sabayon as root in Ubuntu 8.10. Crashes on "edit" window
running sabayon as root in Ubuntu 8.10. Crashes on "edit" window
Status: RESOLVED DUPLICATE of bug 524204
Product: sabayon
Classification: Deprecated
Component: general
unspecified
Other All
: Normal critical
: ---
Assigned To: Maintainers of sabayon
Maintainers of sabayon
Depends on:
Blocks:
 
 
Reported: 2009-01-06 14:51 UTC by Joel Sass
Modified: 2009-03-09 15:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joel Sass 2009-01-06 14:51:46 UTC
Steps to reproduce:
1. run Sabayon as root
2. Edit a user profile previously created
3. Program opens a window and crashes


Stack trace:
"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"

Here is that file:

===== BEGIN MILESTONES (/usr/bin/sabayon) =====
MainThread 2009/01/06 09:42:10.2497 (admin-tool): Creating profiles dialog
MainThread 2009/01/06 09:42:10.5015 (admin-tool): Starting main loop
MainThread 2009/01/06 09:42:27.5604 (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
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[6605]: WARNING: Unable to find provider 'gnome-wm' of required component 'windowmanager'
Xlib:  extension "RANDR" missing on display ":1.0".
** Message: another SSH agent is running at: /tmp/ssh-vXulPB6556/agent.6556
Xlib:  extension "RANDR" missing on display ":1.0".
Xlib:  extension "RANDR" missing on display ":1.0".
Window manager warning: Failed to read saved session file /tmp/sabayon-temp-home-WfRhdh/.config/metacity/sessions/10e9ed3c05d05d6291123125294477451400000066050002.ms: Failed to open file '/tmp/sabayon-temp-home-WfRhdh/.config/metacity/sessions/10e9ed3c05d05d6291123125294477451400000066050002.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
seahorse nautilus module initialized
===== BEGIN MILESTONES (/usr/lib/sabayon/sabayon-session) =====
MainThread 2009/01/06 09:42:21.8773 (sabayon-session): Starting session window for profile_name='people', profile_path='/tmp/profile-sabayon-admin--g4iOm.zip', display_number='1'
MainThread 2009/01/06 09:42:22.1400 (proto-session): Running sabayon-apply: ['/usr/sbin/sabayon-apply', '-s', 'people', '--admin-log-config=/root/sabayon-debug-log.conf', '--readable-log-config=/tmp/tmp5FPa78']
MainThread 2009/01/06 09:42:22.5183 (proto-session): Finished running sabayon-apply with normal exit status
MainThread 2009/01/06 09:42:23.0923 (sabayon-session): Entering main loop.  Wheeee!
MainThread 2009/01/06 09:42:26.5812 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/01/06 09:42:26.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 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/01/06 09:42:26.5835 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/01/06 09:42:26.5837 (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/01/06 09:42:26.5838 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/01/06 09:42:26.5840 (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/01/06 09:42:26.5842 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/01/06 09:42:26.5844 (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/01/06 09:42:26.5845 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/01/06 09:42:26.5847 (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/01/06 09:42:26.5853 (sabayon-session): Terminating
MainThread 2009/01/06 09:42:26.5854 (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/01/06 09:42:21.8773 (sabayon-session): Starting session window for profile_name='people', profile_path='/tmp/profile-sabayon-admin--g4iOm.zip', display_number='1'
MainThread 2009/01/06 09:42:22.1400 (proto-session): Running sabayon-apply: ['/usr/sbin/sabayon-apply', '-s', 'people', '--admin-log-config=/root/sabayon-debug-log.conf', '--readable-log-config=/tmp/tmp5FPa78']
MainThread 2009/01/06 09:42:22.5183 (proto-session): Finished running sabayon-apply with normal exit status
MainThread 2009/01/06 09:42:23.0923 (sabayon-session): Entering main loop.  Wheeee!
MainThread 2009/01/06 09:42:26.5812 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/01/06 09:42:26.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 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/01/06 09:42:26.5835 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/01/06 09:42:26.5837 (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/01/06 09:42:26.5838 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/01/06 09:42:26.5840 (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/01/06 09:42:26.5842 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/01/06 09:42:26.5844 (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/01/06 09:42:26.5845 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/01/06 09:42:26.5847 (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/01/06 09:42:26.5853 (sabayon-session): Terminating
MainThread 2009/01/06 09:42:26.5854 (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'.

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

(nautilus:6670): GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /tmp/dbus-BLH5kn9VT6: Connection refused
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.

(nautilus:6670): 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 2009/01/06 09:42:27.5611 (admin-tool): Got fatal error: sabayon-session exited with a FATAL ERROR (exit code 1)
MainThread 2009/01/06 09:42:27.7907 (admin-tool): Terminating main loop
MainThread 2009/01/06 09:42:27.7908 (admin-tool): Exiting abnormally; dumping log due to a fatal error
===== END MILESTONES (/usr/bin/sabayon) =====
===== BEGIN RING BUFFER (/usr/bin/sabayon) =====
MainThread 2009/01/06 09:42:10.2497 (admin-tool): Creating profiles dialog
MainThread 2009/01/06 09:42:10.5015 (admin-tool): Starting main loop
MainThread 2009/01/06 09:42:21.4124 (USER): Starting to edit profile 'people'
MainThread 2009/01/06 09:42:27.5604 (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
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[6605]: WARNING: Unable to find provider 'gnome-wm' of required component 'windowmanager'
Xlib:  extension "RANDR" missing on display ":1.0".
** Message: another SSH agent is running at: /tmp/ssh-vXulPB6556/agent.6556
Xlib:  extension "RANDR" missing on display ":1.0".
Xlib:  extension "RANDR" missing on display ":1.0".
Window manager warning: Failed to read saved session file /tmp/sabayon-temp-home-WfRhdh/.config/metacity/sessions/10e9ed3c05d05d6291123125294477451400000066050002.ms: Failed to open file '/tmp/sabayon-temp-home-WfRhdh/.config/metacity/sessions/10e9ed3c05d05d6291123125294477451400000066050002.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
seahorse nautilus module initialized
===== BEGIN MILESTONES (/usr/lib/sabayon/sabayon-session) =====
MainThread 2009/01/06 09:42:21.8773 (sabayon-session): Starting session window for profile_name='people', profile_path='/tmp/profile-sabayon-admin--g4iOm.zip', display_number='1'
MainThread 2009/01/06 09:42:22.1400 (proto-session): Running sabayon-apply: ['/usr/sbin/sabayon-apply', '-s', 'people', '--admin-log-config=/root/sabayon-debug-log.conf', '--readable-log-config=/tmp/tmp5FPa78']
MainThread 2009/01/06 09:42:22.5183 (proto-session): Finished running sabayon-apply with normal exit status
MainThread 2009/01/06 09:42:23.0923 (sabayon-session): Entering main loop.  Wheeee!
MainThread 2009/01/06 09:42:26.5812 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/01/06 09:42:26.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 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/01/06 09:42:26.5835 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/01/06 09:42:26.5837 (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/01/06 09:42:26.5838 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/01/06 09:42:26.5840 (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/01/06 09:42:26.5842 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/01/06 09:42:26.5844 (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/01/06 09:42:26.5845 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/01/06 09:42:26.5847 (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/01/06 09:42:26.5853 (sabayon-session): Terminating
MainThread 2009/01/06 09:42:26.5854 (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/01/06 09:42:21.8773 (sabayon-session): Starting session window for profile_name='people', profile_path='/tmp/profile-sabayon-admin--g4iOm.zip', display_number='1'
MainThread 2009/01/06 09:42:22.1400 (proto-session): Running sabayon-apply: ['/usr/sbin/sabayon-apply', '-s', 'people', '--admin-log-config=/root/sabayon-debug-log.conf', '--readable-log-config=/tmp/tmp5FPa78']
MainThread 2009/01/06 09:42:22.5183 (proto-session): Finished running sabayon-apply with normal exit status
MainThread 2009/01/06 09:42:23.0923 (sabayon-session): Entering main loop.  Wheeee!
MainThread 2009/01/06 09:42:26.5812 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/01/06 09:42:26.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 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/01/06 09:42:26.5835 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/01/06 09:42:26.5837 (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/01/06 09:42:26.5838 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/01/06 09:42:26.5840 (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/01/06 09:42:26.5842 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/01/06 09:42:26.5844 (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/01/06 09:42:26.5845 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/01/06 09:42:26.5847 (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/01/06 09:42:26.5853 (sabayon-session): Terminating
MainThread 2009/01/06 09:42:26.5854 (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'.

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

(nautilus:6670): GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /tmp/dbus-BLH5kn9VT6: Connection refused
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.

(nautilus:6670): 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 2009/01/06 09:42:27.5611 (admin-tool): Got fatal error: sabayon-session exited with a FATAL ERROR (exit code 1)
MainThread 2009/01/06 09:42:27.7889 (USER): Finishing editing profile
MainThread 2009/01/06 09:42:27.7907 (admin-tool): Terminating main loop
MainThread 2009/01/06 09:42:27.7908 (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:
Comment 1 Joel Sass 2009-01-06 15:39:04 UTC
This is being used in VMware 2.0
Comment 2 Baptiste Mille-Mathias 2009-03-09 15:20:24 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 ***