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

Unable to create mempool datastore pending_pkt #7

Open
ZewuAn opened this issue Sep 30, 2022 · 1 comment
Open

Unable to create mempool datastore pending_pkt #7

ZewuAn opened this issue Sep 30, 2022 · 1 comment

Comments

@ZewuAn
Copy link

ZewuAn commented Sep 30, 2022

When i built the shinjuku with the script, i find that i can't get the error about mempool. I use the ubuntu 18.04 with kernel 4.4.100.

@ZewuAn
Copy link
Author

ZewuAn commented Sep 30, 2022

This error is in core\mempool.c. Line 231 to 237
spin_lock_init(&mds->lock);

if (mds->buf == MAP_FAILED || mds->buf == 0) {
log_err("mempool alloc failed\n");
printf("Unable to create mempool datastore %s\n", name);

panic("unable to create mempool datstore for %s\n", name);
return -ENOMEM;

}

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