We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2014-01-04 01:44:31 +0200 |
While porting N9 app to Sailfish, i suffered from sporadic Segmentation Faults. (QtQuick 2.0) After some debugging, i isolated it to animation (Behaviour on x/y) using SmoothedAnimation.
Googling this issue gives some hits
My workaround was to use NumberedAnimation.
2 | retagged |
While porting N9 app to Sailfish, i suffered from sporadic Segmentation Faults. (QtQuick 2.0) After some debugging, i isolated it to animation (Behaviour on x/y) using SmoothedAnimation.
Googling this issue gives some hits
My workaround was to use NumberedAnimation.