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/20569] GDB segv in follow_exec


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

--- Comment #2 from sandra at codesourcery dot com ---
And, another bug in follow_exec:  in this call

      target_follow_exec (inf, execd_pathname);

execd_pathname has already been mapped to a host pathname, but it looks like a
target pathname is expected here (e.g., it is used to supply the default
pathname for "show remote exec-file").

-- 
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]