public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* Bugzilla DB error displaying PR25331
@ 2020-06-29  4:01 Hans-Peter Nilsson
  2020-06-29  6:37 ` Andrew Pinski
  2020-06-29 10:19 ` Frank Ch. Eigler
  0 siblings, 2 replies; 3+ messages in thread
From: Hans-Peter Nilsson @ 2020-06-29  4:01 UTC (permalink / raw)
  To: overseers

After finally fixing this bug, i.e.
https://sourceware.org/bugzilla/show_bug.cgi?id=25331 I was
adding a few final words and changing the status to
resolved/fixed, but got a message about bugzilla being edited:
"overwrite, throw away, or add just your new comment"
(inaccurate quote but I hope you get what's referred).

I choose "add just your new comment" and was greeted by a page
with a request to send this report and a big red error message
that starts as follows:

"undef error - DBD::mysql::st execute failed: Out of
resources when opening file '/var/tmp/#sql_f6f0_0.MAI'
(Errcode: 24 "Too many open files") [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(8,7) 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=25331, 1=4] at Bugzilla/Bug.pm
line 3869"

...and that you probably see just by visiting PR25331 (as I did
on another machine).  If not, I printed to a PDF, to be sent on
request.

Sorry.

brgds, H-P

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

* Re: Bugzilla DB error displaying PR25331
  2020-06-29  4:01 Bugzilla DB error displaying PR25331 Hans-Peter Nilsson
@ 2020-06-29  6:37 ` Andrew Pinski
  2020-06-29 10:19 ` Frank Ch. Eigler
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Pinski @ 2020-06-29  6:37 UTC (permalink / raw)
  To: Overseers mailing list

On Sun, Jun 28, 2020 at 11:20 PM Hans-Peter Nilsson via Overseers
<overseers@sourceware.org> wrote:
>
> After finally fixing this bug, i.e.
> https://sourceware.org/bugzilla/show_bug.cgi?id=25331 I was
> adding a few final words and changing the status to
> resolved/fixed, but got a message about bugzilla being edited:
> "overwrite, throw away, or add just your new comment"
> (inaccurate quote but I hope you get what's referred).

I know this does not help you but accessing
https://gcc.gnu.org/bugzilla/ also times out.  I was going to submit a
new bug which was found by a co-worker and ran into this.

Thanks,
Andrew

>
> I choose "add just your new comment" and was greeted by a page
> with a request to send this report and a big red error message
> that starts as follows:
>
> "undef error - DBD::mysql::st execute failed: Out of
> resources when opening file '/var/tmp/#sql_f6f0_0.MAI'
> (Errcode: 24 "Too many open files") [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(8,7) 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=25331, 1=4] at Bugzilla/Bug.pm
> line 3869"
>
> ...and that you probably see just by visiting PR25331 (as I did
> on another machine).  If not, I printed to a PDF, to be sent on
> request.
>
> Sorry.
>
> brgds, H-P

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

* Re: Bugzilla DB error displaying PR25331
  2020-06-29  4:01 Bugzilla DB error displaying PR25331 Hans-Peter Nilsson
  2020-06-29  6:37 ` Andrew Pinski
@ 2020-06-29 10:19 ` Frank Ch. Eigler
  1 sibling, 0 replies; 3+ messages in thread
From: Frank Ch. Eigler @ 2020-06-29 10:19 UTC (permalink / raw)
  To: Overseers mailing list

Hi -

It appears that mysqld was wedged sometime overnight, which causes
every single mysql client (and there are plenty) to go into a busy
loop of connecting to the unix-domain socket, EAGAIN, retry. ;(
Hundreds of them, all at once, for minutes each.

Force-restarted mysql, mysqlcheck'd the databases, things seem fine
again.

- FChE

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

end of thread, other threads:[~2020-06-29 10:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-29  4:01 Bugzilla DB error displaying PR25331 Hans-Peter Nilsson
2020-06-29  6:37 ` Andrew Pinski
2020-06-29 10:19 ` 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).