PDA

View Full Version : strange but suspect silly problem...




chhoda
Jul 10, 2009, 03:53 AM
Hi Experts,

EXC_BAD_ACCESS, why does this come ? i get this error without any indication in the log

--CH



BlackWolf
Jul 10, 2009, 12:53 PM
EXC_BAD_ACCESS means you tried to access a pointer that has already been released. it's probably faulty memory managment.