exc-bad-access
ASIHTTPRequest popViewControllerAnimated: => delegate EXEC_BAD_ACCESS
I set the view controller to be the delegate of a local variable ASIHTTPFormDataRequest request. But, tapping \"Back\" before the request has finished, pops and deallocates the view co开发者_JAVA技巧[详细]
2023-03-16 05:42 分类:问答NSNotification leads to segmentation fault
I have a strange behavior with an NSNotification object. My app has an navigation controller, first view is a table view and the second view is just a view controller which shows data of the selected[详细]
2023-03-16 05:07 分类:问答SQLite bad access on database path
I\'ve got the following code: appDel = (Staff_ManagerAppDelegate *)[[UIApplication sharedApplication]delegate];[详细]
2023-03-16 04:24 分类:问答Adding new source files to project changes my call stack in the main application
I have my own plugin - a static library linked into my project. When I add Twitter+OAuth sources and compile them all, It changes the call stack in my main app causing EXC_BAD_ACCESS failure.[详细]
2023-03-16 01:41 分类:问答EXC_BAD_ACCESS at UIApplicationMain - how to interpret this backtrace?
#00x0149609b in objc_msgSend () #10x06a75960 in ?? () #20x0108df9a in _performRunLoopAction () #30x0131189b in __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ ()[详细]
2023-03-15 14:32 分类:问答EXC_BAD_ACCESS after audioPlayerDidFinishPlaying: called
I have a class that I call to utilize AVAudioPlayer and everything works fine and dandy when it comes to playing the audio, but when the -audioPlayerDidFinishPlaying: is called my NSLog() command says[详细]
2023-03-14 15:08 分类:问答Bad Access at UIApplicationMain() if Keyboard's Correction is set to Default or Yes
In 开发者_开发问答my project, there is a simple table view and search controller. Everything loads and works fine, until I type into the text field. It then crashes at UIApplicationMain(), with a stac[详细]
2023-03-14 08:00 分类:问答Getting EXC_BAD_ACCESS error while scrolling UITableView
I have loaded data of my apps in UITableView from array declared in AppDelegate. But when I try to scroll the table view I am getting EXC_BAD_ACCESS error. Following is the code that I have used for c[详细]
2023-03-14 06:47 分类:问答NSDictionary and EXC_BAD_ACCESS
Tried to find the answer here and eventually found a clue on another site.Posting here in case anyone searches here and has the same problem.[详细]
2023-03-13 18:24 分类:问答Random EXC_BAD_ACCESS in a place that it cannot happen
I\'m receiving EXC_BAD_ACCESS at random times in a place that I confirmed the exception should not happen.[详细]
2023-03-13 08:35 分类:问答