This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug python/12533] gdb consumes large memory when millionsgdb.values are created


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

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #6 from Tom Tromey <tromey at redhat dot com> 2011-12-23 02:45:46 UTC ---
Yeah, I messed up somewhere.
Sorry about that, I will fix it in January.

My test case is something like:

python
v = gdb.Value(0)
for x in range(1000000):
  v = v + 1
end

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]