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

core files are host dependent


Hi all,
 
I'm newbie, so the question may be is too simple...
 
We always have the issues in debugging cores where gdb traces are only
valid on the original host.

For example gdb traces on one host (where the dump occur) is

#0 0x003267a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.

And on the host where trace goes:

#0 0x003267a2 in ?? ()

Both hosts have identical set of kernel, libraries and other packages
installed. Why this could be and how to fix it? Thank you in advance!

 
/SergeyK

 


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