This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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] | |
To be sure: are you using the latest src/mt_allocator.cc, version 1.4??The static initialization order fiasco is wellknown, but something similar can occur when global or static objects are being destructed.
In the current CVS HEAD, the default implementation of
the STL allocator (mt_alloc) is using static objects
for the memory pool instances. When these instances
are being destructed they delete the memory that is
still in use by the pool.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |