Hi All,
I am hitting a crash inside NMSDK.
Scenario: After successful "na_server_open", when "na_server_invoke_elem" is done, the call fails with error “[13011][unknown address format.]”. After this, when "na_server_close" is done, the process crashes inside NMSDK.
I think somewhere the connection is getting dropped and NMSDK is releasing the "na_server_t" object created as part of "na_server_open" which is causing the crash.
#1 0x00007f28db62be26 in pool_internal_free (ptr=0x7f2800000001) at pool.c:703
#2 0x00007f28db62b8ea in pool_free (p=0x7f28db9fb5e0 <pool_global_data>, ptr=0x7f2800000001) at pool.c:404
#3 0x00007f28db79a110 in na_server_close (s=0x7f289803c360) at na.c:1092
Any thoughts/ideas/suggestions are welcome.