Comment 8 for bug 368553

Revision history for this message
atany (ye-gorshkov) wrote :

Attaching lshal output.

I've noticed this typo on my Dell XPS M1330 running Jaunty after a system crash. The system became unresponsive after Gimp asked to allocate memory for a 400+Mb file. Then applets (NM and blueman installed from PPA) start crashing and I had to kill X with magic SysRq and reboot.

For reference this is what was in my .xsession-errors file:

Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/dbus/connection.py", line 578, in msg_reply_handler
    reply_handler(*message.get_args_list(**get_args_opts))
  File "/usr/lib/python2.6/dist-packages/blueman/main/KillSwitch.py", line 76, in hal_name_owner_changed
    self.__enumerate()
  File "/usr/lib/python2.6/dist-packages/blueman/main/KillSwitch.py", line 88, in __enumerate
    self.state &= sw.GetPower()
  File "/usr/lib/python2.6/dist-packages/blueman/main/KillSwitch.py", line 55, in GetPower
    return self.__switch.GetPower()
  File "/var/lib/python-support/python2.6/dbus/proxies.py", line 68, in __call__
    return self._proxy_method(*args, **keywords)
  File "/var/lib/python-support/python2.6/dbus/proxies.py", line 140, in __call__
    **keywords)
  File "/var/lib/python-support/python2.6/dbus/connection.py", line 622, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.Hal.Device.UnknownError: /usr/lib/hal/scripts/linux/hal-system-killswitch-get-power-li
nux: line 81: unexpected EOF while looking for matching `"'
 /usr/lib/hal/scripts/linux/hal-system-killswitch-get-power-linux: line 84: syntax error: unexpected end of file
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/apport_python_hook.py", line 93, in apport_excepthook
    os.O_WRONLY|os.O_CREAT|os.O_EXCL), 'w')
OSError: [Errno 13] Permission denied: '/var/crash/_usr_bin_blueman-applet.1000.crash'

Original exception was:
Traceback (most recent call last):
  File "/var/lib/python-support/python2.6/dbus/connection.py", line 578, in msg_reply_handler
    reply_handler(*message.get_args_list(**get_args_opts))
  File "/usr/lib/python2.6/dist-packages/blueman/main/KillSwitch.py", line 76, in hal_name_owner_changed
    self.__enumerate()
  File "/usr/lib/python2.6/dist-packages/blueman/main/KillSwitch.py", line 88, in __enumerate
    self.state &= sw.GetPower()
  File "/usr/lib/python2.6/dist-packages/blueman/main/KillSwitch.py", line 55, in GetPower
    return self.__switch.GetPower()
  File "/var/lib/python-support/python2.6/dbus/proxies.py", line 68, in __call__
    return self._proxy_method(*args, **keywords)
  File "/var/lib/python-support/python2.6/dbus/proxies.py", line 140, in __call__
    **keywords)
  File "/var/lib/python-support/python2.6/dbus/connection.py", line 622, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.Hal.Device.UnknownError: /usr/lib/hal/scripts/linux/hal-system-killswitch-get-power-linux: line 81: unexpected EOF while looking for matching `"'
 /usr/lib/hal/scripts/linux/hal-system-killswitch-get-power-linux: line 84: syntax error: unexpected end of file