public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug compile/29541] gdb.compile/compile-cplus-anonymous.exp shows failures with glibc debuginfo installed
Date: Thu, 01 Dec 2022 15:39:57 +0000	[thread overview]
Message-ID: <bug-29541-4717-CIWFH3PXly@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-29541-4717@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=29541

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9a7fde04ca4232d4b2efed61486fff65e83ab3a2

commit 9a7fde04ca4232d4b2efed61486fff65e83ab3a2
Author: Tom Tromey <tromey@adacore.com>
Date:   Wed Nov 30 11:27:10 2022 -0700

    Avoid timeouts in gdb.compile

    PR compile/29541 points out that some of the C++ tests in gdb.compile
    will time out when the glibc debuginfo is installed.  This was
    interfering with my hacking on gdb by making test runs extremely long,
    so I looked into it.

    Internally the bug seems to be that gdb tries to convert multiple
    symbols named "var" via the compiler interface; one such symbol (I
    didn't track it down too far) causes the C++ compiler plugin to crash.

    Unfortunately, the crash is reported as a timeout, as the gdb side of
    the plugin simply hangs.  This seems like a bug in the plugin RPC
    mechanism and, worse, apparently when I wrote this stuff I didn't
    really consider error reporting very much at all, so gdb can't really
    detect failures in the first place.

    Anyway... this patch works around the timeout by compiling a simple
    test that should provoke this bug, and then using "untested" if it
    notices a GCC crash.

    Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=29541

-- 
You are receiving this mail because:
You are on the CC list for the bug.

      parent reply	other threads:[~2022-12-01 15:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-31  4:03 [Bug compile/29541] New: " kevinb at redhat dot com
2022-11-30 18:09 ` [Bug compile/29541] " tromey at sourceware dot org
2022-11-30 19:36 ` tromey at sourceware dot org
2022-12-01 15:39 ` cvs-commit at gcc dot gnu.org [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-29541-4717-CIWFH3PXly@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).