I also had the same problem once. QString::toStdString function was causing the problem. Then we found the culprit. I don't know how it happened but release QString was linked against debug std::string (or something like that, i can't quite remember). Rebuilding Qt solved our problem. -- Ender EREL