NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Software Development Kit (SDK) and API Discussions

NMSDK crash

prathi
1,901 Views

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.

0 REPLIES 0
Public