Case 23684: ScrollView can crash Corona/App

It’s kind of difficult to explain, but you can checkout the attached sample. To crash corona simulator [and app] you have to:

  1. tap the square

  2. tap and hold it until log tells you that scrollview was removed

  3. either lift the touch or perform move

  4. tadamm

The thing is, if you will just hold the scrollview and remove it, it won’t crash. But if scrollview gets the touch, because another object was touched and touch function returned false, it will crash after it is removed.

Weird but it took us an hour to debug why one of our scene crashes in some cases.

that’e something happening to me i think you have to remove the scroll view when your done with it. 

that’e something happening to me i think you have to remove the scroll view when your done with it.