From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24110 invoked by alias); 8 Jul 2009 18:06:29 -0000 Received: (qmail 24101 invoked by uid 22791); 8 Jul 2009 18:06:29 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 08 Jul 2009 18:06:22 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 5CACD10576; Wed, 8 Jul 2009 18:06:20 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id 387D010554; Wed, 8 Jul 2009 18:06:20 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1MObX9-0005sh-7T; Wed, 08 Jul 2009 14:06:19 -0400 Date: Wed, 08 Jul 2009 18:06:00 -0000 From: Daniel Jacobowitz To: Sergey Kamshilin Cc: gdb@sourceware.org Subject: Re: core files are host dependent Message-ID: <20090708180619.GA22590@caradoc.them.org> Mail-Followup-To: Sergey Kamshilin , gdb@sourceware.org References: <343AAB782778D44FB06D24560CAFC0E30283F754@OREXCHANGE01.radisys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <343AAB782778D44FB06D24560CAFC0E30283F754@OREXCHANGE01.radisys.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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/msg00057.txt.bz2 On Wed, Jul 08, 2009 at 10:44:25AM -0700, Sergey Kamshilin wrote: > 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! Your statement is very unlikely to be accurate :-) Try running strace -e open on GDB to be absolutely sure what libraries it's opening. My first guess would be debug library packages installed on only one of the hosts. -- Daniel Jacobowitz CodeSourcery