← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1443981] [NEW] Protect the RegExp against early garbage collection

 

Public bug reported:

RegExp is not properly protected against garbage collection and can
cause a crash depending on when the garbage collection kicks in.

To reproduce the problem save http://paste.ubuntu.com/10821832/ to file.qml and run
QV4_MM_AGGRESSIVE_GC=1 qmlscene file.qml

The fix is accepted upstream at https://codereview.qt-
project.org/#/c/110411/

** Affects: qtdeclarative-opensource-src (Ubuntu)
     Importance: Undecided
     Assignee: Timo Jyrinki (timo-jyrinki)
         Status: Confirmed

** Changed in: qtdeclarative-opensource-src (Ubuntu)
     Assignee: (unassigned) => Timo Jyrinki (timo-jyrinki)

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtdeclarative-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1443981

Title:
  Protect the RegExp against early garbage collection

Status in qtdeclarative-opensource-src package in Ubuntu:
  Confirmed

Bug description:
  RegExp is not properly protected against garbage collection and can
  cause a crash depending on when the garbage collection kicks in.

  To reproduce the problem save http://paste.ubuntu.com/10821832/ to file.qml and run
  QV4_MM_AGGRESSIVE_GC=1 qmlscene file.qml

  The fix is accepted upstream at https://codereview.qt-
  project.org/#/c/110411/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1443981/+subscriptions


Follow ups

References