From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6208 invoked by alias); 13 Jul 2008 22:58:50 -0000 Received: (qmail 6182 invoked by uid 22791); 13 Jul 2008 22:58:50 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 13 Jul 2008 22:58:32 +0000 Received: from wpaz17.hot.corp.google.com (wpaz17.hot.corp.google.com [172.24.198.81]) by smtp-out.google.com with ESMTP id m6DMw1df011394; Sun, 13 Jul 2008 23:58:01 +0100 Received: from localhost (meta.corp.google.com [172.22.108.53]) by wpaz17.hot.corp.google.com with ESMTP id m6DMvwB7010910; Sun, 13 Jul 2008 15:57:58 -0700 Received: by localhost (Postfix, from userid 500) id 3B98D3F305E; Sun, 13 Jul 2008 15:57:58 -0700 (PDT) To: csilvers@google.com, hjl.tools@gmail.com Subject: Re: inflateInit? Cc: binutils@sourceware.org, dj@redhat.com, drow@false.org, gdb@sourceware.org, hp@bitrange.com In-Reply-To: <6dc9ffc80807131247y7a85d860ga3df0fb6fa23e977@mail.gmail.com> Message-Id: <20080713225758.3B98D3F305E@localhost> Date: Sun, 13 Jul 2008 22:58:00 -0000 From: csilvers@google.com (Craig Silverstein) 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: 2008-07/txt/msg00146.txt.bz2 } ./addr2line -e ./addr2line `nm -n --defined-only ./addr2line |head } -1 | awk '{print $1}'` Yes, it works on all the ones I've tested on. I'm still trying to reproduce the problem you reported. craig