Hm, if it doesn't actually crash now, then there won't be a backtrace,
indeed. Another relatively easy way to debug this is strace:

sudo strace -vv -s 1024 -o /tmp/dkp.trace  /usr/lib/devicekit-power
/devkit-power-daemon -v

and then attach /tmp/dkp.trace here after it crashed. This will watch
all subprocess as well, and should have the precise location of the
SIGPIPE error.

-- 
Karmic Alpha 6: devicekit-power-daemon crash with SIGPIPE
https://bugs.launchpad.net/bugs/434771
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to