This app has been running fine for months, but now on iOS4 i get crashes when using NSXMLParser. It is crashing in the middle of parsing.
The problem is that i dont get a decent call-stack. the result is:
0 func_.29470 1 stub helpers
combined with a: Program received signal: “EXC_BAD_ACCESS”.
in the logs.
I enabled: NSZombieEnabled NSDebugEnabled
and i dont get any messages coming out of that, so I guess this is some really nasty memory bug.
Any advice on how to track this down?