Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-5159

QString::toStdString() fails for MSVC2005 SP1

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P2: Important
    • None
    • 4.5.2
    • None

    Description

      t4id: 262207

      Platform : Windows 7
      Compilers : MSVC
      Compiler details: vs 2005 sp1

      Steps to reproduce / test case
      // the below line works
      QString str = "0123456789101214";
      str.toStdString();

      // however the following is reported to cause program to fail(stop)
      QString str = "01234567891012145";
      str.toStdString();

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            stormols Marius Storm-Olsen
            jasmcdon Jason McDonald (Closed Nokia Identity. Please assign to "macadder" instead) (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes