-
Notifications
You must be signed in to change notification settings - Fork 635
Open
Description
Steps performed
I try to include a QPickerElement in my screen.
QPickerElement *q = [[QPickerElement alloc] initWithTitle:@"Test" items:[NSArray arrayWithObject:MAX_DISTS] value:@"150"]; q.key =@"max_dist"; [section addElement:q];
Seen result
The application does not respond for 5-10 sec then I get a BAD_ACCESS on QPickerTableViewCell:20.
We can see that there is a recursive call to the same method on line 22.
In the stack trace, you can see about 130 000 calls to the same method
Metadata
Metadata
Assignees
Labels
No labels