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

Assert in V8 when property lookup is done using symbol converted from string.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • 5.1.0
    • None
    • stable branch, kubuntu 13.04 x64

    Description

      Similar to: https://bugreports.qt-project.org/browse/QTBUG-23126

      1. Fatal error in qtjsbackend/src/3rdparty/v8/src/objects-inl.h, line 2375
      2. CHECK(object->IsSmi()) failed

      This happens when a string has been converted to a symbol (with SymbolKey::AsObject, which can only happen after a string is moved out of 'new space'), and is then used for a property lookup.

      test: https://codereview.qt-project.org/57752
      possible fix: https://codereview.qt-project.org/57754

      Attachments

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

        Activity

          People

            aalpert Alan Alpert
            corngood David McFarland
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes