This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Help debugging basic_string<char>
Around about 23/01/06 14:43, Jamie Kirkpatrick typed ...
Can't help with the rest as I've not done that sort of thing.
Shame - im getting an extremely difficult to track down memory error now
- double free in the destructor for basic_string<> :/
What platform?
I had a memory allocation issue (read: crash) with gcc4 under Fedora lately
because RedHat build the STL with this new multi-threaded allocator, which in
turn adds slightly flakey dependancies on libpthread.
--
[neil@fnx ~]# rm -f .signature
[neil@fnx ~]# ls -l .signature
ls: .signature: No such file or directory
[neil@fnx ~]# exit