From owner-freebsd-current@FreeBSD.ORG Thu Jan 10 19:13:45 2008 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 AA93616A419 for ; Thu, 10 Jan 2008 19:13:45 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outE.internet-mail-service.net (outE.internet-mail-service.net [216.240.47.228]) by mx1.freebsd.org (Postfix) with ESMTP id 8356413C448 for ; Thu, 10 Jan 2008 19:13:45 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP; Thu, 10 Jan 2008 10:59:31 -0800 Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id 29023126E94; Thu, 10 Jan 2008 10:59:31 -0800 (PST) Message-ID: <47866B2A.8070503@elischer.org> Date: Thu, 10 Jan 2008 10:59:54 -0800 From: Julian Elischer User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Tom Evans References: <189878.45301.qm@web57002.mail.re3.yahoo.com> <20080110171132.GM71709@tuxaco.net> <1199987094.1713.20.camel@localhost> In-Reply-To: <1199987094.1713.20.camel@localhost> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: Unga , freebsd-current@freebsd.org, =?UTF-8?B?UGhpbGlwcGUgQXVkw6lvdWQ=?= Subject: Re: strace broken in 7.0? 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: Thu, 10 Jan 2008 19:13:45 -0000 Tom Evans wrote: > On Thu, 2008-01-10 at 18:11 +0100, Philippe Audéoud wrote: >> On Thu, 10 Jan 2008, Unga wrote: >> >>> Hi all >>> >>> strace (v4.5.5) works well in 6.2. But strace (v4.5.6) >>> develops following error in 7.0-PRERELEASE: >>> $ strace pwd >>> execve(0xbfbfe92c, [0xbfbfedf4], [/* 0 vars >>> */]PIOCWSTOP: Input/output error and the reason you don't use ktrace is..? >>> >>> Best Regards >>> Unga >>> >> hi, >> >> with strace 4.5.5 in 6.2 and 7.0-PRERELEASE, i've got the same error on >> the first exec. But on the second, it works correctly. >> Exactly the same thing, with strace 4.5.7 >> >> Do you have this error each time >> >> Regards, >> >> Philippe >> > > Me too > > root@zoot '17:43:05' '/usr/ports/devel/strace' >> # uname -a > FreeBSD zoot.mintel.co.uk 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #1: Mon > Jan 7 15:47:37 GMT 2008 > root@zoot.mintel.co.uk:/data2/FreeBSD/RELENG_7/obj/data2/FreeBSD/RELENG_7/src/sys/ZOOT i386 > root@zoot '17:43:11' '/usr/ports/devel/strace' >> # strace pwd > execve(0xbfbfe73c, [0xbfbfec08], [/* 0 vars */]PIOCWSTOP: Input/output > error > root@zoot '17:43:17' '/usr/ports/devel/strace' >> # /data2/FreeBSD/CURRENT/ports/devel/strace > > Repeated executions result in the same result. > > Cheers > > Tom