Comment 0 for bug 1338602

Revision history for this message
Benjamin Zeller (zeller-benjamin) wrote :

ActivityIndicator can crash a application with SEGFAULT, usually at least 2 have to be used
on the same view.
The bug seems to only happen in a mixed application, where a QQuickView is used inside
a QWidget based application (like the DevicesPage in the Ubuntu QtC plugin) and the
qml view is hidden and shown again.

A simple example is available here:

https://code.launchpad.net/~zeller-benjamin/+junk/indicator-crash

I'm on Utopic + Qt 5.3, probably its related to the new Qt version because that
problem came up roughly at the same time when we made the switch to Qt 5.3.