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

Assertion `traits_type::minimum_size() <= size' failed #2

Open
dananjayamahesh opened this issue Dec 15, 2021 · 0 comments
Open

Assertion `traits_type::minimum_size() <= size' failed #2

dananjayamahesh opened this issue Dec 15, 2021 · 0 comments

Comments

@dananjayamahesh
Copy link

Hi,
I am running Fasst on Cloudlab apt cluster with 3 machines ( specs-> ubuntu 18.04 LTS, MLNX_OFED_LINUX-5.0-2.1.8.0, mlx4_0 , gcc 7.5.0, boost 1.6). I changed the configuration to run with a single port as mentioned in the top read me file. I am particularly running rpc_test program with 14 worker threads in each machine. my rpc_test.json file looks something like this.

{"num_coro": 21, "base_port_index": 0, "num_ports": 1, "num_qps": 1, "postlist": 16, "numa_node": 0, "num_machines": 3, "workers_per_machine": 14, "req_batch_size": 1, "size_req": 32, "size_resp": 32}

I am getting this following assertion failed error when connecting the third/last machine (i.e. when running ./run-servers.sh 2)

main: /usr/local/include/boost/coroutine/standard_stack_allocator.hpp:39: void boost::coroutines::basic_standard_stack_allocator::allocate(boost::coroutines::stack_context&, std::size_t) [with traitsT = boost::coroutines::stack_traits; std::size_t = long unsigned int]: Assertion `traits_type::minimum_size() <= size' failed.

I would greatly appreciate any help. thanks.

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