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 gdb/19503] internal-error: linux_nat_resume: Assertion `lp != NULL' failed.


https://sourceware.org/bugzilla/show_bug.cgi?id=19503

--- Comment #10 from Pedro Alves <palves at redhat dot com> ---
Huh.  Do you see them always after TARGET_WAITKIND_EXECD?  Can you share more
details on how you ran gdb (non-stop vs all-stop, commands used, etc.)

I think the warning may be legit if you installed the breakpoint by address,
like "b *0x436825", and that address isn't actually mapped after the exec.  But
given the low address, it sounds like the kind of address a function in the
main executable would have?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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