From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31435 invoked by alias); 19 Apr 2008 17:16:14 -0000 Received: (qmail 31427 invoked by uid 22791); 19 Apr 2008 17:16:13 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 19 Apr 2008 17:15:49 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 5295C983DC for ; Sat, 19 Apr 2008 17:15:47 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 2B5C0983DB for ; Sat, 19 Apr 2008 17:15:47 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JnGfC-0002O4-5P for overseers@sourceware.org; Sat, 19 Apr 2008 13:15:46 -0400 Date: Sat, 19 Apr 2008 17:16:00 -0000 From: Daniel Jacobowitz To: overseers@sourceware.org Subject: Bugzilla crash Message-ID: <20080419171546.GA9111@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-12-11) 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: 2008-q2/txt/msg00049.txt.bz2 Was someone working on the bugzilla databases last week? I'm getting this: Internal Error Bugzilla has suffered an internal error. Please save this page and send it to dberlin@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=6058 undef error - DBD::mysql::st execute failed: Can't open file: 'longdescs.MYI' (errno: 145) [for Statement "SELECT profiles.realname, profiles.login_name, date_format(longdescs.bug_when,'%Y.%m.%d %H:%i'), longdescs.thetext, longdescs.work_time, isprivate, date_format(longdescs.bug_when,'%Y%m%d%H%i%s') FROM longdescs, profiles WHERE profiles.userid = longdescs.who AND longdescs.bug_id = 6058 ORDER BY longdescs.bug_when"] at Bugzilla/DB.pm line 66 Bugzilla::DB::SendSQL('SELECT profiles.realname, profiles.login_name, \x{a} ...') called at globals.pl line 1100 main::GetComments(6058) called at /www/sourceware/bugzilla/Bug.pm line 304 Bug::longdescs('Bug=HASH(0x920aca4)') called at data/template/en/custom/bug/edit.html.tmpl line 35 eval {...} called at data/template/en/custom/bug/edit.html.tmpl line 35 eval {...} called at data/template/en/custom/bug/edit.html.tmpl line 16 Template::Provider::__ANON__('Template::Context=HASH(0x913f068)') called at /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Template/Document.pm line 155 eval {...} called at /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Template/Document.pm line 153 Template::Document::process('Template::Document=HASH(0x92a9e34)', 'Template::Context=HASH(0x913f068)') called at /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Template/Context.pm line 350 eval {...} called at /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Template/Context.pm line 320 Template::Context::process('Template::Context=HASH(0x913f068)', 'bug/edit.html.tmpl') called at data/template/en/default/bug/show.html.tmpl line 65 eval {...} called at data/template/en/default/bug/show.html.tmpl line 16 Template::Provider::__ANON__('Template::Context=HASH(0x913f068)') called at /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Template/Document.pm line 155 eval {...} called at /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Template/Document.pm line 153 Template::Document::process('Template::Document=HASH(0x9214964)', 'Template::Context=HASH(0x913f068)') called at /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Template/Context.pm line 350 eval {...} called at /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Template/Context.pm line 320 Template::Context::process('Template::Context=HASH(0x913f068)', 'Template::Document=HASH(0x9214964)') called at /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Template/Service.pm line 97 eval {...} called at /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Template/Service.pm line 94 Template::Service::process('Template::Service=HASH(0x90ead4c)', 'bug/show.html.tmpl', 'HASH(0x90dfb24)') called at /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Template.pm line 71 Template::process('Bugzilla::Template=HASH(0x90e0478)', 'bug/show.html.tmpl', 'HASH(0x90dfb24)') called at /www/sourceware/bugzilla/show_bug.cgi line 115 -- Daniel Jacobowitz CodeSourcery