Skip to content
This repository was archived by the owner on Mar 9, 2019. It is now read-only.
This repository was archived by the owner on Mar 9, 2019. It is now read-only.

hashtable crash #44

@maczpc

Description

@maczpc

when i set 67108864 or more elements, the hashtalbe crash.

2013-11-27 4 45 30 pm

(gdb) p *ht
$5 = {nelems = 67108864, table_size = 134217728, elem_size = 16, mask = 134217727, kdef = 0x7ffff7ff6ea0, vdef = 0x7ffff7ff68e0,
table = 0x7ffe68e92020 ""}

my init:
reph = ph_ht_init(&(mth->ht), 10000,
&ph_ht_string_key_def, &ph_ht_uint32_val_def);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions