------- Comment #3 from pinskia at gcc dot gnu dot org  2006-04-19 00:38 -------
Are you sure that you are not mixing operator new and deletes up so the
stlport's operator delete is being called on memory allocated from operator new
from libstdc++?

Also is there a reason why you are using stlport?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27156

Reply via email to