I got a segfault when running the create_session_test at the following line:
|
get_lcores_for_numa_node(numa_node).at(sm_thread_lcore_index)); |
The problem is that sm_thread_lcore_index is assigned to be the last lcore at line 61 without considering its status while get_lcores_for_numa_node returns only online lcores.