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

--- Comment #9 from Ian Mahuron <ian at mahuron dot org> 2012-01-03 19:44:09 UTC ---
(In reply to comment #8)
> Ok, I think it should be fixed now.
> Please give it a try.

Much better!  Thanks Tom.

A small change was required to make compiler happy.

gdb/python/py-value.c:728
- struct value *res_val;
+ struct value *res_val = NULL;

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