kernel: utrac[19751]: segfault at 8000060b1f8 ip 0000000000404a5d sp 00007fffb8 f5bef8 error 4 in utrac[400000+b000] The Problem seems to be well known for Mandriva: http://mandriva.598463.n5.nabble.com/Bug-35379-utrac-ASSIGNED-utrac-segmentation-fault-td616844.html Quote: This was due to ut_crc32 working on unsigned long. On 64 bits, unsigned long is 64bits, which is not good when you want to do 32bit computations. Changed it to explicit uint32_t. Unfortunately the Mandirva-Patch doesnt work for Gentoo (for me at least), so I file this bug.
Probably time to tree clean due this and other opened bugs
dropped