Scrollview causing random crashes on device

So I have a scroll view in my game that is populated with a list of items the user can select. The scrollview is created each time the user goes to the store inside the game. Every couple of times it’s created, it crashes the app on the device but never on the xCode simulator or the corona simulator. I’m positive it is the scroll view because i’ve pinpointed the crash to that exact line. I’m using version 2011.704 of Corona.

[lua]–> START SCROLLVIEW –
local storeScroller = widget.newScrollView{
left = -200,
top = -108,
width = 402,
height = 217,
scrollWidth = 400,
scrollHeight = 217,
topPadding = 6,
bottomPadding = 10,
maskFile=img…“mask_402x217.png”}[/lua]

The crashes are completely random. Sometime it will crash the first time and other times it will take 9 or 10 times. I’m not really sure how I would go about fixing this issue.

Thanks [import]uid: 63320 topic_id: 25979 reply_id: 325979[/import]