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 gdb/21947] Memory leak coming from obstack


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

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tromey at sourceware dot org

--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
I tried this with:

valgrind ./gdb -nx -batch ./gdb

and I did not see anything unexpected.
(valgrind reports plenty of things coming from guile's GC,
but those are expected.)

Maybe this bug has been fixed?


I also tried it with

$ valgrind gdb -nx /bin/echo
(gdb) run hi
(gdb) quit


... and also nothing there.

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