Safari Mobile and Chrome crash on iPhone... not sure how to diagnose
So I have put together an application using jQuery Mobile 1.2.0 (with jQuery 1.8.2). It works fine on Chrome (24), Firefox (17), and IE (10) and I'm sure other versions as well haven't done full testing yet. However, my application crashes Safari Mobile and Chrome on iPhone. I've scoured the net looking for clues; I've removed all transitions, removed css transform, box-shadow, etc. but I'm not narrowing in on the issue. My application is not large, my main .html is 11KB, .css is 5KB, .js is 60KB and my memory use is fairly light (not sure how to measure that but I'm not doing a lot of memory-intensive processing).
Looking at the diagnostics available on the phone itself, I'm seeing the JavaScript engine has crashed. I'm seeing SIGTRAP with a stack along the lines of JavaScriptCore/WebCore/CoreFoundation/CFNetwork/CoreFoundation/GraphicsServices/UIKit... and Chome or MobileSafari (same issue on both... same engine on both from what I understand). Safari reports SIGSEGV instead for whatever that's worth.
More info: I'm on iPhone4s, iOS6.0.1
I'm not sure what to look into next to help figure out what feature/aspect of jQuery Mobile I'm using that's causing the issue... does anyone have any pointers as to where to turn next? Thanks for any help...