public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug mi/11081] New: Crash when debugging vector<int>::iterator with pretty printers
@ 2009-12-10 23:56 fuscated at gmail dot com
  2009-12-10 23:56 ` [Bug mi/11081] " fuscated at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: fuscated at gmail dot com @ 2009-12-10 23:56 UTC (permalink / raw)
  To: gdb-prs

GDB crashes every time the vector iterator gets out of scope.
I'm using the latest stl pretty printers.

-- 
           Summary: Crash when debugging vector<int>::iterator with pretty
                    printers
           Product: gdb
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: mi
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: fuscated at gmail dot com
                CC: gdb-prs at sourceware dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=11081

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug mi/11081] Crash when debugging vector<int>::iterator with pretty printers
  2009-12-10 23:56 [Bug mi/11081] New: Crash when debugging vector<int>::iterator with pretty printers fuscated at gmail dot com
@ 2009-12-10 23:56 ` fuscated at gmail dot com
  2009-12-10 23:57 ` fuscated at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: fuscated at gmail dot com @ 2009-12-10 23:56 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From fuscated at gmail dot com  2009-12-10 23:56 -------
Created an attachment (id=4459)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4459&action=view)
the code of the program


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11081

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug mi/11081] Crash when debugging vector<int>::iterator with pretty printers
  2009-12-10 23:56 [Bug mi/11081] New: Crash when debugging vector<int>::iterator with pretty printers fuscated at gmail dot com
  2009-12-10 23:56 ` [Bug mi/11081] " fuscated at gmail dot com
@ 2009-12-10 23:57 ` fuscated at gmail dot com
  2009-12-11  0:02 ` fuscated at gmail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: fuscated at gmail dot com @ 2009-12-10 23:57 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From fuscated at gmail dot com  2009-12-10 23:57 -------
Created an attachment (id=4460)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4460&action=view)
the gdb script that reproduces the crash

use: "gdb exe -i=mi2 < gdb_it.script"

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11081

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug mi/11081] Crash when debugging vector<int>::iterator with pretty printers
  2009-12-10 23:56 [Bug mi/11081] New: Crash when debugging vector<int>::iterator with pretty printers fuscated at gmail dot com
  2009-12-10 23:56 ` [Bug mi/11081] " fuscated at gmail dot com
  2009-12-10 23:57 ` fuscated at gmail dot com
@ 2009-12-11  0:02 ` fuscated at gmail dot com
  2009-12-11  0:05 ` fuscated at gmail dot com
  2010-03-03 19:03 ` tromey at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: fuscated at gmail dot com @ 2009-12-11  0:02 UTC (permalink / raw)
  To: gdb-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #4460|application/octet-stream    |text/plain
          mime type|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=11081

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug mi/11081] Crash when debugging vector<int>::iterator with pretty printers
  2009-12-10 23:56 [Bug mi/11081] New: Crash when debugging vector<int>::iterator with pretty printers fuscated at gmail dot com
                   ` (2 preceding siblings ...)
  2009-12-11  0:02 ` fuscated at gmail dot com
@ 2009-12-11  0:05 ` fuscated at gmail dot com
  2010-03-03 19:03 ` tromey at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: fuscated at gmail dot com @ 2009-12-11  0:05 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From fuscated at gmail dot com  2009-12-11 00:05 -------
Created an attachment (id=4461)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4461&action=view)
script for gdb (replaced the absolute path with relative path)


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #4460 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=11081

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug mi/11081] Crash when debugging vector<int>::iterator with pretty printers
  2009-12-10 23:56 [Bug mi/11081] New: Crash when debugging vector<int>::iterator with pretty printers fuscated at gmail dot com
                   ` (3 preceding siblings ...)
  2009-12-11  0:05 ` fuscated at gmail dot com
@ 2010-03-03 19:03 ` tromey at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at redhat dot com @ 2010-03-03 19:03 UTC (permalink / raw)
  To: gdb-prs


------- Additional Comments From tromey at redhat dot com  2010-03-03 19:03 -------


*** This bug has been marked as a duplicate of 11098 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


http://sourceware.org/bugzilla/show_bug.cgi?id=11081

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2010-03-03 19:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-10 23:56 [Bug mi/11081] New: Crash when debugging vector<int>::iterator with pretty printers fuscated at gmail dot com
2009-12-10 23:56 ` [Bug mi/11081] " fuscated at gmail dot com
2009-12-10 23:57 ` fuscated at gmail dot com
2009-12-11  0:02 ` fuscated at gmail dot com
2009-12-11  0:05 ` fuscated at gmail dot com
2010-03-03 19:03 ` tromey at redhat dot com

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