From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17862 invoked by alias); 22 Feb 2012 17:06:24 -0000 Received: (qmail 17852 invoked by uid 22791); 22 Feb 2012 17:06:22 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-gy0-f169.google.com (HELO mail-gy0-f169.google.com) (209.85.160.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 22 Feb 2012 17:05:50 +0000 Received: by ghrr18 with SMTP id r18so198455ghr.0 for ; Wed, 22 Feb 2012 09:05:49 -0800 (PST) Received-SPF: pass (google.com: domain of patofiero@gmail.com designates 10.236.175.36 as permitted sender) client-ip=10.236.175.36; Authentication-Results: mr.google.com; spf=pass (google.com: domain of patofiero@gmail.com designates 10.236.175.36 as permitted sender) smtp.mail=patofiero@gmail.com; dkim=pass header.i=patofiero@gmail.com Received: from mr.google.com ([10.236.175.36]) by 10.236.175.36 with SMTP id y24mr43935717yhl.64.1329930349720 (num_hops = 1); Wed, 22 Feb 2012 09:05:49 -0800 (PST) MIME-Version: 1.0 Received: by 10.236.175.36 with SMTP id y24mr34418996yhl.64.1329930349666; Wed, 22 Feb 2012 09:05:49 -0800 (PST) Received: by 10.146.84.1 with HTTP; Wed, 22 Feb 2012 09:05:49 -0800 (PST) Date: Wed, 22 Feb 2012 17:06:00 -0000 Message-ID: Subject: Bugzilla crash. From: "Carlos O'Donell" To: overseers@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org X-SW-Source: 2012-q1/txt/msg00062.txt.bz2 Overseers, I was loading the URL http://sourceware.org/bugzilla/show_bug.cgi?id=10062 and got the following failure: ~~~ Bugzilla has suffered an internal error. Please save this page and send it to overseers@gcc.gnu.org with details of what you were doing at the time this message appeared. URL: http://sourceware.org/bugzilla/show_bug.cgi?id=10062 Template->process() failed twice. First error: file error - cache failed to write field-descs.none.tmpl: Insecure dependency in sysopen while running with -T switch at /usr/lib/perl5/5.8.5/File/Temp.pm line 478. Second error: file error - cache failed to write code-error.html.tmpl: Insecure dependency in sysopen while running with -T switch at /usr/lib/perl5/5.8.5/File/Temp.pm line 478. ~~~ Note that the email listed in the error message is wrong, it should say `overseers@sourceware.org'. Cheers, Carlos.