I am working on the fix for this now. However, to ensure we fully
understand the problem, please could those seeing this problem attach
file /var/log/udev to this bug so I can see the raw data.

By the way, if you simply 'cat' the file(s), you won't necessarily see
the extended characters since as they are generally not printable, the
terminal driver won't display them. However, you can detect them by
doing something like:

    grep "[^[:print:]]" /var/log/udev /proc/acpi/battery/BAT0/info

Or if you want to see them:

    grep "[^[:print:]]" /var/log/udev /proc/acpi/battery/BAT0/info | od
-xc

Vim also highlights extended chars by default.

** Changed in: upstart (Ubuntu)
       Status: Triaged => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/829980

Title:
  upstart-udev-bridge eats 100% cpu calling
  dbus_message_iter_append_basic()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829980/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to