[Touch-packages] [Bug 1560044] Re: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

2016-03-24 Thread Christian Dywan
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => Critical

** Changed in: ubuntu-ui-toolkit (Ubuntu)
 Assignee: (unassigned) => Zsombor Egri (zsombi)

** Summary changed:

- 
/usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged
+ UCLabel as ListView delegate crashes while being destroyed

-- 
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/1560044

Title:
  UCLabel as ListView delegate crashes while being destroyed

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding qtdeclarative-opensource-src.  This problem was most
  recently seen with version 5.4.1-1ubuntu11~overlay3, the problem page
  at
  https://errors.ubuntu.com/problem/4eb5a72c06f99f8d9734d01089aead39adf9f340
  contains more details.

  #10 0xb0444c44 in UCLabel::~UCLabel (this=0xf06b30, __in_chrg=) at plugin/uclabel.h:25
  ...
  #28 0xb0444822 in UCStyledItemBase::~UCStyledItemBase (this=0xc46f00, 
__in_chrg=) at plugin/ucstyleditembase.h:28
  No locals.
  #29 UCPageTreeNode::~UCPageTreeNode (this=0xc46f00, __in_chrg=) at plugin/ucpagetreenode.h:22
  No locals.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1560044/+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


[Touch-packages] [Bug 1560044] Re: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

2016-03-24 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: New => Confirmed

-- 
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/1560044

Title:
  UCLabel as ListView delegate crashes while being destroyed

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding qtdeclarative-opensource-src.  This problem was most
  recently seen with version 5.4.1-1ubuntu11~overlay3, the problem page
  at
  https://errors.ubuntu.com/problem/4eb5a72c06f99f8d9734d01089aead39adf9f340
  contains more details.

  #10 0xb0444c44 in UCLabel::~UCLabel (this=0xf06b30, __in_chrg=) at plugin/uclabel.h:25
  ...
  #28 0xb0444822 in UCStyledItemBase::~UCStyledItemBase (this=0xc46f00, 
__in_chrg=) at plugin/ucstyleditembase.h:28
  No locals.
  #29 UCPageTreeNode::~UCPageTreeNode (this=0xc46f00, __in_chrg=) at plugin/ucpagetreenode.h:22
  No locals.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1560044/+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


[Touch-packages] [Bug 1560044] Re: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

2016-03-24 Thread Christian Dywan
For the record, how I finally reproduced the crash.
On the phone, with Silo 64 *correctly* installed, which at the time of #4 was 
not the case:

QML2_IMPORT_PATH=:/usr/lib/arm-linux-gnueabihf/payui ubuntu-app-test gdb
--batch -ex 'handle SIGILL nostop' -ex run -ex bt --args qmlscene
/usr/share/payui/qml/payui.qml purchase://com.zeptolab.cuttherope.full

On the desktop, with account-plugin-ubuntuone installed and
https://code.launchpad.net/~dobey/pay-service/payui-
uitk1.3/+merge/289421 applied (works with the pay-service package, no
full local build required):

QML2_IMPORT_PATH=$QML2_IMPORT_PATH:/usr/lib/x86_64-linux-gnu/payui gdb
--batch -ex 'handle SIGILL nostop' -ex run -ex bt --args  qmlscene
/usr/share/payui/qml/payui.qml purchase://com.zeptolab.cuttherope.full


The attached snippet is a standalone test case for the crash.

** Attachment added: "LabelDelegate.qml"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1560044/+attachment/4610265/+files/LabelDelegate.qml

-- 
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/1560044

Title:
  /usr/lib/arm-linux-
  
gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding qtdeclarative-opensource-src.  This problem was most
  recently seen with version 5.4.1-1ubuntu11~overlay3, the problem page
  at
  https://errors.ubuntu.com/problem/4eb5a72c06f99f8d9734d01089aead39adf9f340
  contains more details.

  #10 0xb0444c44 in UCLabel::~UCLabel (this=0xf06b30, __in_chrg=) at plugin/uclabel.h:25
  ...
  #28 0xb0444822 in UCStyledItemBase::~UCStyledItemBase (this=0xc46f00, 
__in_chrg=) at plugin/ucstyleditembase.h:28
  No locals.
  #29 UCPageTreeNode::~UCPageTreeNode (this=0xc46f00, __in_chrg=) at plugin/ucpagetreenode.h:22
  No locals.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1560044/+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


[Touch-packages] [Bug 1560044] Re: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

2016-03-23 Thread Rodney Dawes
As we discussed in IRC, the bits from Comment #4 are from the old pay-ui
that's still on the image, not the pay-ui from the silo that includes
the switch to uitk 1.3.

-- 
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/1560044

Title:
  /usr/lib/arm-linux-
  
gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding qtdeclarative-opensource-src.  This problem was most
  recently seen with version 5.4.1-1ubuntu11~overlay3, the problem page
  at
  https://errors.ubuntu.com/problem/4eb5a72c06f99f8d9734d01089aead39adf9f340
  contains more details.

  #10 0xb0444c44 in UCLabel::~UCLabel (this=0xf06b30, __in_chrg=) at plugin/uclabel.h:25
  ...
  #28 0xb0444822 in UCStyledItemBase::~UCStyledItemBase (this=0xc46f00, 
__in_chrg=) at plugin/ucstyleditembase.h:28
  No locals.
  #29 UCPageTreeNode::~UCPageTreeNode (this=0xc46f00, __in_chrg=) at plugin/ucpagetreenode.h:22
  No locals.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1560044/+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


[Touch-packages] [Bug 1560044] Re: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

2016-03-22 Thread Christian Dywan
Having silo 64 installed, I used another way to test:
ubuntu-app-test /usr/lib/payui/pay-ui purchase://com.zeptolab.cuttherope.full

And I'm seeing a bunch of these:
2016-03-22 17:05:03,006 - WARNING - 
file:///usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Components/Themes/Ambiance/1.3/ToolbarButtonStyle.qml:57:
 TypeError: Cannot read property 'overlayText' of undefined

It doesn't seem to crash here.

-- 
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/1560044

Title:
  /usr/lib/arm-linux-
  
gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding qtdeclarative-opensource-src.  This problem was most
  recently seen with version 5.4.1-1ubuntu11~overlay3, the problem page
  at
  https://errors.ubuntu.com/problem/4eb5a72c06f99f8d9734d01089aead39adf9f340
  contains more details.

  #10 0xb0444c44 in UCLabel::~UCLabel (this=0xf06b30, __in_chrg=) at plugin/uclabel.h:25
  ...
  #28 0xb0444822 in UCStyledItemBase::~UCStyledItemBase (this=0xc46f00, 
__in_chrg=) at plugin/ucstyleditembase.h:28
  No locals.
  #29 UCPageTreeNode::~UCPageTreeNode (this=0xc46f00, __in_chrg=) at plugin/ucpagetreenode.h:22
  No locals.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1560044/+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


[Touch-packages] [Bug 1560044] Re: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

2016-03-22 Thread Antti Kaijanmäki
Apps can be "purchased" without paying by using the staging store:

* Enable use of the staging server:
   - Log in to the phone with "phablet-shell" and run 
/usr/lib/*/pay-service/setup-staging.sh

* Search for "delta" in the Ubuntu Store

* Purchase delta

* Use Testing Credit Card
   - Visa: 4111   
   - Expiration Date must be a valid date in the future (use the mmyy format).

-- 
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/1560044

Title:
  /usr/lib/arm-linux-
  
gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding qtdeclarative-opensource-src.  This problem was most
  recently seen with version 5.4.1-1ubuntu11~overlay3, the problem page
  at
  https://errors.ubuntu.com/problem/4eb5a72c06f99f8d9734d01089aead39adf9f340
  contains more details.

  #10 0xb0444c44 in UCLabel::~UCLabel (this=0xf06b30, __in_chrg=) at plugin/uclabel.h:25
  ...
  #28 0xb0444822 in UCStyledItemBase::~UCStyledItemBase (this=0xc46f00, 
__in_chrg=) at plugin/ucstyleditembase.h:28
  No locals.
  #29 UCPageTreeNode::~UCPageTreeNode (this=0xc46f00, __in_chrg=) at plugin/ucpagetreenode.h:22
  No locals.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1560044/+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


[Touch-packages] [Bug 1560044] Re: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

2016-03-22 Thread Christian Dywan
How can this be reproduced? Preferably without buying something ;-)

-- 
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/1560044

Title:
  /usr/lib/arm-linux-
  
gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding qtdeclarative-opensource-src.  This problem was most
  recently seen with version 5.4.1-1ubuntu11~overlay3, the problem page
  at
  https://errors.ubuntu.com/problem/4eb5a72c06f99f8d9734d01089aead39adf9f340
  contains more details.

  #10 0xb0444c44 in UCLabel::~UCLabel (this=0xf06b30, __in_chrg=) at plugin/uclabel.h:25
  ...
  #28 0xb0444822 in UCStyledItemBase::~UCStyledItemBase (this=0xc46f00, 
__in_chrg=) at plugin/ucstyleditembase.h:28
  No locals.
  #29 UCPageTreeNode::~UCPageTreeNode (this=0xc46f00, __in_chrg=) at plugin/ucpagetreenode.h:22
  No locals.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1560044/+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


[Touch-packages] [Bug 1560044] Re: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

2016-03-22 Thread Timo Jyrinki
** Description changed:

  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding qtdeclarative-opensource-src.  This problem was most recently
  seen with version 5.4.1-1ubuntu11~overlay3, the problem page at
  https://errors.ubuntu.com/problem/4eb5a72c06f99f8d9734d01089aead39adf9f340
  contains more details.
  
+ #10 0xb0444c44 in UCLabel::~UCLabel (this=0xf06b30, __in_chrg=) at plugin/uclabel.h:25
+ ...
  #28 0xb0444822 in UCStyledItemBase::~UCStyledItemBase (this=0xc46f00, 
__in_chrg=) at plugin/ucstyleditembase.h:28
  No locals.
  #29 UCPageTreeNode::~UCPageTreeNode (this=0xc46f00, __in_chrg=) at plugin/ucpagetreenode.h:22
  No locals.

-- 
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/1560044

Title:
  /usr/lib/arm-linux-
  
gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding qtdeclarative-opensource-src.  This problem was most
  recently seen with version 5.4.1-1ubuntu11~overlay3, the problem page
  at
  https://errors.ubuntu.com/problem/4eb5a72c06f99f8d9734d01089aead39adf9f340
  contains more details.

  #10 0xb0444c44 in UCLabel::~UCLabel (this=0xf06b30, __in_chrg=) at plugin/uclabel.h:25
  ...
  #28 0xb0444822 in UCStyledItemBase::~UCStyledItemBase (this=0xc46f00, 
__in_chrg=) at plugin/ucstyleditembase.h:28
  No locals.
  #29 UCPageTreeNode::~UCPageTreeNode (this=0xc46f00, __in_chrg=) at plugin/ucpagetreenode.h:22
  No locals.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1560044/+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


[Touch-packages] [Bug 1560044] Re: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

2016-03-22 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
   Status: New => Confirmed

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

** Tags added: regression-proposed

-- 
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/1560044

Title:
  /usr/lib/arm-linux-
  
gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

Status in Canonical System Image:
  Confirmed
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding qtdeclarative-opensource-src.  This problem was most
  recently seen with version 5.4.1-1ubuntu11~overlay3, the problem page
  at
  https://errors.ubuntu.com/problem/4eb5a72c06f99f8d9734d01089aead39adf9f340
  contains more details.

  #28 0xb0444822 in UCStyledItemBase::~UCStyledItemBase (this=0xc46f00, 
__in_chrg=) at plugin/ucstyleditembase.h:28
  No locals.
  #29 UCPageTreeNode::~UCPageTreeNode (this=0xc46f00, __in_chrg=) at plugin/ucpagetreenode.h:22
  No locals.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1560044/+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


[Touch-packages] [Bug 1560044] Re: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

2016-03-21 Thread Alejandro J. Cura
This is causing pay-ui to crash on exit every time (after updating all
imports to 1.3).

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

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

-- 
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/1560044

Title:
  /usr/lib/arm-linux-
  
gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

Status in Canonical System Image:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding qtdeclarative-opensource-src.  This problem was most
  recently seen with version 5.4.1-1ubuntu11~overlay3, the problem page
  at
  https://errors.ubuntu.com/problem/4eb5a72c06f99f8d9734d01089aead39adf9f340
  contains more details.

  #28 0xb0444822 in UCStyledItemBase::~UCStyledItemBase (this=0xc46f00, 
__in_chrg=) at plugin/ucstyleditembase.h:28
  No locals.
  #29 UCPageTreeNode::~UCPageTreeNode (this=0xc46f00, __in_chrg=) at plugin/ucpagetreenode.h:22
  No locals.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1560044/+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


[Touch-packages] [Bug 1560044] Re: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

2016-03-21 Thread Alejandro J. Cura
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

-- 
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/1560044

Title:
  /usr/lib/arm-linux-
  
gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

Status in Canonical System Image:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding qtdeclarative-opensource-src.  This problem was most
  recently seen with version 5.4.1-1ubuntu11~overlay3, the problem page
  at
  https://errors.ubuntu.com/problem/4eb5a72c06f99f8d9734d01089aead39adf9f340
  contains more details.

  #28 0xb0444822 in UCStyledItemBase::~UCStyledItemBase (this=0xc46f00, 
__in_chrg=) at plugin/ucstyleditembase.h:28
  No locals.
  #29 UCPageTreeNode::~UCPageTreeNode (this=0xc46f00, __in_chrg=) at plugin/ucpagetreenode.h:22
  No locals.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1560044/+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


[Touch-packages] [Bug 1560044] Re: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

2016-03-21 Thread Timo Jyrinki
** Package changed: qtdeclarative-opensource-src (Ubuntu) => ubuntu-ui-
toolkit (Ubuntu)

** Description changed:

  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding qtdeclarative-opensource-src.  This problem was most recently
  seen with version 5.4.1-1ubuntu11~overlay3, the problem page at
  https://errors.ubuntu.com/problem/4eb5a72c06f99f8d9734d01089aead39adf9f340
  contains more details.
+ 
+ #28 0xb0444822 in UCStyledItemBase::~UCStyledItemBase (this=0xc46f00, 
__in_chrg=) at plugin/ucstyleditembase.h:28
+ No locals.
+ #29 UCPageTreeNode::~UCPageTreeNode (this=0xc46f00, __in_chrg=) at plugin/ucpagetreenode.h:22
+ No locals.

-- 
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/1560044

Title:
  /usr/lib/arm-linux-
  
gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

Status in ubuntu-ui-toolkit package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding qtdeclarative-opensource-src.  This problem was most
  recently seen with version 5.4.1-1ubuntu11~overlay3, the problem page
  at
  https://errors.ubuntu.com/problem/4eb5a72c06f99f8d9734d01089aead39adf9f340
  contains more details.

  #28 0xb0444822 in UCStyledItemBase::~UCStyledItemBase (this=0xc46f00, 
__in_chrg=) at plugin/ucstyleditembase.h:28
  No locals.
  #29 UCPageTreeNode::~UCPageTreeNode (this=0xc46f00, __in_chrg=) at plugin/ucpagetreenode.h:22
  No locals.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1560044/+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