public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* GCC Bugzilla internal error
@ 2015-08-16 13:17 Václav Haisman
  0 siblings, 0 replies; 3+ messages in thread
From: Václav Haisman @ 2015-08-16 13:17 UTC (permalink / raw)
  To: overseers

[-- Attachment #1: Type: text/plain, Size: 3837 bytes --]

Hi.

I just got GCC Bugzilla internal error:

URL: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63779

undef error - DBD::mysql::st execute failed: Got error 28 from storage
engine [for Statement "SELECT DISTINCT groups.id, name, description,
CASE WHEN bug_group_map.group_id IS NOT NULL THEN 1 ELSE 0 END, CASE
WHEN groups.id IN(-1) THEN 1 ELSE 0 END, isactive, membercontrol,
othercontrol FROM groups LEFT JOIN bug_group_map ON
bug_group_map.group_id = groups.id AND bug_id = ? LEFT JOIN
group_control_map ON group_control_map.group_id = groups.id AND
group_control_map.product_id = ? WHERE isbuggroup = 1 ORDER BY
description" with ParamValues: 0='63779', 1='1'] at Bugzilla/Bug.pm line
3866. Bugzilla::Bug::groups(Bugzilla::Bug=HASH(0x471d3d0)) called at
template/en/default/bug/edit.html.tmpl line 629 eval {...} called at
template/en/default/bug/edit.html.tmpl line 629 eval {...} called at
template/en/default/bug/edit.html.tmpl line 718
Template::Provider::__ANON__(Bugzilla::Template::Context=HASH(0x432e088)) called
at lib/x86_64-linux-thread-multi/Template/Context.pm line 348 eval {...}
called at lib/x86_64-linux-thread-multi/Template/Context.pm line 321
Template::Context::process(Bugzilla::Template::Context=HASH(0x432e088),
"section_restrict_visibility") called at Bugzilla/Template/Context.pm
line 35
Bugzilla::Template::Context::process(Bugzilla::Template::Context=HASH(0x432e088),
"section_restrict_visibility") called at
template/en/default/bug/edit.html.tmpl line 162 eval {...} called at
template/en/default/bug/edit.html.tmpl line 18
Template::Provider::__ANON__(Bugzilla::Template::Context=HASH(0x432e088)) called
at lib/x86_64-linux-thread-multi/Template/Document.pm line 163 eval
{...} called at lib/x86_64-linux-thread-multi/Template/Document.pm line
161 Template::Document::process(Template::Document=HASH(0x4da7b38),
Bugzilla::Template::Context=HASH(0x432e088)) called at
lib/x86_64-linux-thread-multi/Template/Context.pm line 351 eval {...}
called at lib/x86_64-linux-thread-multi/Template/Context.pm line 321
Template::Context::process(Bugzilla::Template::Context=HASH(0x432e088),
"bug/edit.html.tmpl") called at Bugzilla/Template/Context.pm line 35
Bugzilla::Template::Context::process(Bugzilla::Template::Context=HASH(0x432e088),
"bug/edit.html.tmpl") called at template/en/default/bug/show.html.tmpl
line 28 eval {...} called at template/en/default/bug/show.html.tmpl line
18
Template::Provider::__ANON__(Bugzilla::Template::Context=HASH(0x432e088)) called
at lib/x86_64-linux-thread-multi/Template/Document.pm line 163 eval
{...} called at lib/x86_64-linux-thread-multi/Template/Document.pm line
161 Template::Document::process(Template::Document=HASH(0x44a4e08),
Bugzilla::Template::Context=HASH(0x432e088)) called at
lib/x86_64-linux-thread-multi/Template/Context.pm line 351 eval {...}
called at lib/x86_64-linux-thread-multi/Template/Context.pm line 321
Template::Context::process(Bugzilla::Template::Context=HASH(0x432e088),
Template::Document=HASH(0x44a4e08)) called at
Bugzilla/Template/Context.pm line 35
Bugzilla::Template::Context::process(Bugzilla::Template::Context=HASH(0x432e088),
Template::Document=HASH(0x44a4e08)) called at
lib/x86_64-linux-thread-multi/Template/Service.pm line 94 eval {...}
called at lib/x86_64-linux-thread-multi/Template/Service.pm line 91
Template::Service::process(Template::Service=HASH(0x42da540),
"bug/show.html.tmpl", HASH(0x16c7f28)) called at
lib/x86_64-linux-thread-multi/Template.pm line 66
Template::process(Bugzilla::Template=HASH(0x41f4438),
"bug/show.html.tmpl", HASH(0x16c7f28)) called at Bugzilla/Template.pm
line 704 Bugzilla::Template::process(Bugzilla::Template=HASH(0x41f4438),
"bug/show.html.tmpl", HASH(0x16c7f28)) called at
/www/gcc/bugzilla/show_bug.cgi line 130

-- 
VH


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 213 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: GCC Bugzilla: Internal Error
  2014-02-23 14:56 ` GCC Bugzilla: Internal Error Frédéric Buclin
@ 2014-02-23 14:59   ` Frank Ch. Eigler
  0 siblings, 0 replies; 3+ messages in thread
From: Frank Ch. Eigler @ 2014-02-23 14:59 UTC (permalink / raw)
  To: Frédéric Buclin; +Cc: Tobias Burnus, overseers

Hi -

> > undef error - DBD::mysql::st execute failed: Got error 28 from storage
> > engine
> 
> I cannot reproduce. The page displays correctly. Did you get this error
> only once? Or has it been fixed meanwhile?

There was a temporary disk-full problem about six hours ago; now corrected.

- FChE

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: GCC Bugzilla: Internal Error
       [not found] <5309A0A3.4000602@net-b.de>
@ 2014-02-23 14:56 ` Frédéric Buclin
  2014-02-23 14:59   ` Frank Ch. Eigler
  0 siblings, 1 reply; 3+ messages in thread
From: Frédéric Buclin @ 2014-02-23 14:56 UTC (permalink / raw)
  To: Tobias Burnus, overseers

Le 23. 02. 14 08:17, Tobias Burnus a écrit :
> undef error - DBD::mysql::st execute failed: Got error 28 from storage
> engine

I cannot reproduce. The page displays correctly. Did you get this error
only once? Or has it been fixed meanwhile?


LpSolit

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-16 13:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-16 13:17 GCC Bugzilla internal error Václav Haisman
     [not found] <5309A0A3.4000602@net-b.de>
2014-02-23 14:56 ` GCC Bugzilla: Internal Error Frédéric Buclin
2014-02-23 14:59   ` Frank Ch. Eigler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).