This is the mail archive of the gdb-prs@sourceware.org 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]

[Bug shlibs/11497] Stepping broken


------- Additional Comments From pedro at codesourcery dot com  2010-04-14 12:43 -------
Your logs showed "pc 0xaa50 interp-text <0x8a0..0x17950"

[0x8a0..0x17950) looks too low a range for ld.so.  It appears to indicate
gdb confused the interpreter text range with your main executable's.
Try "info sharedlibrary" just before that "step" to see the real ld.so's
text range.

That's most likely the reason the patch happens to "fix" the issue
for you.  GDB always thinks it's stepping within ld.so, while in fact
you're just stepping through the main code of your app.  This seems like
the root problem that needs fixing to me.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11497

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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