From owner-freebsd-current@FreeBSD.ORG Sun Mar 21 22:12:08 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 383F61065670 for ; Sun, 21 Mar 2010 22:12:08 +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 A419C8FC08 for ; Sun, 21 Mar 2010 22:12:07 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.51,284,1267398000"; d="scan'208";a="239701989" Received: from zivmaildisp1.uni-muenster.de (HELO ZIVMAILUSER04.UNI-MUENSTER.DE) ([128.176.188.85]) by zivm-relay2.uni-muenster.de with ESMTP; 21 Mar 2010 23:12:05 +0100 Received: by ZIVMAILUSER04.UNI-MUENSTER.DE (Postfix, from userid 149459) id 721C01B07C1; Sun, 21 Mar 2010 23:12:05 +0100 (CET) Date: Sun, 21 Mar 2010 23:12:04 +0100 (CET) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Andriy Gapon Message-ID: In-Reply-To: <4BA69035.5020904@icyb.net.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Garrett Cooper , 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: Sun, 21 Mar 2010 22:12:08 -0000 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 -- Alexander Best