On Mon, Nov 17, 2008 at 14:25, Michel Hermier <michel.hermier@xxxxxxxxx> wrote: > Hi, > I have a repeatable crash in udev when it tries to detect my swap > partition (and maybe in other cases that I didn't had the time to > investigate more) > With the udev-132 on frugalware, I get the following backtrace, when I: I've found a problem with the $links substitution, which may go wrong, if we do not create any symlink for a device. This should not happen with the /dev/{block,char}/ links we always create now, but I didn't see any other obvious problem. Does: find /lib/udev/rules.d/ /etc/udev/rules.d/ | xargs grep '$links' find something? And if you remove the '$links' from the rule, does it prevent the crash? Thanks, Kay -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html