From owner-freebsd-bugs@FreeBSD.ORG Wed Feb 20 05:50:02 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A79A116A401 for ; Wed, 20 Feb 2008 05:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7083F13C43E for ; Wed, 20 Feb 2008 05:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1K5o2ai073922 for ; Wed, 20 Feb 2008 05:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1K5o2v4073921; Wed, 20 Feb 2008 05:50:02 GMT (envelope-from gnats) Resent-Date: Wed, 20 Feb 2008 05:50:02 GMT Resent-Message-Id: <200802200550.m1K5o2v4073921@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yuri Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6862916A404 for ; Wed, 20 Feb 2008 05:42:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 4234313C4F5 for ; Wed, 20 Feb 2008 05:42:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1K5dvaj086507 for ; Wed, 20 Feb 2008 05:39:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1K5dv0f086506; Wed, 20 Feb 2008 05:39:57 GMT (envelope-from nobody) Message-Id: <200802200539.m1K5dv0f086506@www.freebsd.org> Date: Wed, 20 Feb 2008 05:39:57 GMT From: Yuri To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/120870: truss shows 'pipe' system call as having 6 arguments when it only has one X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2008 05:50:02 -0000 >Number: 120870 >Category: misc >Synopsis: truss shows 'pipe' system call as having 6 arguments when it only has one >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 20 05:50:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yuri >Release: 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #4: Tue Feb 19 08:18:11 PST 2008 >Organization: n/a >Environment: >Description: When I run a program under truss I see output lines like this: pipe(0xbfbfd92c,0x28077200,0x0,0x1,0x0,0xbfbfd9a4) = 6 (0x6) And it should be something like this: pipe([6,7]) = 0 truss source code processes 'pipe' as special case. But somehow this code doesn't work as intended. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: