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 590854 - Application crashes when editing profiles
Application crashes when editing profiles
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-08-05 13:57 UTC by Alex
Modified: 2009-08-12 12:00 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Alex 2009-08-05 13:57:45 UTC
Steps to reproduce:
1. Open Sabayon
2. Select any profile and click Edit
3. New window opens, and after a few seconds, closes with an error

Stack trace:
===== BEGIN MILESTONES (/usr/bin/sabayon) =====
MainThread 2009/08/05 09:45:22.7585 (admin-tool): Creating profiles dialog
MainThread 2009/08/05 09:45:23.2450 (admin-tool): Starting main loop
MainThread 2009/08/05 09:46:05.9167 (admin-tool): ========== BEGIN SABAYON-SESSION LOG ==========
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
(EE) config/hal: NewInputDeviceRequest failed (2)
(EE) config/hal: NewInputDeviceRequest failed (2)
(EE) config/hal: NewInputDeviceRequest failed (2)
(EE) config/hal: NewInputDeviceRequest failed (2)
Xlib:  extension "RANDR" missing on display ":1.0".
I: caps.c: Limited capabilities successfully to CAP_SYS_NICE.
I: caps.c: Dropping root privileges.
I: caps.c: Limited capabilities successfully to CAP_SYS_NICE.
N: main.c: Called SUID root and real-time and/or high-priority scheduling was requested in the configuration. However, we lack the necessary privileges:
N: main.c: We are not in group 'pulse-rt', PolicyKit refuse to grant us the requested privileges and we have no increase RLIMIT_NICE/RLIMIT_RTPRIO resource limits.
N: main.c: For enabling real-time/high-priority scheduling please acquire the appropriate PolicyKit privileges, or become a member of 'pulse-rt', or increase the RLIMIT_NICE/RLIMIT_RTPRIO resource limits for this user.
Xlib:  extension "RANDR" missing on display ":1.0".
Xlib:  extension "RANDR" missing on display ":1.0".
gnome-session[22017]: WARNING: Could not parse desktop file /etc/xdg/autostart/update-notifier-kde.desktop: Key file does not have key 'Type'
gnome-session[22017]: WARNING: could not read /etc/xdg/autostart/update-notifier-kde.desktop
Xlib:  extension "RANDR" missing on display ":1.0".
Xlib:  extension "RANDR" missing on display ":1.0".

** (gnome-settings-daemon:22070): WARNING **: Unable to start xrandr manager: RANDR extension is not present
Xlib:  extension "RANDR" missing on display ":1.0".
Window manager warning: Failed to read saved session file /tmp/sabayon-temp-home-NmShfC/.config/metacity/sessions/107bd09293937387be124947995666466300000220170027.ms: Failed to open file '/tmp/sabayon-temp-home-NmShfC/.config/metacity/sessions/107bd09293937387be124947995666466300000220170027.ms': No such file or directory
Xlib:  extension "RANDR" missing on display ":1.0".
===== BEGIN MILESTONES (/usr/lib/sabayon/sabayon-session) =====
MainThread 2009/08/05 09:45:51.7062 (sabayon-session): Starting session window for profile_name='OS X', profile_path='/tmp/profile-sabayon-admin-WH771C.zip', display_number='1'
MainThread 2009/08/05 09:45:52.0308 (proto-session): Running sabayon-apply: ['/usr/sbin/sabayon-apply', '-s', 'OS X', '--admin-log-config=/root/sabayon-debug-log.conf', '--readable-log-config=/tmp/tmpe3FGou']
MainThread 2009/08/05 09:45:52.5936 (proto-session): Finished running sabayon-apply with normal exit status
MainThread 2009/08/05 09:45:53.1968 (sabayon-session): Entering main loop.  Wheeee!
MainThread 2009/08/05 09:46:05.4884 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/08/05 09:46:05.4906 (admin-tool): Traceback (most recent call last):
  • File "/var/lib/python-support/python2.6/sabayon/errors.py", line 125 in wrapper
    return func (*args, **kwargs)
  • File "/var/lib/python-support/python2.6/sabayon/sessionwindow.py", line 117 in handle_profile_change
    self.COLUMN_DESCRIPTION, new_change.get_short_description ())
  • File "/var/lib/python-support/python2.6/sabayon/sources/paneldelegate.py", line 113 in get_short_description
    panel_toplevel = self.delegate.PanelToplevel(toplevel_id)
  • File "/var/lib/python-support/python2.6/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/08/05 09:46:05.4910 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/08/05 09:46:05.4914 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.6/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.6/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2009/08/05 09:46:05.4917 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/08/05 09:46:05.4920 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.6/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.6/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2009/08/05 09:46:05.4923 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/08/05 09:46:05.4925 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.6/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.6/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2009/08/05 09:46:05.4928 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/08/05 09:46:05.4930 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.6/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.6/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2009/08/05 09:46:05.4936 (sabayon-session): Terminating
MainThread 2009/08/05 09:46:05.4937 (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/08/05 09:45:51.7062 (sabayon-session): Starting session window for profile_name='OS X', profile_path='/tmp/profile-sabayon-admin-WH771C.zip', display_number='1'
MainThread 2009/08/05 09:45:52.0308 (proto-session): Running sabayon-apply: ['/usr/sbin/sabayon-apply', '-s', 'OS X', '--admin-log-config=/root/sabayon-debug-log.conf', '--readable-log-config=/tmp/tmpe3FGou']
MainThread 2009/08/05 09:45:52.5936 (proto-session): Finished running sabayon-apply with normal exit status
MainThread 2009/08/05 09:45:53.1968 (sabayon-session): Entering main loop.  Wheeee!
MainThread 2009/08/05 09:46:05.4884 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/08/05 09:46:05.4906 (admin-tool): Traceback (most recent call last):
  • File "/var/lib/python-support/python2.6/sabayon/errors.py", line 125 in wrapper
    return func (*args, **kwargs)
  • File "/var/lib/python-support/python2.6/sabayon/sessionwindow.py", line 117 in handle_profile_change
    self.COLUMN_DESCRIPTION, new_change.get_short_description ())
  • File "/var/lib/python-support/python2.6/sabayon/sources/paneldelegate.py", line 113 in get_short_description
    panel_toplevel = self.delegate.PanelToplevel(toplevel_id)
  • File "/var/lib/python-support/python2.6/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/08/05 09:46:05.4910 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/08/05 09:46:05.4914 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.6/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.6/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2009/08/05 09:46:05.4917 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/08/05 09:46:05.4920 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.6/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.6/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2009/08/05 09:46:05.4923 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/08/05 09:46:05.4925 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.6/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.6/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2009/08/05 09:46:05.4928 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/08/05 09:46:05.4930 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.6/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.6/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2009/08/05 09:46:05.4936 (sabayon-session): Terminating
MainThread 2009/08/05 09:46:05.4937 (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
Window manager warning: Fatal IO error 11 (Resource temporarily unavailable) on display ':1.0'.
gnome-settings-daemon: Fatal IO error 11 (Resource temporarily unavailable) on X server :1.0.
gnome-session: Fatal IO error 11 (Resource temporarily unavailable) on X server :1.0.
-c: Fatal IO error 11 (Resource temporarily unavailable) on X server :1.0.
gnome-panel: Fatal IO error 0 (Success) on X server :1.0.
Could not parse arguments: Cannot open display: 

========== END SABAYON-SESSION LOG ==========
MainThread 2009/08/05 09:46:05.9171 (admin-tool): Got fatal error: sabayon-session exited with a FATAL ERROR (exit code 1)
MainThread 2009/08/05 09:46:06.1294 (admin-tool): Terminating main loop
MainThread 2009/08/05 09:46:06.1295 (admin-tool): Exiting abnormally; dumping log due to a fatal error
===== END MILESTONES (/usr/bin/sabayon) =====
===== BEGIN RING BUFFER (/usr/bin/sabayon) =====
MainThread 2009/08/05 09:45:22.7585 (admin-tool): Creating profiles dialog
MainThread 2009/08/05 09:45:23.2450 (admin-tool): Starting main loop
MainThread 2009/08/05 09:45:51.1584 (USER): Starting to edit profile 'OS X'
MainThread 2009/08/05 09:46:05.9167 (admin-tool): ========== BEGIN SABAYON-SESSION LOG ==========
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
(EE) config/hal: NewInputDeviceRequest failed (2)
(EE) config/hal: NewInputDeviceRequest failed (2)
(EE) config/hal: NewInputDeviceRequest failed (2)
(EE) config/hal: NewInputDeviceRequest failed (2)
Xlib:  extension "RANDR" missing on display ":1.0".
I: caps.c: Limited capabilities successfully to CAP_SYS_NICE.
I: caps.c: Dropping root privileges.
I: caps.c: Limited capabilities successfully to CAP_SYS_NICE.
N: main.c: Called SUID root and real-time and/or high-priority scheduling was requested in the configuration. However, we lack the necessary privileges:
N: main.c: We are not in group 'pulse-rt', PolicyKit refuse to grant us the requested privileges and we have no increase RLIMIT_NICE/RLIMIT_RTPRIO resource limits.
N: main.c: For enabling real-time/high-priority scheduling please acquire the appropriate PolicyKit privileges, or become a member of 'pulse-rt', or increase the RLIMIT_NICE/RLIMIT_RTPRIO resource limits for this user.
Xlib:  extension "RANDR" missing on display ":1.0".
Xlib:  extension "RANDR" missing on display ":1.0".
gnome-session[22017]: WARNING: Could not parse desktop file /etc/xdg/autostart/update-notifier-kde.desktop: Key file does not have key 'Type'
gnome-session[22017]: WARNING: could not read /etc/xdg/autostart/update-notifier-kde.desktop
Xlib:  extension "RANDR" missing on display ":1.0".
Xlib:  extension "RANDR" missing on display ":1.0".

** (gnome-settings-daemon:22070): WARNING **: Unable to start xrandr manager: RANDR extension is not present
Xlib:  extension "RANDR" missing on display ":1.0".
Window manager warning: Failed to read saved session file /tmp/sabayon-temp-home-NmShfC/.config/metacity/sessions/107bd09293937387be124947995666466300000220170027.ms: Failed to open file '/tmp/sabayon-temp-home-NmShfC/.config/metacity/sessions/107bd09293937387be124947995666466300000220170027.ms': No such file or directory
Xlib:  extension "RANDR" missing on display ":1.0".
===== BEGIN MILESTONES (/usr/lib/sabayon/sabayon-session) =====
MainThread 2009/08/05 09:45:51.7062 (sabayon-session): Starting session window for profile_name='OS X', profile_path='/tmp/profile-sabayon-admin-WH771C.zip', display_number='1'
MainThread 2009/08/05 09:45:52.0308 (proto-session): Running sabayon-apply: ['/usr/sbin/sabayon-apply', '-s', 'OS X', '--admin-log-config=/root/sabayon-debug-log.conf', '--readable-log-config=/tmp/tmpe3FGou']
MainThread 2009/08/05 09:45:52.5936 (proto-session): Finished running sabayon-apply with normal exit status
MainThread 2009/08/05 09:45:53.1968 (sabayon-session): Entering main loop.  Wheeee!
MainThread 2009/08/05 09:46:05.4884 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/08/05 09:46:05.4906 (admin-tool): Traceback (most recent call last):
  • File "/var/lib/python-support/python2.6/sabayon/errors.py", line 125 in wrapper
    return func (*args, **kwargs)
  • File "/var/lib/python-support/python2.6/sabayon/sessionwindow.py", line 117 in handle_profile_change
    self.COLUMN_DESCRIPTION, new_change.get_short_description ())
  • File "/var/lib/python-support/python2.6/sabayon/sources/paneldelegate.py", line 113 in get_short_description
    panel_toplevel = self.delegate.PanelToplevel(toplevel_id)
  • File "/var/lib/python-support/python2.6/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/08/05 09:46:05.4910 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/08/05 09:46:05.4914 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.6/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.6/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2009/08/05 09:46:05.4917 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/08/05 09:46:05.4920 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.6/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.6/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2009/08/05 09:46:05.4923 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/08/05 09:46:05.4925 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.6/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.6/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2009/08/05 09:46:05.4928 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/08/05 09:46:05.4930 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.6/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.6/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2009/08/05 09:46:05.4936 (sabayon-session): Terminating
MainThread 2009/08/05 09:46:05.4937 (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/08/05 09:45:51.7062 (sabayon-session): Starting session window for profile_name='OS X', profile_path='/tmp/profile-sabayon-admin-WH771C.zip', display_number='1'
MainThread 2009/08/05 09:45:52.0308 (proto-session): Running sabayon-apply: ['/usr/sbin/sabayon-apply', '-s', 'OS X', '--admin-log-config=/root/sabayon-debug-log.conf', '--readable-log-config=/tmp/tmpe3FGou']
MainThread 2009/08/05 09:45:52.5936 (proto-session): Finished running sabayon-apply with normal exit status
MainThread 2009/08/05 09:45:53.1968 (sabayon-session): Entering main loop.  Wheeee!
MainThread 2009/08/05 09:46:05.4884 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/08/05 09:46:05.4906 (admin-tool): Traceback (most recent call last):
  • File "/var/lib/python-support/python2.6/sabayon/errors.py", line 125 in wrapper
    return func (*args, **kwargs)
  • File "/var/lib/python-support/python2.6/sabayon/sessionwindow.py", line 117 in handle_profile_change
    self.COLUMN_DESCRIPTION, new_change.get_short_description ())
  • File "/var/lib/python-support/python2.6/sabayon/sources/paneldelegate.py", line 113 in get_short_description
    panel_toplevel = self.delegate.PanelToplevel(toplevel_id)
  • File "/var/lib/python-support/python2.6/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/08/05 09:46:05.4910 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/08/05 09:46:05.4914 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.6/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.6/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2009/08/05 09:46:05.4917 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/08/05 09:46:05.4920 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.6/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.6/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2009/08/05 09:46:05.4923 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/08/05 09:46:05.4925 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.6/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.6/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2009/08/05 09:46:05.4928 (admin-tool): Got fatal error: Fatal exception in callback; exiting main loop
MainThread 2009/08/05 09:46:05.4930 (admin-tool): Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/sabayon/errors.py", line 125, in wrapper
    return func (*args, **kwargs)
  File "/var/lib/python-support/python2.6/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.6/sabayon/sessionwindow.py", line 129, in find
    if change.get_source () == source and \
AttributeError: 'NoneType' object has no attribute 'get_source'

MainThread 2009/08/05 09:46:05.4936 (sabayon-session): Terminating
MainThread 2009/08/05 09:46:05.4937 (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
Window manager warning: Fatal IO error 11 (Resource temporarily unavailable) on display ':1.0'.
gnome-settings-daemon: Fatal IO error 11 (Resource temporarily unavailable) on X server :1.0.
gnome-session: Fatal IO error 11 (Resource temporarily unavailable) on X server :1.0.
-c: Fatal IO error 11 (Resource temporarily unavailable) on X server :1.0.
gnome-panel: Fatal IO error 0 (Success) on X server :1.0.
Could not parse arguments: Cannot open display: 

========== END SABAYON-SESSION LOG ==========
MainThread 2009/08/05 09:46:05.9171 (admin-tool): Got fatal error: sabayon-session exited with a FATAL ERROR (exit code 1)
MainThread 2009/08/05 09:46:06.1254 (USER): Finishing editing profile
MainThread 2009/08/05 09:46:06.1294 (admin-tool): Terminating main loop
MainThread 2009/08/05 09:46:06.1295 (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:
Creating profiles works fine, as does editing the users it applies to, but clicking Edit or Details will result in a crash.
Comment 1 palfrey 2009-08-12 12:00:15 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 ***