You don't need to understand libstore to debug that crash. As you can see, it crashes in a dlsym call. Unless it's just random memory clobberation that happens to bite dynamic linker data structures somehow, the bug is not in libstore. Don't be fooled by the argument values in the backtrace; in optimized code they aren't always coherent. You have to examine each frame and the code there to be sure what's really going on there.
Set a breakpoint in the parted code before the crash and step through to see what's happening. _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd