Help debugging basic_string<char>
Neil Bird
neil@fnxweb.com
Mon Jan 23 15:57:00 GMT 2006
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
More information about the Libstdc++
mailing list