sess = spdk_mempool_get(g_iscsi.session_pool); if (!sess) { SPDK_ERRLOG("Unable to get session object\n"); SPDK_ERRLOG("MaxSessions set to %d\n", g_iscsi.MaxSessions); return -ENOMEM; } in the following error handling at line:586 , function returned with mempool 'sess' ...
reactor.c: 467:spdk_reactors_init:ERROR: spdk_event_mempool creation failed app.c: 635:spdk_app_start:ERROR: Reactor Initilization failed: rc = -1 hello_bdev.c: 291:main:ERROR: ERROR starting application