Skip to content

QPickerElement generates infinite loop #745

@francois-roget

Description

@francois-roget

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions