On Tue, Oct 13, 2009 at 08:01:33PM +0800, Ilya Sabanin wrote: > I just checked both binaries with "nm -D". "/usr/local/bin/lftp" > reported a long list of symbols. "~/src/lftp-4.0.2/src/lftp" reported > no symbols. So I guess you are right about non-stripped and stripped. > > Can usage of a non-stripped binary somehow affect our setup? In a bad > way I mean.
No, the debug info is not loaded into memory when the program runs. It is only loaded when a debugger is used. -- Alexander..
