From owner-freebsd-stable@FreeBSD.ORG Thu Nov 16 09:27:42 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 76D5F16A412 for ; Thu, 16 Nov 2006 09:27:42 +0000 (UTC) (envelope-from perl@ipchains.ru) Received: from hermes.hw.ru (hermes.hw.ru [80.68.240.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53AE443D68 for ; Thu, 16 Nov 2006 09:27:40 +0000 (GMT) (envelope-from perl@ipchains.ru) Received: from [80.68.244.38] (account odambaev@rbc.ru [80.68.244.38] verified) by hermes.hw.ru (CommuniGate Pro SMTP 5.0.10) with ESMTPA id 146440153; Thu, 16 Nov 2006 12:27:36 +0300 Message-ID: <455C2EC8.7030107@ipchains.ru> Date: Thu, 16 Nov 2006 12:26:32 +0300 From: Oleg Dambaev User-Agent: Thunderbird 1.5.0.5 (X11/20060831) MIME-Version: 1.0 To: Nikos Vassiliadis References: <200611161109.02430.nvass@teledomenet.gr> In-Reply-To: <200611161109.02430.nvass@teledomenet.gr> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: 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:27:42 -0000 Nikos Vassiliadis wrote: > 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 > Never seen any dumbest thing. Re-read truss(1) man page and find out what truss must do.