Comment 31 for bug 567899

Revision history for this message
Evan (ev) wrote :

William,

Thanks a lot for posting those logs. I've looked over them and traced through the code, but the lack of a decent string size in the output (which I failed to ask you to use) is making it very difficult to follow. Would you be so kind as to try again with the following option added to the strace calls:

-s 1024

That is, follow the steps I outlined in comment #22 (https://bugs.edge.launchpad.net/ubuntu-release-notes/+bug/567899/comments/22), and everywhere you would normally put:
... strace -tt ...

put instead:
... strace -s 1024 -tt ...

This will change the string size from the default 32 characters to 1024, which should be more than enough to show the entire strings that dbus passes around.

Thanks!

Anyone else that's experiencing this bug, please do the same if you are able.