This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: PR6678?
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: stefan at noname4us dot com, bkoz <bkoz at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Mon, 27 May 2002 14:27:32 +0200
- Subject: Re: PR6678?
Hum...
In fact, I have just tried both the testcases included in c++/6678 and
could *not* reproduce the problem on my PII, linux2.4.16, glibc2.2.5
system...
This is what 'top' stabilizes to for the first one:
PID USER PRI NI SIZE RSS SHARE STAT LIB %CPU %MEM TIME COMMAND
1120 paolo 15 0 796 796 692 R 0 96.6 0.3 0:08 a.out
and this for the second one:
PID USER PRI NI SIZE RSS SHARE STAT LIB %CPU %MEM TIME COMMAND
1127 paolo 19 0 796 796 692 R 0 96.9 0.3 0:18 a.out
Benjamin, are you actually able to see the memory grow when running
those two testcases??
Ciao, Paolo.