we have a coredump:
#0 0x0000000004bb27b1 in malloc_heap_free ()
#1 0x0000000004bb3426 in rte_free ()
#2 0x0000000001481c31 in phydi_nr5g_destroy_buffers (phyInstance=, nIsFree=) at auxlib/phydi/phydi.c:4998
crashing at line:
(mem_mgr_check_and_free(pPhyDiCellCtx->pBsOutSamp[antId]);
we have debug and find that the pointer pPhyDiCellCtx->pBsOutSamp[antId]
is not corrupted. so what are the other probable condition for the above crash and a probable solution to overcome the crash.
Abhishek Bajpai is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2