C chhoda macrumors 6502 Original poster Jul 10, 2009 #1 Hi Experts, EXC_BAD_ACCESS, why does this come ? i get this error without any indication in the log --CH
Hi Experts, EXC_BAD_ACCESS, why does this come ? i get this error without any indication in the log --CH
B BlackWolf macrumors regular Jul 10, 2009 #2 EXC_BAD_ACCESS means you tried to access a pointer that has already been released. it's probably faulty memory managment.
EXC_BAD_ACCESS means you tried to access a pointer that has already been released. it's probably faulty memory managment.