This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/11691] stdio_filebuf leaks FILE buffer when "no close" is requested
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jul 2003 03:50:40 -0000
- Subject: [Bug libstdc++/11691] stdio_filebuf leaks FILE buffer when "no close" is requested
- References: <20030728040428.11691.jeffbnews@nc.rr.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11691
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-07-31 03:50:39
date| |
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-31 03:50 -------
I can confirm the leak in the mainline (20030730), it is bad leak as if you remove the limit
on the for loop and the sleep, the program leaks memory fast.