Hello Stephan, Stephan Raue [2010-08-15 19:13 +0200]: > how i can fix this issue or find out what can be wrong? can i start > /lib/udisks-part-id directly with any parameters to see if it > segfaults also if i start this directly?
Yes, you can. You should run it against all available block devices that you have; you can see a list of them in /sys/block/. For example, $ 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. Please compile udisks with debugging symbols for this. Martin -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org) _______________________________________________ devkit-devel mailing list devkit-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/devkit-devel