public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug exp/20630] gdb crash from TYPE_OBJFILE_OWNED
       [not found] <bug-20630-4717@http.sourceware.org/bugzilla/>
@ 2020-04-11 11:21 ` ssbssa at sourceware dot org
  2022-06-05 17:24 ` tromey at sourceware dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: ssbssa at sourceware dot org @ 2020-04-11 11:21 UTC (permalink / raw)
  To: gdb-prs

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

Hannes Domani <ssbssa at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arnez at linux dot ibm.com

--- Comment #1 from Hannes Domani <ssbssa at sourceware dot org> ---
*** Bug 21162 has been marked as a duplicate of this bug. ***

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

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

* [Bug exp/20630] gdb crash from TYPE_OBJFILE_OWNED
       [not found] <bug-20630-4717@http.sourceware.org/bugzilla/>
  2020-04-11 11:21 ` [Bug exp/20630] gdb crash from TYPE_OBJFILE_OWNED ssbssa at sourceware dot org
@ 2022-06-05 17:24 ` tromey at sourceware dot org
  2022-06-05 17:25 ` tromey at sourceware dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: tromey at sourceware dot org @ 2022-06-05 17:24 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rikard.falkeborn at gmail dot com

--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
*** Bug 20760 has been marked as a duplicate of this bug. ***

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

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

* [Bug exp/20630] gdb crash from TYPE_OBJFILE_OWNED
       [not found] <bug-20630-4717@http.sourceware.org/bugzilla/>
  2020-04-11 11:21 ` [Bug exp/20630] gdb crash from TYPE_OBJFILE_OWNED ssbssa at sourceware dot org
  2022-06-05 17:24 ` tromey at sourceware dot org
@ 2022-06-05 17:25 ` tromey at sourceware dot org
  2022-06-05 17:30 ` tromey at sourceware dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: tromey at sourceware dot org @ 2022-06-05 17:25 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jankowski938 at gmail dot com

--- Comment #3 from Tom Tromey <tromey at sourceware dot org> ---
*** Bug 25209 has been marked as a duplicate of this bug. ***

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

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

* [Bug exp/20630] gdb crash from TYPE_OBJFILE_OWNED
       [not found] <bug-20630-4717@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2022-06-05 17:25 ` tromey at sourceware dot org
@ 2022-06-05 17:30 ` tromey at sourceware dot org
  2022-06-18 16:43 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: tromey at sourceware dot org @ 2022-06-05 17:30 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |tromey at sourceware dot org

--- Comment #4 from Tom Tromey <tromey at sourceware dot org> ---
Sent a patch.

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

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

* [Bug exp/20630] gdb crash from TYPE_OBJFILE_OWNED
       [not found] <bug-20630-4717@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2022-06-05 17:30 ` tromey at sourceware dot org
@ 2022-06-18 16:43 ` cvs-commit at gcc dot gnu.org
  2022-06-18 16:45 ` tromey at sourceware dot org
  2023-03-17 13:55 ` tromey at sourceware dot org
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-06-18 16:43 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #5 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=8e2da165187907a570a33eee7e56ce16fc597a40

commit 8e2da165187907a570a33eee7e56ce16fc597a40
Author: Tom Tromey <tom@tromey.com>
Date:   Sun Jun 5 11:28:10 2022 -0600

    Fix assertion failure in copy_type

    PR exp/20630 points out a simple way to cause an assertion failure in
    copy_type -- but this was found in the wild a few times as well.

    copy_type only works for objfile-owned types, but there isn't a deep
    reason for this.  This patch fixes the bug by updating copy_type to
    work for any sort of type.

    Better would perhaps be to finally implement type GC, but I still
    haven't attempted this.

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

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

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

* [Bug exp/20630] gdb crash from TYPE_OBJFILE_OWNED
       [not found] <bug-20630-4717@http.sourceware.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2022-06-18 16:43 ` cvs-commit at gcc dot gnu.org
@ 2022-06-18 16:45 ` tromey at sourceware dot org
  2023-03-17 13:55 ` tromey at sourceware dot org
  6 siblings, 0 replies; 7+ messages in thread
From: tromey at sourceware dot org @ 2022-06-18 16:45 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |13.1
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #6 from Tom Tromey <tromey at sourceware dot org> ---
Fixed.

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

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

* [Bug exp/20630] gdb crash from TYPE_OBJFILE_OWNED
       [not found] <bug-20630-4717@http.sourceware.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2022-06-18 16:45 ` tromey at sourceware dot org
@ 2023-03-17 13:55 ` tromey at sourceware dot org
  6 siblings, 0 replies; 7+ messages in thread
From: tromey at sourceware dot org @ 2023-03-17 13:55 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bioloidgp at gmail dot com

--- Comment #7 from Tom Tromey <tromey at sourceware dot org> ---
*** Bug 30238 has been marked as a duplicate of this bug. ***

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

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

end of thread, other threads:[~2023-03-17 13:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-20630-4717@http.sourceware.org/bugzilla/>
2020-04-11 11:21 ` [Bug exp/20630] gdb crash from TYPE_OBJFILE_OWNED ssbssa at sourceware dot org
2022-06-05 17:24 ` tromey at sourceware dot org
2022-06-05 17:25 ` tromey at sourceware dot org
2022-06-05 17:30 ` tromey at sourceware dot org
2022-06-18 16:43 ` cvs-commit at gcc dot gnu.org
2022-06-18 16:45 ` tromey at sourceware dot org
2023-03-17 13:55 ` tromey at sourceware dot org

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).