some more upower fixes

2010-08-17 Thread Matthias Clasen
We're continuing to see problems with upower and polkit 0.97, so I've been looking at the upower code some more. I haven't found our issue yet, but I noticed that some of the dbus call have the misfeature of returning twice (or not at all). I've also thrown in some memory leak fixes. Matthias dif

Re: udisks-part-id segfault

2010-08-17 Thread Stephan Raue
Hi Martin Am 17.08.2010 08:34, schrieb Martin Pitt: Hello Stephan, $ sudo /lib/udev/udisks-part-id /dev/sda1 If it crashes on one of them, please run it through gdb: $ sudo gdb --args /lib/udev/udisks-part-id /dev/sda1 run # let it crash bt full and copy&paste the output. P