bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parted seg faults


From: Roland McGrath
Subject: Re: Parted seg faults
Date: Sun, 6 Oct 2002 04:46:17 -0400 (EDT)

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.  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]