From owner-freebsd-current@FreeBSD.ORG Mon Mar 22 09:40:20 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A87F10656DB for ; Mon, 22 Mar 2010 09:40:20 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-relay2.uni-muenster.de (ZIVM-RELAY2.UNI-MUENSTER.DE [128.176.192.13]) by mx1.freebsd.org (Postfix) with ESMTP id 684218FC1C for ; Mon, 22 Mar 2010 09:40:18 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.51,286,1267398000"; d="scan'208";a="239732949" Received: from zivmaildisp1.uni-muenster.de (HELO ZIVMAILUSER03.UNI-MUENSTER.DE) ([128.176.188.85]) by zivm-relay2.uni-muenster.de with ESMTP; 22 Mar 2010 10:40:17 +0100 Received: by ZIVMAILUSER03.UNI-MUENSTER.DE (Postfix, from userid 149459) id 5D5F71B0750; Mon, 22 Mar 2010 10:40:17 +0100 (CET) Date: Mon, 22 Mar 2010 10:40:16 +0100 (CET) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Andriy Gapon Message-ID: In-Reply-To: <4BA72543.4060006@icyb.net.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: build failures after stdlib update X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2010 09:40:20 -0000 Andriy Gapon schrieb am 2010-03-22: > on 22/03/2010 00:12 Alexander Best said the following: > > Andriy Gapon schrieb am 2010-03-21: > >> on 21/03/2010 23:11 Alexander Best said the following: > >>> *hehe* that makes more sense. well i already sent you lp. > >>> unfortunately str is > >>> not available to gdb: > >>> (gdb) print str > >>> Variable "str" is not available. > >> In cases like this sometimes the argument is still available for > >> examination as > >> a variable further down the stack (i.e. in one of the calling > >> functions). > > hmmm... > > str might be "-m" then, because of: > > #1 0x0000000000416782 in concat (first=0x417618 "-m") at > > /usr/src/gnu/usr.bin/cc/libiberty/../../../../contrib/gcclibs/libiberty/concat.c:76 > Perhaps, but doesn't look like it. > Could you please do 'print *lp'? (gdb) print *lp Cannot access memory at address 0xc092f0 -- Alexander Best