Application freeze in babymatch and inherited activities
Closed, ResolvedPublic

Description

When we change the orientation in baby match and other inherited activities from it in android , the application freezes.
Screenshots: http://pasteboard.co/gMlmHQAiS.jpg http://pasteboard.co/gMlPvz8CM.jpg

dmadaan created this task.Oct 19 2016, 9:08 AM
jjazeix edited projects, added GCompris: Bugs; removed GCompris.Oct 19 2016, 9:27 AM
jjazeix triaged this task as High priority.Nov 13 2016, 8:45 PM
nitish added a subscriber: nitish.Nov 16 2016, 1:03 PM

Same problem on IPAD. In native Android development, this problem is related to activity life cycle. When screen orientation changes the activity is restarted and if some ongoing threads are performing some task during that instance then the app crashes or freezes.
link 1
usually the solution is to make some changes on App manifest file.
I tried to find the source code of the app, but was not able to figure it out.
Maybe someone can help with this issue.

Hi,

thanks for the report.

It may also be linked to a deadlock in the qml bindings, it would be nice to get the logs to see if we notice anything...

jjazeix moved this task from Backlog to Done on the GCompris: Bugs board.Nov 19 2016, 8:28 PM