Hello All,
I am getting Exception Type: EXC_BAD_ACCESS (SIGSEGV) few times while testing my app,
I am trying to debug the code but it returns nothing, but it saves the log in xcode Device log as follows
Date/Time: 2013-03-20 15:10:31.211 +0530
OS Version: iOS 6.0.1 (10A523)
Report Version: 104
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0xbbadbeef
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0:
0 libsystem_kernel.dylib 0x3a52ceb4 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x3a52d048 mach_msg + 36
2 CoreFoundation 0x34b0f040 __CFRunLoopServiceMachPort + 124
3 CoreFoundation 0x34b0dd5a __CFRunLoopRun + 810
4 CoreFoundation 0x34a80eb8 CFRunLoopRunSpecific + 352
5 CoreFoundation 0x34a80d44 CFRunLoopRunInMode + 100
6 GraphicsServices 0x364d92e6 GSEventRunModal + 70
7 UIKit 0x3a64a2f4 UIApplicationMain + 1116
8 GoPlay 0x0004ac2c main (main.m:10)
9 GoPlay 0x0004abc4 start + 36
Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0 libsystem_kernel.dylib 0x3a52d648 kevent64 + 24
1 libdispatch.dylib 0x3b0014ec _dispatch_mgr_invoke + 792
2 libdispatch.dylib 0x3aff3df4 _dispatch_mgr_thread$VARIANT$up + 32
Thread 2 name: WebThread
Thread 2:
0 libsystem_kernel.dylib 0x3a52ceb4 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x3a52d048 mach_msg + 36
2 CoreFoundation 0x34b0f040 __CFRunLoopServiceMachPort + 124
3 CoreFoundation 0x34b0dd9e __CFRunLoopRun + 878
4 CoreFoundation 0x34a80eb8 CFRunLoopRunSpecific + 352
5 CoreFoundation 0x34a80d44 CFRunLoopRunInMode + 100
6 WebCore 0x3671da40 _ZL12RunWebThreadPv + 440
7 libsystem_c.dylib 0x3a30830e _pthread_start + 306
8 libsystem_c.dylib 0x3a3081d4 thread_start + 4
AND MORE......
Please help me to solve this type of error.
Thanks
0 comments:
Post a Comment