Top "Exc-bad-access" questions

EXC_BAD_ACCESS is a fatal error related to memory management on macOS and iOS.

What's the meaning of exception code "EXC_I386_GPFLT"?

What's the meaning of exception code EXC_I386_GPFLT? Does its meaning vary according to the situation? In that case, …

c++ c exc-bad-access
Break on EXC_BAD_ACCESS in Xcode?

I'm new to iPhone development and Xcode in general and have no idea how to begin troubleshooting an EXC_BAD_…

iphone objective-c xcode debugging exc-bad-access
How to solve KERN_INVALID_ADDRESS on EXC_BAD_ACCESS (SIGSEGV)

On my mac OSX snow leopard and xcode 4.1 and the last SDK, My application crash on my phone but on …

objective-c ios xcode exc-bad-access
EXC_BAD_ACCESS (SIGSEGV)

I got this crash report from a remote user, but I cannot find any useful tip to resolve this issue, …

ios debugging automatic-ref-counting exc-bad-access
EXC_BAD_ACCESS automatic handling

I'm trying to build my own signal and uncaught exception handler for iOS. To do this i use these two …

ios xcode exception-handling exc-bad-access crash-reports
UIWebView EXC_BAD_ACCESS crash

I'm experiencing crashes of an app that uses UIWebView. Usually it's when page is not fully loaded and UIWebView is …

iphone uiwebview exc-bad-access
"Thread 6 com.apple.NSURLConnectionLoader: Program received signal: EXC_BAD_ACCESS"

The app crashes about 15 seconds after launching and XCode just breaks at an address and gives me a pop up …

iphone objective-c ios xcode exc-bad-access
UIScrollView EXC_BAD_ACCESS crash in iOS SDK

I have an iPhone SDK application that has several views that appear and disappear as the user creates content. After …

iphone uiscrollview exc-bad-access
Getting info about bad memory address in LLDB

I am trying to debug an EXC_BAD_ACCESS in my iPhone app. It is crashing on a method call …

iphone exc-bad-access lldb
Post of NSNotificationCenter causing "EXC_BAD_ACCESS" exception

A UIViewController adds itself to the default center: [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(editFood) name:@"editFood" object:nil]; Then …

ios objective-c iphone exc-bad-access nsnotificationcenter