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]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]