From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29719 invoked by alias); 8 Jul 2009 17:44:33 -0000 Received: (qmail 29708 invoked by uid 22791); 8 Jul 2009 17:44:33 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail3.radisys.com (HELO OREXCHANGE01.radisys.com) (70.102.71.53) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 08 Jul 2009 17:44:28 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: core files are host dependent Date: Wed, 08 Jul 2009 17:44:00 -0000 Message-ID: <343AAB782778D44FB06D24560CAFC0E30283F754@OREXCHANGE01.radisys.com> From: "Sergey Kamshilin" To: X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-07/txt/msg00056.txt.bz2 Hi all, =20 I'm newbie, so the question may be is too simple... =20 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! =20 /SergeyK =20