Skip to content

coredump with loop #19

@YelaShady

Description

@YelaShady

Hi,I found that when the ART has only one key-value and loop it,it will core dump:
art::art table;
table.set("key1",1);
for(auto itor = table.begin(); itor != table.end(); itor++)
{
std::cout << itor.key() << std::endl;
std::cout << *itor << std::endl;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions