Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Seg fault after multiple consecutive directory splits #11

Open
task3r opened this issue Jul 21, 2023 · 0 comments
Open

BUG: Seg fault after multiple consecutive directory splits #11

task3r opened this issue Jul 21, 2023 · 0 comments

Comments

@task3r
Copy link

task3r commented Jul 21, 2023

Hi! I've been using CCEH-PMDK with skewed workloads and found that it seg faults. I believe this happens after 16 splits of the same directory. The minimal example is to run a 65 operation input of the same value (1, for example). This occurs in both the single-threaded and multithreaded variants.

Example output:

Params: numData(65)
input.txt is used.
Start Insertion

Program received signal SIGSEGV, Segmentation fault.
0x000055555555a7d3 in CCEH::Insert (this=<optimized out>, pop=pop@entry=0x7ffd40000000, key=@0x555556c95d10: 1, value=<optimized out>) at src/CCEH.cpp:316
316                     D_RW(D_RW(_dir)->segment)[2*i] = D_RO(d)[i];

Note: I modified test.cpp to change the input file. I suggest you make it an argument.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant