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

2006-05-10 Thread ksharenkov at ya dot ru
Version: 3.4.5 Status: UNCONFIRMED Severity: major Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ksharenkov at ya dot ru GCC build triplet: any compiler settings GCC host triplet: Intel Celeron 1.7G 768RAM Linux ( Fedora Core 2 ) GCC target triplet: executable 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 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 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

[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