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

QLocale: Assert in QLocale::uiLanguages() on wasm

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • 6.9.0 FF
    • 6.9
    • Core: Locales (i18n)
    • None
    • WebAssembly
    • 5
    • adfa4cafd (dev)

    Description

      Assert on/around line 5049 triggers:

                  // Adding likely-adjusted forms to system locale's list.
                  // Insert just after the entry we're supplementing:
      
                  Q_ASSERT(uiLanguages.at(i) == prior);
      

      uiLanguages is QList("no", "en_US", "en", "nb"). Failing case is:  prior = "nb" not matching uiLanguages.at( i ) = "no"

      Attachments

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

        Activity

          People

            Eddy Edward Welbourne
            sorvig Morten Sørvig
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes