** Also affects: canonical-devices-system-image
   Importance: Undecided
       Status: New

** Changed in: canonical-devices-system-image
     Assignee: (unassigned) => Zoltan Balogh (bzoltan)

** Changed in: canonical-devices-system-image
       Status: New => Fix Committed

** Changed in: canonical-devices-system-image
   Importance: Undecided => Critical

** Changed in: canonical-devices-system-image
    Milestone: None => ww08-2016

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1527546

Title:
  Crash when having multiple QQuickViews in a row

Status in Canonical System Image:
  Fix Committed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Fix Released

Bug description:
  This crash has started with Qt 5.5.1 that is more strict with sharing
  objects between qml engines.

  My guess it is something wrong with the theming engine that seems to
  be a singleton for all qml engines.

  When running the example that i will attach with

  QV4_FORCE_INTERPRETER=1 QV4_MM_AGGRESSIVE_GC=1 ./borrame3

  in xenial i get

  $ QV4_FORCE_INTERPRETER=1 QV4_MM_AGGRESSIVE_GC=1 ./borrame3 
  A
  B
  QMetaProperty::read: Unable to handle unregistered datatype 
'PaletteValues_QMLTYPE_2*' for property 'Palette_QMLTYPE_3::selected'
  QMetaProperty::read: Unable to handle unregistered datatype 
'PaletteValues_QMLTYPE_2*' for property 'Palette_QMLTYPE_3::selected'
  QMetaProperty::read: Unable to handle unregistered datatype 
'PaletteValues_QMLTYPE_2*' for property 'Palette_QMLTYPE_3::selected'
  Segmentation fault

  while vivid+overlay (has qt 5.4) gets me
  A
  B
  C

  the backtrace of the crash in Xenial is
  http://paste.ubuntu.com/14086991/

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1527546/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to