exc-bad-access
iOS: EXC_BAD_ACCESS caused by running timer in NSThread?
I have been having some crashes in my app.When checking the logs and using atos, it is telling me exactly where I get the crash, which is where I tell my NSRunLoop to run:[详细]
2023-04-13 05:05 分类:问答intermittent extaudiofileread exc_bad_access
I have what at the moment seems like an unsolvable EXC_BAD_ACCESS problem. I\'ve tried enabling NSZombie, as seems to be the advice in many posts but I\'m dealing with c pointers and not obj c objects[详细]
2023-04-12 18:21 分类:问答EXC_BAD_ACCESS on iphone
I have the following: Class Number1 .h file: myAudiCiviliteInputViewController *civiliteInputViewController;[详细]
2023-04-12 09:35 分类:问答Objective C memory management issue
I\'m having this issue with some objective C code to load the images on a IKImageBrowserView. I\'m following the image browser example from apple, but I still fail at some point and Im guessing its me[详细]
2023-04-11 23:33 分类:问答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 my phone friend it don\'t crash.[详细]
2023-04-11 22:21 分类:问答iOS5 crashes during runMode:beforeDate:
I have a problem with compatibility of my application with an iOS5 b7 and GM versions. The issue occurs in the next lines of code:[详细]
2023-04-11 17:08 分类:问答Undestanding NSZombie log
I\'m trying to track a exc-bad-access. I have run Instruments with NSZombie enabled, I get this error log when the app crashes. There is a UIView which is autoreleased four times, but before the autor[详细]
2023-04-11 15:27 分类:问答EXC_BAD_ACCESS "Office for Mac 2011" Excel macros MicrosoftOleautomation debug cause
I\'m encountering the ubiquitous EXC_BAD_ACCESS error in Microsoft Office for Mac 2011 on OSX 10.7 (Lion). Latest office update installed too (14.3 I believe it was)[详细]
2023-04-11 12:47 分类:问答Resolving EXC_BAD_ACCESS Issue In Cocoa?
Hey..i have the following method in cocoa.. -(void)startUploadWithContainerName:(NSString *)containerName[详细]
2023-04-11 06:41 分类:问答EXC_BAD_ACCESS crash when switching back and forth between views
I\'m getting a EXC_BAD_ACCESS crash when switching back and forth between views. I\'m having a problem finding the cause of this crash. In the simulator it always goes back to the main.m file and repo[详细]
2023-04-10 15:42 分类:问答