From owner-freebsd-questions@FreeBSD.ORG Mon Nov 30 02:45:57 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEB0C106568B for ; Mon, 30 Nov 2009 02:45:57 +0000 (UTC) (envelope-from gosand1982@yahoo.com) Received: from n62.bullet.mail.sp1.yahoo.com (n62.bullet.mail.sp1.yahoo.com [98.136.44.35]) by mx1.freebsd.org (Postfix) with SMTP id 8BDCC8FC14 for ; Mon, 30 Nov 2009 02:45:57 +0000 (UTC) Received: from [216.252.122.219] by n62.bullet.mail.sp1.yahoo.com with NNFMP; 30 Nov 2009 02:45:57 -0000 Received: from [67.195.9.81] by t4.bullet.sp1.yahoo.com with NNFMP; 30 Nov 2009 02:45:57 -0000 Received: from [67.195.9.98] by t1.bullet.mail.gq1.yahoo.com with NNFMP; 30 Nov 2009 02:45:57 -0000 Received: from [127.0.0.1] by omp102.mail.gq1.yahoo.com with NNFMP; 30 Nov 2009 02:45:57 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 97603.33776.bm@omp102.mail.gq1.yahoo.com Received: (qmail 73484 invoked by uid 60001); 30 Nov 2009 02:45:56 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1259549156; bh=cj3upsPn5HgpirDIX7LBAjGjvhbN5uOBQ9yCK2fF/5o=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=rIXUOIBwohhh0/Oilw+95a2Bb498w75TkoJvX9e351vq/qU6atjyT+VECSXBSlV5KOs597CipdWEdOQuE4WK1B8iGyBOUt6qkJIuAvNIuPshfjFIRndlZ2o9YQ9lXoSlYiQfa4Sf7CZsOfkO7ZoEeOBG8gHa2Z6Qk4cYMtS24sg= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=MRm8npkrYTfdy92dcVux4H1qOMLsgPEiLukpi6Q4yv08SdJ0RRromXaO5FcPxgiute3pepRnHpRlJ+CzbZghApBUWlCymOToTx58X7xlV/zOoNEp3Ik0QZM+swTil9idBa5CMlnRq8AhOG5nJ/tbaZQDWux6ci6poybWQLvkdE8=; Message-ID: <917463.72731.qm@web111602.mail.gq1.yahoo.com> X-YMail-OSG: DYeTG3sVM1nb6flojbESUI6oixrM1gmKhWxYlSz1XJASLh6Xm5SEuPY365jIhMo1kaQjRTvqQHJLF1XOsnyEv4ZbwokOe6T2B8788KZ2GeekawvnfAMgO4E_xKCi.GHxTjoapXSDpQcGE1Efrnx6_wf6HVAP_roKBfo1ovYOBbrFg.piyy9yymWXVb3NWioFgVT4bNSKZ.LySL.ZU_9tvFZqziOfoG0DvR.AWdm86YMD67Wfkqe8XRwQ33PVtFLQvBo- Received: from [24.5.102.43] by web111602.mail.gq1.yahoo.com via HTTP; Sun, 29 Nov 2009 18:45:56 PST X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.8.100.260964 Date: Sun, 29 Nov 2009 18:45:56 -0800 (PST) From: George Sanders To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: mysterious "try" process dumping core on 7.2-RELEASE ... worried ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2009 02:45:57 -0000 I see these two entries in my /var/log/messages: Nov 24 18:08:41 hostname kernel: pid 25901 (try), uid 0: exited on signal 10 (core dumped) Nov 24 18:10:29 hostname kernel: pid 35359 (try), uid 0: exited on signal 10 (core dumped) But I've never heard of a "try" binary, and 'which try' shows nothing ... When I search through my system, the only thing remotely resembling "try" is: /usr/ports/lang/perl5.8/work/perl-5.8.9/lib/Test/Simple/t/try.t I do see that my perl binary is dated: 0 lrwxr-xr-x 1 root wheel 24 Nov 24 18:12 /usr/bin/perl a few minutes after those error messages, so perhaps that is it ... Anyway, what is "try.t", what is a ".t file" and if a "try.t" file core dumped, would I indeed see simply "try" in my logs, as above ? Thanks.