gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Unbalbe to gdb core file generted from customer machine on local host


From: James C Chen
Subject: Unbalbe to gdb core file generted from customer machine on local host
Date: Sun, 16 Nov 2014 10:26:33 -0500

Hi there,

Thanks for providing gdb support.

I created an executable binary (x86-64) on my local Linux server and let it
run on customer Linux server. Later on, my binary generated a core
file.  I tried to gdb the core file on my local Linux server, but I can not
get correct stack trace.

(gdb) bt full
#0  0x0000003a5d07288e in ?? ()
No symbol table info available.
#1  0x000000001b36d548 in ?? ()
No symbol table info available.
#2  0x000000001b2fab70 in ?? ()
No symbol table info available.
#3  0x00007fff60c30a9c in ?? ()
No symbol table info available.
#4  0x000000001b36d548 in ?? ()
No symbol table info available.
#5  0x000000001aafc860 in ?? ()
No symbol table info available.
#6  0x0000000000002230 in ?? () from /lib64/libm.so.6
No symbol table info available.
#7  0x545194cc00000221 in ?? ()
No symbol table info available.
#8  0x0000000000000000 in ?? ()
No symbol table info available.

But when I gdb the core file on customer server where the core file was
created, I am able to get correct stack trace.

Question, do I have to gdb the core file on the customer server to get
correct stack trace? Any way to gdb the core file on my local server?

Thanks you very much for any help.



Regards,

James Chen
IBM




reply via email to

[Prev in Thread] Current Thread [Next in Thread]