From owner-freebsd-stable@FreeBSD.ORG Thu Nov 16 09:10:35 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62A2916A4B3 for ; Thu, 16 Nov 2006 09:10:35 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from arwen.teledomenet.gr (arwen.teledomenet.gr [213.142.128.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC03E43DEF for ; Thu, 16 Nov 2006 09:10:07 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from iris ([192.168.1.71]) by arwen.teledomenet.gr (8.12.10/8.12.10) with ESMTP id kAG9A3m1029649 for ; Thu, 16 Nov 2006 11:10:03 +0200 From: Nikos Vassiliadis To: stable@freebsd.org Date: Thu, 16 Nov 2006 11:09:02 +0200 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200611161109.02430.nvass@teledomenet.gr> Cc: Subject: trussing a non existing file causes misbehavior X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2006 09:10:35 -0000 Hello, In my 6.2-PRERELEASE(one month old approximately) truss gets stuck exiting when trying to truss a non existing file. I think the problem is not in truss itself. But I have not the skills to find it. So, will a build with updated sources help? Is there anybody else with the same problem? nik:0:~$ truss /nothing truss: execvp /nothing: No such file or directory load: 1.04 cmd: truss 70662 [exithold] 0.00u 0.00s 0% 700k Thanks in advance, Nikos