I'm having some
mysterious behavior occur when shutting down my application. It seems to
be tied with shutting down CodecEngine 2.21, and we did not have this problem
when using CodecEngine 1.10.
I should add that I believe this is a DSPLink issue due to the output from a trace: ...it seems to be blowing up from within the DSPLink daemon thread context.@14,356,108us: [+0 T:0x400209b0 S:0x03cf87cc] OG - Global_exit> enter
@14,357,444us: [+2 T:0x400209b0 S:0x03cf87cc] OG - Global_exit> calling
function *0x4046c144()...
@14,358,795us: [+2 T:0x400209b0 S:0x03cf87cc] OG - Global_exit> calling
function *0x4046de64()...
@14,360,221us: [+0 T:0x400209b0 S:0x03cf879c] OM - Memory_free>
Enter(0x10d640, 0x18)
@14,361,470us: [+0 T:0x400209b0 S:0x03cf879c] OM - Memory_free> return
(0x1)
@14,362,705us: [+0 T:0x400209b0 S:0x03cf879c] OM - Memory_free>
Enter(0x10db18, 0x18)
@14,363,952us: [+0 T:0x400209b0 S:0x03cf879c] OM - Memory_free> return
(0x1)
@14,365,187us: [+0 T:0x400209b0 S:0x03cf879c] OM - Memory_free>
Enter(0x10db38, 0x18)
@14,366,513us: [+0 T:0x400209b0 S:0x03cf879c] OM - Memory_free> return
(0x1)
@14,367,753us: [+2 T:0x400209b0 S:0x03cf87cc] OG - Global_exit> calling
function *0x40476460()...
@14,369,019us: [+2 T:0x400209b0 S:0x03cf87cc] OG - Global_exit> calling
function *0x404709d0()...
@14,370,472us: [+2 T:0x400209b0 S:0x03cf87cc] OG - Global_exit> calling
function *0x404715a4()...
@14,371,746us: [+2 T:0x400209b0 S:0x03cf87cc] OG - Global_exit> calling
function *0x40473c34()...
@14,373,007us: [+2 T:0x400209b0 S:0x03cf87cc] OG - Global_exit> calling
function *0x40471958()...
@14,374,277us: [+0 T:0x400209b0 S:0x03cf879c] OP - doCmd> Enter
(cmdId=3, proc=0x0)
@14,375,657us: [+0 T:0x400209b0 S:0x03cf878c] ti.sdo.ce.osal.Sem -
Entered Sem_post> sem[0x10d5e0]
@14,377,130us: [+0 T:0x40cee490 S:0x40cedd34] ti.sdo.ce.osal.Sem -
Leaving Sem_pend> sem[0x10d5e0] status[0]
@14,377,381us: [+0 T:0x40cee490 S:0x40cedd54] OP - getCmd_d> Exit
(result=3)
@14,377,561us: [+0 T:0x40cee490 S:0x40cedd44] ti.sdo.ce.osal.Sem -
Entered Sem_post> sem[0x10d5f8]
@14,377,743us: [+0 T:0x40cee490 S:0x40cedd54] ti.sdo.ce.osal.Sem -
Leaving Sem_post> sem[0x10d5f8]
terminate called without an active exception
</EDIT>