From owner-freebsd-questions@FreeBSD.ORG Wed Jun 16 14:32:16 2010 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 718C11065674 for ; Wed, 16 Jun 2010 14:32:16 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from ozzie.tundraware.com (ozzie.tundraware.com [75.145.138.73]) by mx1.freebsd.org (Postfix) with ESMTP id 170B18FC1A for ; Wed, 16 Jun 2010 14:32:15 +0000 (UTC) Received: from [192.168.0.2] (viper.tundraware.com [192.168.0.2]) (authenticated bits=0) by ozzie.tundraware.com (8.14.4/8.14.4) with ESMTP id o5GEW8hO082835 (version=TLSv1/SSLv3 cipher=DHE-DSS-CAMELLIA256-SHA bits=256 verify=NO) for ; Wed, 16 Jun 2010 09:32:09 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <4C18E065.8020105@tundraware.com> Date: Wed, 16 Jun 2010 09:32:05 -0500 From: Tim Daneliuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: FreeBSD Mailing List References: <4C18DB83.50902@tundraware.com> <4C18DD2B.6060408@infracaninophile.co.uk> In-Reply-To: <4C18DD2B.6060408@infracaninophile.co.uk> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.5 (ozzie.tundraware.com [75.145.138.73]); Wed, 16 Jun 2010 09:32:09 -0500 (CDT) X-TundraWare-MailScanner-Information: Please contact the ISP for more information X-TundraWare-MailScanner-ID: o5GEW8hO082835 X-TundraWare-MailScanner: Found to be clean X-TundraWare-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Subject: Re: Perl Dumping Core 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: Wed, 16 Jun 2010 14:32:16 -0000 On 6/16/2010 9:18 AM, Matthew Seaman wrote: > On 16/06/2010 15:11:15, Tim Daneliuk wrote: >> I am running 8.1-PRERELEASE and seeing a half dozen of these a day: > > > >> (perl5.10.1), uid 0: exited on signal 11 > > >> Anyone have theories on this? > > You have a perl process or processes owned by root that are dying due to > segmentation violations. > > Unfortunately, we don't do omniscience[*] or clairvoyance or anything > like that, so unless you give us some useful information to work with, > that's literally all we can tell you. 'Sorry, I wasn't more specific :) And I DO expect you do be omniscient BTW, after all, my users/clients expect ME to be ... > > Start by inspecting the output of ps(1) to find likely looking perl > processes. If you've actually got perl.core files you may be able to > investigate with a debugger and work out what is producing them, but I > wouldn't hold out too much hope of that. > > Cheers, > > Matthew > > [*] well, only occasionally. > It seems that the long running perl processes are there in support of Mailman. I know it periodically restarts itself but I don't know how gracefully it shuts down the perl processess ...