Comment 6 for bug 1560044

Revision history for this message
Cris Dywan (kalikiana) wrote : Re: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:11:typeinfo:QtPrivate::QSlotObjectBase::call:QMetaObject::activate:QMetaObject::activate:QQuickItem::enabledChanged

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.