This code is in a UITableViewController subclass viewDidLoad method. The UITableViewController subclass contains a test method.
It crashes without throwing an exception.
id dict = [[NSMutableDictionary alloc] initWithObjectsAndKeys: @"some text", @"text", @selector(test), @"selector", nil]