Hello, I tried to install and run one of my applications on device. On a simulator, it was working fine. But once on device, it crashes somehow. I was trying to debug but i could not get anything there. Here is what the debugger console shows.. Can someone please help me with this..: Here is the debugger log:
Program received signal EXC_BAD_ACCESS, Could not access memory.`
`Reason: KERN_PROTECTION_FAILURE at address: 0x00000000`
`[Switching to thread 12291]`
`0x327083e0 in _objc_selopt_data ()`
`Program received signal: “EXC_BAD_ACCESS”.`
`Unable to disassemble _objc_selopt_data.`
(gdb) bt`
`#0 0x327083e0 in _objc_selopt_data ()`
`#1 0x32fb93c0 in WebCore::FrameLoader::detachFromParent ()`
`#2 0x303e1aec in -[WebView(WebPrivate) _close] ()`
`#3 0x303e19d8 in -[WebView close] ()`
`#4 0x303e1940 in -[WebView dealloc] ()`
`#5 0x32d86640 in -[NSObject release] ()`
`#6 0x32f4a294 in WebCoreObjCDeallocOnWebThreadImpl ()`
`#7 0x32f8b9c4 in HandleWebThreadReleaseSource ()`
`#8 0x32da43a6 in CFRunLoopRunSpecific ()`
`#9 0x32da3c1e in CFRunLoopRunInMode ()`
`#10 0x32f486f8 in RunWebThread ()`
`#11 0x327587b8 in _pthread_body ()`
`#12 0x00000000 in ?? ()`
`(gdb) `