This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: problem unwinding past pthread_cond_wait() on x86 RedHat 9.0


On Tue, Oct 14, 2003 at 08:46:49AM -0700, Joel Brobecker wrote:

> Joel, what happens if you type:
> > (gdb) x/i 0xffffe002


Something like "Cannot read memory at 0xffffe002" (already tried it :-). What is this address, BTW. I always wondered... Kernel code? Special address?


Search for "vsyscall DSO" in the gdb@ archives to learn more than you
ever wanted to know :)  Patches to fully support it are still pending.

No.


No matter how much you patch GDB, GDB isn't going to dig itself out of thishole. It's not able to access the code/data/whatever at that address so it's never going to correctly unwind from it.

Kernel bug - incomplete functionality.

Andrew



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]