I have an objective-C program and I am using ARC (Automatic Reference Counting), it throws a segmentation fault in line 23 (see program below).
Question
Post the backtrace. Also -- what platform?
It might be a bug related to NSNumber and tagged pointers (if targeting 64 bit OS X).
NSNumber