[Bug libstdc++/27530] Possible memory leak in std::vector::reserve() or std::vector::clear()

2006-10-07 Thread pcarlini at suse dot de
--- Comment #9 from pcarlini at suse dot de 2006-10-08 01:24 --- Feedback not forthcoming. -- pcarlini at suse dot de changed: What|Removed |Added Status|WAIT

[Bug libstdc++/27530] Possible memory leak in std::vector::reserve() or std::vector::clear()

2006-09-11 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|major |normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27530

[Bug libstdc++/27530] Possible memory leak in std::vector::reserve() or std::vector::clear()

2006-08-03 Thread chris at bubblescope dot net
--- Comment #8 from chris at bubblescope dot net 2006-08-03 19:48 --- One quick piece of advice. Have you tried compiling your entire application against the libstdc++ debug mode? It might help narrow down where the problem is. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27530

[Bug libstdc++/27530] Possible memory leak in std::vector::reserve() or std::vector::clear()

2006-08-01 Thread ksharenkov at ya dot ru
--- Comment #7 from ksharenkov at ya dot ru 2006-08-02 03:47 --- Hello. Now I can say more about this problem. before code listing I am sure that problem in template instantiation. code if CBaseSeat::CBaseSeat() id used deeply in templates holder contains T1 which contains of vector wh

[Bug libstdc++/27530] Possible memory leak in std::vector::reserve() or std::vector::clear()

2006-07-29 Thread chris at bubblescope dot net
--- Comment #6 from chris at bubblescope dot net 2006-07-29 10:08 --- My natural suspision would be that your clone() function is incorrectly implemented. Can you show us the source to the CMessage object, and theMessageFactory.createInstance( …)? -- http://gcc.gnu.org/bugzilla/show

[Bug libstdc++/27530] Possible memory leak in std::vector::reserve() or std::vector::clear()

2006-05-15 Thread pcarlini at suse dot de
--- Comment #5 from pcarlini at suse dot de 2006-05-15 16:58 --- (In reply to comment #4) > I have tried to create simple test case (about 200 rows) where I tried to > reproduce key code fragments. In simple test case leak not reproduced. But I > have easy reproduced it with very small a

[Bug libstdc++/27530] Possible memory leak in std::vector::reserve() or std::vector::clear()

2006-05-10 Thread ksharenkov at ya dot ru
--- Comment #4 from ksharenkov at ya dot ru 2006-05-10 15:58 --- I have tried to create simple test case (about 200 rows) where I tried to reproduce key code fragments. In simple test case leak not reproduced. But I have easy reproduced it with very small application based on main projec

[Bug libstdc++/27530] Possible memory leak in std::vector::reserve() or std::vector::clear()

2006-05-10 Thread ksharenkov at ya dot ru
--- Comment #3 from ksharenkov at ya dot ru 2006-05-10 12:48 --- Ok, i will try to create a short program -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27530

[Bug libstdc++/27530] Possible memory leak in std::vector::reserve() or std::vector::clear()

2006-05-10 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2006-05-10 12:10 --- Chris is right. Certainly we are not aware of any problem in that code, in particular the 3.4.5 version, very close to the original HP/SGI code and very well tested from that point of view (at least). Please provide a self-