Discussion:
[Bug c++/12028] GDB crashes on a double free during overload resolution
tromey at redhat dot com
2011-11-10 19:40:45 UTC
Permalink
http://sourceware.org/bugzilla/show_bug.cgi?id=12028

Tom Tromey <tromey at redhat dot com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |tromey at redhat dot com
Resolution| |FIXED
Target Milestone|--- |7.2

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2010-09-22 15:49:13 UTC ---
Subject: Bug 12028

CVSROOT: /cvs/src
Module name: src
Changes by: ***@sourceware.org 2010-09-22 15:48:59

Modified files:
gdb : ChangeLog valops.c
gdb/testsuite : ChangeLog
Added files:
gdb/testsuite/gdb.cp: pr12028.cc pr12028.exp

Log message:
Fix PR 12028: "GDB crashes on a double free during overload resolution "

2010-09-22 Sami Wagiaalla <***@redhat.com>

PR C++/12028
* valops.c (find_oload_champ_namespace_loop): removed incorrect
'old_cleanups' reassignment.

2010-09-22 Sami Wagiaalla <***@redhat.com>

* gdb.cp/pr12028.cc: New.
* gdb.cp/pr12028.exp: New.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12191&r2=1.12192
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/valops.c.diff?cvsroot=src&r1=1.249&r2=1.250
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2450&r2=1.2451
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/pr12028.cc.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/pr12028.exp.diff?cvsroot=src&r1=NONE&r2=1.1



--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2010-09-23 20:08:04 UTC ---
Subject: Bug 12028

CVSROOT: /cvs/src
Module name: src
Branch: gdb_7_2-branch
Changes by: ***@sourceware.org 2010-09-23 20:07:39

Modified files:
gdb : ChangeLog valops.c
gdb/testsuite : ChangeLog
Added files:
gdb/testsuite/gdb.cp: pr12028.cc pr12028.exp

Log message:
Fix PR 12028: "GDB crashes on a double free during overload resolution "

2010-09-23 Sami Wagiaalla <***@redhat.com>

PR C++/12028
* valops.c (find_oload_champ_namespace_loop): removed incorrect
'old_cleanups' reassignment.

2010-09-23 Sami Wagiaalla <***@redhat.com>

* gdb.cp/pr12028.cc: New.
* gdb.cp/pr12028.exp: New.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_2-branch&r1=1.11973.2.45&r2=1.11973.2.46
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/valops.c.diff?cvsroot=src&only_with_tag=gdb_7_2-branch&r1=1.248&r2=1.248.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_2-branch&r1=1.2376.2.13&r2=1.2376.2.14
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/pr12028.cc.diff?cvsroot=src&only_with_tag=gdb_7_2-branch&r1=NONE&r2=1.1.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/pr12028.exp.diff?cvsroot=src&only_with_tag=gdb_7_2-branch&r1=NONE&r2=1.1.2.1



--- Comment #3 from Tom Tromey <tromey at redhat dot com> 2011-11-10 19:40:45 UTC ---
Fixed.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
wcventure at 126 dot com
2018-08-15 06:42:59 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=12028

wcventure <wcventure at 126 dot com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |wcventure at 126 dot com
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...