This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

codec engine error (B): Exceeded maximum number [31] of Translation Look-aside Buffers.

Other Parts Discussed in Thread: DM3730, OMAP3530

dm3730处理器,wince环境下:运行arm端app_remote_wince.exe和dsp端all.x64p,错误信息error (B): Exceeded maximum number [31] of Translation  Look-aside Buffers.
The configured entries are:
    Number of entries of size 4KB:  1
    Number of buffers of size 64KB: 0
    Number of buffers of size 1MB:  29
    Number of buffers of size 16MB: 2
 DSP_init status [0x80008052]
@318,769,000us: [+7 T:0x0641005e] OP - Processor_create_d> Loading and starting DSP server '\windows\all.x64P' FAILED, status=[0x80008052] (look for error code 'DSP_EBASE + 0x52' in dsplink*/packages/

我修改了\apps\image1_copy下的remote.cfg添加了一句:myEngine.server ="\\\\windows\\\\all.x64P";

我看了我\servers\all_codecs下的all_evm3530.tci文件

var mem_ext = [
{
    comment:    "DDRALGHEAP: off-chip memory for dynamic algmem allocation",
    name:       "DDRALGHEAP",
    base:       0x86000000,
    len:        0x01800000,  // 24 MB
    space:      "code/data"
},
{
    comment:    "DDR2: off-chip memory for application code and data",
    name:       "DDR2",
    base:       0x87800000,
    len:        0x00600000,  // 6 MB
    space:      "code/data"
},
{
    comment:    "DSPLINK: off-chip memory reserved for DSPLINK code and data",
    name:       "DSPLINKMEM",
    base:       0x87E00000,
    len:        0x00100000,  // 1 MB
    space:      "code/data"
},
{
    comment:    "RESET_VECTOR: off-chip memory for the reset vector table",
    name:       "RESET_VECTOR",
    base:       0x87F00000,
    len:        0x00001000,  // 4 KB
    space:      "code/data"
},
{
    comment:    "L4CORE: L4-Core Interconnect Address Space",
    name:       "L4CORE",
    base:       0x48000000,
    len:        0x01000000,  // 16 MB
    space:      "data"
},
{
    comment:    "L4PER: L4-Peripheral Interconnect Address Space",
    name:       "L4PER",
    base:       0x49000000,
    len:        0x00100000,  // 1 MB
    space:      "data"
},
{
    comment:    "IVA Memory Management Unit",
    name:       "IVAMMU",
    base:       0x5D000000,
    len:        0x00001000,  // 4 KB
    space:      "data"
}
];

也没发现明显错误。请帮我看看可以啥那里的错去导致的。谢谢

debug信息:

@2060,121,000us: [+0 T:0x075d0036 S:0x0004f70c] OG - Global_getenv> enter, name [0x14a90]

@2060,125,000us: [+0 T:0x075d0036 S:0x0004f70c] OG - Global_getenv> enter, name [0x14a84]

@2060,143,000us: [+0 T:0x075d0036 S:0x0004fb28] OG - Global_atexit> enter (fxn=0x2d358)

@2060,157,000us: [+0 T:0x075d0036 S:0x0004fb28] OG - Global_atexit> enter (fxn=0x2cfd0)

@2060,175,000us: [+0 T:0x075d0036 S:0x0004fb18] OM - Memory_alloc> Enter(0x4)

@2060,187,000us: [+0 T:0x075d0036 S:0x0004fb18] OM - Memory_alloc> return (0x50580)

@2060,203,000us: [+0 T:0x075d0036 S:0x0004fb24] OG - Global_atexit> enter (fxn=0x2af20)

@2060,217,000us: [+0 T:0x075d0036 S:0x0004fb18] OM - Memory_alloc> Enter(0x4)

@2060,231,000us: [+0 T:0x075d0036 S:0x0004fb18] OM - Memory_alloc> return (0x50600)

@2060,247,000us: [+0 T:0x075d0036 S:0x0004fb24] OG - Global_atexit> enter (fxn=0x2a29c)

@2060,263,000us: [+0 T:0x075d0036 S:0x0004fb28] OG - Global_atexit> enter (fxn=0x2c7dc)

@2060,279,000us: [+0 T:0x075d0036 S:0x0004fb24] ti.sdo.ce.osal.Sem - Sem_create> count: 0

@2060,295,000us: [+0 T:0x075d0036 S:0x0004fb10] OM - Memory_alloc> Enter(0x8)

@2060,309,000us: [+0 T:0x075d0036 S:0x0004fb10] OM - Memory_alloc> return (0x506e0)

@2060,323,000us: [+0 T:0x075d0036 S:0x0004fb24] ti.sdo.ce.osal.Sem - Leaving Sem_create> sem[0x506e0]

@2060,341,000us: [+0 T:0x075d0036 S:0x0004fb24] ti.sdo.ce.osal.Sem - Sem_create> count: 0

@2060,357,000us: [+0 T:0x075d0036 S:0x0004fb10] OM - Memory_alloc> Enter(0x8)

@2060,371,000us: [+0 T:0x075d0036 S:0x0004fb10] OM - Memory_alloc> return (0x50700)

@2060,387,000us: [+0 T:0x075d0036 S:0x0004fb24] ti.sdo.ce.osal.Sem - Leaving Sem_create> sem[0x50700]

@2060,405,000us: [+0 T:0x075d0036 S:0x0004fb18] OM - Memory_alloc> Enter(0x4)

@2060,419,000us: [+0 T:0x075d0036 S:0x0004fb18] OM - Memory_alloc> return (0x50720)

@2060,433,000us: [+0 T:0x075d0036 S:0x0004faec] OT - Thread_create> Enter (fxn=0x294f8, attrs=0x0)

@2060,451,000us: [+0 T:0x075d0036 S:0x0004fad8] OM - Memory_alloc> Enter(0x44)

@2060,465,000us: [+0 T:0x075d0036 S:0x0004fad8] OM - Memory_alloc> return (0x50740)

@2060,481,000us: [+0 T:0x075d0036 S:0x0004faec] OT - Thread_create> Exit (task=0x50740)

@2060,495,000us: [+0 T:0x075d0036 S:0x0004fb20] OG - Global_atexit> enter (fxn=0x2a7ec)

@2060,511,000us: [+0 T:0x075d0036 S:0x0004fb24] OG - Global_atexit> enter (fxn=0x28f94)

@2060,527,000us: [+1 T:0x07790036 S:0x0011fe2c] OP - daemon> thread created.

@2060,541,000us: [+0 T:0x075d0036 S:0x0004fb28] OG - Global_atexit> enter (fxn=0x2c5e0)

@2060,559,000us: [+0 T:0x07790036 S:0x0011fe2c] OP - getCmd_d> Enter (proc=0x11fe3c)

@2060,571,000us: [+0 T:0x075d0036 S:0x0004fb1c] ti.sdo.ce.alg - ALG_init> Enter

@2060,587,000us: [+0 T:0x07790036 S:0x0011fe18] ti.sdo.ce.osal.Sem - Entered Sem_pend> sem[0x506e0] timeout[0xffffffff]

@2060,607,000us: [+0 T:0x075d0036 S:0x0004fb0c] OG - Global_atexit> enter (fxn=0x26534)

@2060,623,000us: [+0 T:0x075d0036 S:0x0004fb1c] ti.sdo.ce.alg - ALG_init> Exit

@2060,637,000us: [+0 T:0x075d0036 S:0x0004fb28] OG - Global_atexit> enter (fxn=0x26150)

@2060,653,000us: [+0 T:0x075d0036 S:0x0004fb1c] OM - Memory_alloc> Enter(0x4)

@2060,667,000us: [+0 T:0x075d0036 S:0x0004fb1c] OM - Memory_alloc> return (0x509c0)

@2060,681,000us: [+0 T:0x075d0036 S:0x0004fb20] OG - Global_atexit> enter (fxn=0x2c4fc)

@2060,699,000us: [+0 T:0x075d0036 S:0x0004f704] OG - Global_getenv> enter, name [0x14bdc]

@2060,713,000us: [+0 T:0x075d0036 S:0x0004f704] OG - Global_getenv> exit, returning 0x38eb0

@2060,731,000us: [+0 T:0x075d0036 S:0x0004f704] OG - Global_getenv> enter, name [0x14bdc]

@2060,747,000us: [+0 T:0x075d0036 S:0x0004f704] OG - Global_getenv> exit, returning 0x38eb0

@2060,763,000us: [+6 T:0x075d0036 S:0x0004fb34] CE - Engine_init> CE debugging on (CE_DEBUG=3; allowed CE_DEBUG levels: 1=min, 2=good, 3=max)

@2060,787,000us: [+0 T:0x075d0036 S:0x0004fb24] OG - Global_atexit> enter (fxn=0x23200)

@2060,803,000us: [+0 T:0x075d0036 S:0x0004fb18] OM - Memory_alloc> Enter(0x4)

@2060,817,000us: [+0 T:0x075d0036 S:0x0004fb18] OM - Memory_alloc> return (0x50a20)

@2060,833,000us: [+0 T:0x075d0036 S:0x0004fb18] OM - Memory_alloc> Enter(0x4)

@2060,847,000us: [+0 T:0x075d0036 S:0x0004fb18] OM - Memory_alloc> return (0x50a40)

@2060,861,000us: [+0 T:0x075d0036 S:0x0004fb18] OM - Memory_alloc> Enter(0x4)

@2060,875,000us: [+0 T:0x075d0036 S:0x0004fb18] OM - Memory_alloc> return (0x50a60)

@2060,891,000us: [+0 T:0x075d0036 S:0x0004fb30] CS - Server_init()

@2060,903,000us: [+0 T:0x075d0036 S:0x0004fb30] CS - Server_init> Global_useLinkArbiter = 0

@2060,919,000us: [+0 T:0x075d0036 S:0x0004fb20] OG - Global_atexit> enter (fxn=0x2512c)

@2060,935,000us: [+2 T:0x075d0036 S:0x0004fb40] ti.sdo.ce.examples.apps.image1_copy - main> ti.sdo.ce.examples.apps.image1_copy

@2060,957,000us: [+1 T:0x075d0036 S:0x0004fb14] ti.sdo.ce.examples.apps.image1_copy - App-> Application started.

@2060,977,000us: [+0 T:0x075d0036 S:0x0004fad8] OM - Memory_contigAlloc> Enter(size=1024, align=-1, cached=FALSE, heap=FALSE)

@2060,999,000us: [+4 T:0x075d0036 S:0x0004fad8] OM - Memory_contigAlloc> CMEM_alloc(1024) = 0x120000.

@2061,017,000us: [+4 T:0x075d0036 S:0x0004fad8] OM - Memory_contigAlloc> CMEM_getPhys(0x120000) = 0x857ff000.

@2061,037,000us: [+1 T:0x075d0036 S:0x0004faa0] OM - Memory__addContigBuf> Enter(virtAddr=0x120000, size=1024, physAddr=0x857ff000)

@2061,061,000us: [+1 T:0x075d0036 S:0x0004faa0] OM - Memory__addContigBuf> creating new contigBuf object

@2061,079,000us: [+0 T:0x075d0036 S:0x0004faa0] OM - Memory_alloc> Enter(0x10)

@2061,093,000us: [+0 T:0x075d0036 S:0x0004faa0] OM - Memory_alloc> return (0x50b40)

@2061,109,000us: [+1 T:0x075d0036 S:0x0004faa0] OM - Memory__addContigBuf> returning: cb->phys=0x857ff000, cb->size=1024, cb->virt=0x120000

@2061,133,000us: [+0 T:0x075d0036 S:0x0004fad8] OM - Memory_contigAlloc> return (0x120000)

@2061,149,000us: [+0 T:0x075d0036 S:0x0004fad8] OM - Memory_contigAlloc> Enter(size=1024, align=-1, cached=FALSE, heap=FALSE)

@2061,171,000us: [+4 T:0x075d0036 S:0x0004fad8] OM - Memory_contigAlloc> CMEM_alloc(1024) = 0x130000.

@2061,189,000us: [+4 T:0x075d0036 S:0x0004fad8] OM - Memory_contigAlloc> CMEM_getPhys(0x130000) = 0x857fe000.

@2061,209,000us: [+1 T:0x075d0036 S:0x0004faa0] OM - Memory__addContigBuf> Enter(virtAddr=0x130000, size=1024, physAddr=0x857fe000)

@2061,233,000us: [+1 T:0x075d0036 S:0x0004faa0] OM - Memory__addContigBuf> creating new contigBuf object

@2061,251,000us: [+0 T:0x075d0036 S:0x0004faa0] OM - Memory_alloc> Enter(0x10)

@2061,265,000us: [+0 T:0x075d0036 S:0x0004faa0] OM - Memory_alloc> return (0x50b60)

@2061,281,000us: [+1 T:0x075d0036 S:0x0004faa0] OM - Memory__addContigBuf> returning: cb->phys=0x857fe000, cb->size=1024, cb->virt=0x130000

@2061,305,000us: [+0 T:0x075d0036 S:0x0004fad8] OM - Memory_contigAlloc> return (0x130000)

@2061,321,000us: [+0 T:0x075d0036 S:0x0004fad8] OM - Memory_contigAlloc> Enter(size=1024, align=-1, cached=FALSE, heap=FALSE)

@2061,343,000us: [+4 T:0x075d0036 S:0x0004fad8] OM - Memory_contigAlloc> CMEM_alloc(1024) = 0x140000.

@2061,361,000us: [+4 T:0x075d0036 S:0x0004fad8] OM - Memory_contigAlloc> CMEM_getPhys(0x140000) = 0x857fd000.

@2061,381,000us: [+1 T:0x075d0036 S:0x0004faa0] OM - Memory__addContigBuf> Enter(virtAddr=0x140000, size=1024, physAddr=0x857fd000)

@2061,405,000us: [+1 T:0x075d0036 S:0x0004faa0] OM - Memory__addContigBuf> creating new contigBuf object

@2061,423,000us: [+0 T:0x075d0036 S:0x0004faa0] OM - Memory_alloc> Enter(0x10)

@2061,437,000us: [+0 T:0x075d0036 S:0x0004faa0] OM - Memory_alloc> return (0x50b80)

@2061,453,000us: [+1 T:0x075d0036 S:0x0004faa0] OM - Memory__addContigBuf> returning: cb->phys=0x857fd000, cb->size=1024, cb->virt=0x140000

@2061,477,000us: [+0 T:0x075d0036 S:0x0004fad8] OM - Memory_contigAlloc> return (0x140000)

@2061,493,000us: [+0 T:0x075d0036 S:0x0004fad8] OM - Memory_contigAlloc> Enter(size=128, align=-1, cached=FALSE, heap=FALSE)

@2061,515,000us: [+4 T:0x075d0036 S:0x0004fad8] OM - Memory_contigAlloc> CMEM_alloc(128) = 0x150000.

@2061,533,000us: [+4 T:0x075d0036 S:0x0004fad8] OM - Memory_contigAlloc> CMEM_getPhys(0x150000) = 0x857fc000.

@2061,553,000us: [+1 T:0x075d0036 S:0x0004faa0] OM - Memory__addContigBuf> Enter(virtAddr=0x150000, size=128, physAddr=0x857fc000)

@2061,577,000us: [+1 T:0x075d0036 S:0x0004faa0] OM - Memory__addContigBuf> creating new contigBuf object

@2061,595,000us: [+0 T:0x075d0036 S:0x0004faa0] OM - Memory_alloc> Enter(0x10)

@2061,609,000us: [+0 T:0x075d0036 S:0x0004faa0] OM - Memory_alloc> return (0x50ba0)

@2061,625,000us: [+1 T:0x075d0036 S:0x0004faa0] OM - Memory__addContigBuf> returning: cb->phys=0x857fc000, cb->size=128, cb->virt=0x150000

@2061,649,000us: [+0 T:0x075d0036 S:0x0004fad8] OM - Memory_contigAlloc> return (0x150000)

@2061,667,000us: [+0 T:0x075d0036 S:0x0004faf4] CE - Engine_open> Enter('image1_copy', 0x0, 0x39404)

@2061,683,000us: [+0 T:0x075d0036 S:0x0004fae0] OM - Memory_alloc> Enter(0x2c)

@2061,697,000us: [+0 T:0x075d0036 S:0x0004fae0] OM - Memory_alloc> return (0x50ce0)

@2061,713,000us: [+0 T:0x075d0036 S:0x0004fa8c] CE - rserverOpen('\windows\all.x64P'), count = 0

@2061,729,000us: [+0 T:0x075d0036 S:0x0004fa5c] OP - Processor_create> Enter(imageName='\windows\all.x64P', linkCfg='(null)', attrs=0x4faa0)

@2061,755,000us: [+0 T:0x075d0036 S:0x0004fa48] OM - Memory_alloc> Enter(0x24)

@2061,769,000us: [+0 T:0x075d0036 S:0x0004fa48] OM - Memory_alloc> return (0x50d20)

@2061,785,000us: [+0 T:0x075d0036 S:0x0004fa48] OP - doCmd> Enter (cmdId=1, proc=0x50d20)

@2061,799,000us: [+0 T:0x075d0036 S:0x0004fa3c] ti.sdo.ce.osal.Sem - Entered Sem_post> sem[0x506e0]

@2061,817,000us: [+0 T:0x075d0036 S:0x0004fa3c] ti.sdo.ce.osal.Sem - Leaving Sem_post> sem[0x506e0]

@2061,835,000us: [+0 T:0x075d0036 S:0x0004fa34] ti.sdo.ce.osal.Sem - Entered Sem_pend> sem[0x50700] timeout[0xffffffff]

@2061,861,000us: [+0 T:0x07790036 S:0x0011fe18] ti.sdo.ce.osal.Sem - Leaving Sem_pend> sem[0x506e0] status[0]

@2061,875,000us: [+0 T:0x07790036 S:0x0011fe2c] OP - getCmd_d> Exit (result=1)

@2061,889,000us: [+0 T:0x07790036 S:0x0011fe04] OP - Processor_create_d> Enter(proc=0x50d20)

@2061,907,000us: [+0 T:0x07790036 S:0x0011fdf0] ti.sdo.ce.ipc.Power - Power_on> Enter(handle=0x50d3c)

@2061,925,000us: [+2 T:0x07790036 S:0x0011fdf0] ti.sdo.ce.ipc.Power - Power_on> Opening Local Power Manager for the DSP on /dev/lpm0...

@2061,949,000us: [+2 T:0x07790036 S:0x0011fdf0] ti.sdo.ce.ipc.Power - Power_on> Turning on DSP power...

@2061,967,000us: [+2 T:0x07790036 S:0x0011fdf0] ti.sdo.ce.ipc.Power - Power_on> return (0)

@2061,983,000us: [+2 T:0x07790036 S:0x0011fe04] OP - Processor_create_d> Initializing DSP PROC...

@2062,001,000us: [+0 T:0x07790036 S:0x0011f9d4] OG - Global_getenv> enter, name [0x16a7c]

@2062,017,000us: [+2 T:0x07790036 S:0x0011fdc0] OP - Processor_create_d> Using DspLink config data for entry #0 [server '\windows\all.x64P']

@2062,041,000us: [+0 T:0x07790036 S:0x0011fdac] OM - Memory_alloc> Enter(0x230)

@2062,057,000us: [+0 T:0x07790036 S:0x0011fdac] OM - Memory_alloc> return (0x50da0)

@2062,071,000us: [+2 T:0x07790036 S:0x0011fdc0] OP - Processor_create_d> Adding DSP segment #0 to Link configuration: name='DDR2', startAddress=0x87800000, sizeInBytes=0x600000, shared=1, syncd=0

@2062,105,000us: [+2 T:0x07790036 S:0x0011fdc0] OP - Processor_create_d> Adding DSP segment #1 to Link configuration: name='DSPLINKMEM', startAddress=0x87e00000, sizeInBytes=0x100000, shared=1, syncd=
0

@2062,141,000us: [+2 T:0x07790036 S:0x0011fdc0] OP - Processor_create_d> Adding DSP segment #2 to Link configuration: name='RESET_VECTOR', startAddress=0x87f00000, sizeInBytes=0x1000, shared=1, syncd=
0

@2062,177,000us: [+2 T:0x07790036 S:0x0011fdc0] OP - Processor_create_d> Adding DSP segment #3 to Link configuration: name='IVAMMU', startAddress=0x5d000000, sizeInBytes=0x1000, shared=0, syncd=0

@2062,213,000us: [+2 T:0x07790036 S:0x0011fdc0] OP - Processor_create_d> Adding DSP segment #4 to Link configuration: name='L4PER', startAddress=0x49000000, sizeInBytes=0x100000, shared=0, syncd=0

@2062,247,000us: [+2 T:0x07790036 S:0x0011fdc0] OP - Processor_create_d> Adding DSP segment #5 to Link configuration: name='IRAM', startAddress=0x5c7f8000, sizeInBytes=0x8000, shared=1, syncd=0

@2062,281,000us: [+2 T:0x07790036 S:0x0011fdc0] OP - Processor_create_d> Adding DSP segment #6 to Link configuration: name='L1DSRAM', startAddress=0x5cf04000, sizeInBytes=0xc000, shared=1, syncd=0

@2062,315,000us: [+2 T:0x07790036 S:0x0011fdc0] OP - Processor_create_d> Adding DSP segment #7 to Link configuration: name='DDRALGHEAP', startAddress=0x86000000, sizeInBytes=0x1800000, shared=0, syncd
=0

@2062,351,000us: [+2 T:0x07790036 S:0x0011fdc0] OP - Processor_create_d> Adding DSP segment #8 to Link configuration: name='L4CORE', startAddress=0x48000000, sizeInBytes=0x1000000, shared=0, syncd=0

@2062,387,000us: [+2 T:0x07790036 S:0x0011fdc0] OP - Processor_create_d> Found 'CMEM' entry, adjusting base and size according to CMEM_getBlock()

@2062,413,000us: [+0 T:0x07790036 S:0x0011fdc0] OP - Processor_create_d> Setting CMEM base to 0x84800000, size to 0x1000000

@2062,435,000us: [+2 T:0x07790036 S:0x0011fdc0] OP - Processor_create_d> Adding DSP segment #9 to Link configuration: name='CMEM', startAddress=0x84800000, sizeInBytes=0x1000000, shared=0, syncd=0

@2062,469,000us: [+2 T:0x07790036 S:0x0011fdc0] OP - Processor_create_d> DODSPCTRL was=0; now=0

@2062,487,000us: [+3 T:0x07790036 S:0x0011fdec] OP - LINKCFG_Object generated for PROC_setup(p) ...

@2062,505,000us: [+3 T:0x07790036 S:0x0011fdec] OP - linkCfg->gppObject->

@2062,517,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   name = "ARM9"

@2062,529,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   maxMsgqs = 0x82

@2062,543,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   maxChnlQueue = 0x10

@2062,555,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   poolTableId = 0xffffffff

@2062,571,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   numPools = 0x0

@2062,583,000us: [+3 T:0x07790036 S:0x0011fdec] OP -

@2062,593,000us: [+3 T:0x07790036 S:0x0011fdec] OP - linkCfg->dspConfigs[0]->dspObject->

@2062,609,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   name = "OMAP3530"

@2062,621,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   dspArch = 0x2

@2062,633,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   loaderName = "COFF"

@2062,647,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   autoStart = FALSE

@2062,661,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   execName = "DEFAULT.OUT"

@2062,675,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   doDspCtrl = DSP_BootMode_Boot_NoPwr

@2062,691,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   resumeAddr = 0x87f00020

@2062,705,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   resetVector = 0x87f00000

@2062,719,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   resetCodeSize = 0x1000

@2062,733,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   maduSize = 0x1

@2062,745,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   cpuFreq = 0x6ddd0

@2062,759,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   endian = 0x3

@2062,771,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   wordSwap = 0x0

@2062,783,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   memTableId = 0x0

@2062,797,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   memEntries = 0xa

@2062,809,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   linkDrvId = 0x0

@2062,823,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   arg1 = 0xffffffff

@2062,835,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   arg2 = 0xffffffff

@2062,849,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   arg3 = 0x0

@2062,861,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   arg4 = 0x0

@2062,873,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   arg5 = 0xffffffff

@2062,885,000us: [+3 T:0x07790036 S:0x0011fdec] OP -

@2062,895,000us: [+3 T:0x07790036 S:0x0011fdec] OP - linkCfg->dspConfigs[0]->linkDrvObjects->

@2062,911,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   name = "SHMDRV"

@2062,925,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   hshkPollCount = 0x989680

@2062,939,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   memEntry = 0x1

@2062,951,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   ipsTableId = 0x0

@2062,965,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   numIpsEntries = 0x1

@2062,977,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   poolTableId = 0x0

@2062,991,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   numPools = 0x1

@2063,003,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   dataTableId = 0x0

@2063,017,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   numDataDrivers = 0x1

@2063,031,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   mqtId = 0x0

@2063,043,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   ringIoTableId = 0x0

@2063,055,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   mplistTableId = 0x0

@2063,069,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   mpcsTableId = 0x0

@2063,083,000us: [+3 T:0x07790036 S:0x0011fdec] OP -

@2063,091,000us: [+3 T:0x07790036 S:0x0011fdec] OP - linkCfg->dspConfigs[0]->memTables[0][i].

@2063,109,000us: [+3 T:0x07790036 S:0x0011fdec] OP - entry #0:

@2063,119,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   entry = 0x0

@2063,131,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   name = "DDR2"

@2063,145,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   physAddr = 0x87800000

@2063,159,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   dspVirtAddr = 0x87800000

@2063,173,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   gppVirtAddr = 0xffffffff

@2063,187,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   size = 0x600000

@2063,199,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   shared = TRUE

@2063,211,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   syncd = FALSE

@2063,225,000us: [+3 T:0x07790036 S:0x0011fdec] OP - entry #1:

@2063,235,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   entry = 0x1

@2063,247,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   name = "DSPLINKMEM"

@2063,261,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   physAddr = 0x87e00000

@2063,275,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   dspVirtAddr = 0x87e00000

@2063,289,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   gppVirtAddr = 0xffffffff

@2063,303,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   size = 0x100000

@2063,317,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   shared = TRUE

@2063,329,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   syncd = FALSE

@2063,341,000us: [+3 T:0x07790036 S:0x0011fdec] OP - entry #2:

@2063,353,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   entry = 0x2

@2063,365,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   name = "RESET_VECTOR"

@2063,379,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   physAddr = 0x87f00000

@2063,391,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   dspVirtAddr = 0x87f00000

@2063,407,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   gppVirtAddr = 0xffffffff

@2063,421,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   size = 0x1000

@2063,433,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   shared = TRUE

@2063,445,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   syncd = FALSE

@2063,457,000us: [+3 T:0x07790036 S:0x0011fdec] OP - entry #3:

@2063,469,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   entry = 0x3

@2063,481,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   name = "IVAMMU"

@2063,493,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   physAddr = 0x5d000000

@2063,507,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   dspVirtAddr = 0x5d000000

@2063,521,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   gppVirtAddr = 0xffffffff

@2063,537,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   size = 0x1000

@2063,549,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   shared = FALSE

@2063,561,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   syncd = FALSE

@2063,573,000us: [+3 T:0x07790036 S:0x0011fdec] OP - entry #4:

@2063,585,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   entry = 0x4

@2063,597,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   name = "L4PER"

@2063,609,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   physAddr = 0x49000000

@2063,623,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   dspVirtAddr = 0x49000000

@2063,637,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   gppVirtAddr = 0xffffffff

@2063,651,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   size = 0x100000

@2063,665,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   shared = FALSE

@2063,677,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   syncd = FALSE

@2063,689,000us: [+3 T:0x07790036 S:0x0011fdec] OP - entry #5:

@2063,701,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   entry = 0x5

@2063,713,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   name = "IRAM"

@2063,725,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   physAddr = 0x5c7f8000

@2063,739,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   dspVirtAddr = 0x107f8000

@2063,753,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   gppVirtAddr = 0xffffffff

@2063,767,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   size = 0x8000

@2063,779,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   shared = TRUE

@2063,793,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   syncd = FALSE

@2063,805,000us: [+3 T:0x07790036 S:0x0011fdec] OP - entry #6:

@2063,815,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   entry = 0x6

@2063,827,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   name = "L1DSRAM"

@2063,841,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   physAddr = 0x5cf04000

@2063,855,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   dspVirtAddr = 0x10f04000

@2063,869,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   gppVirtAddr = 0xffffffff

@2063,883,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   size = 0xc000

@2063,895,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   shared = TRUE

@2063,909,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   syncd = FALSE

@2063,921,000us: [+3 T:0x07790036 S:0x0011fdec] OP - entry #7:

@2063,931,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   entry = 0x7

@2063,943,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   name = "DDRALGHEAP"

@2063,957,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   physAddr = 0x86000000

@2063,971,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   dspVirtAddr = 0x86000000

@2063,985,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   gppVirtAddr = 0xffffffff

@2063,999,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   size = 0x1800000

@2064,013,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   shared = FALSE

@2064,025,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   syncd = FALSE

@2064,037,000us: [+3 T:0x07790036 S:0x0011fdec] OP - entry #8:

@2064,049,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   entry = 0x8

@2064,061,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   name = "L4CORE"

@2064,073,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   physAddr = 0x48000000

@2064,087,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   dspVirtAddr = 0x48000000

@2064,101,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   gppVirtAddr = 0xffffffff

@2064,115,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   size = 0x1000000

@2064,129,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   shared = FALSE

@2064,141,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   syncd = FALSE

@2064,153,000us: [+3 T:0x07790036 S:0x0011fdec] OP - entry #9:

@2064,165,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   entry = 0x9

@2064,177,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   name = "CMEM"

@2064,189,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   physAddr = 0x84800000

@2064,203,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   dspVirtAddr = 0x84800000

@2064,217,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   gppVirtAddr = 0xffffffff

@2064,231,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   size = 0x1000000

@2064,245,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   shared = FALSE

@2064,257,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   syncd = FALSE

@2064,269,000us: [+3 T:0x07790036 S:0x0011fdec] OP -

@2064,279,000us: [+3 T:0x07790036 S:0x0011fdec] OP - linkCfg->dspConfigs[0]->ipsTables[0][i].

@2064,297,000us: [+3 T:0x07790036 S:0x0011fdec] OP - entry #0:

@2064,307,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   name = "IPS"

@2064,319,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   numIpsEvents = 0x20

@2064,333,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   memEntry = 0x1

@2064,345,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   gppIntId = 0x1a

@2064,359,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   dspIntId = 0x37

@2064,371,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   dspIntVectorId = 0x5

@2064,385,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   arg1 = 0x2faf080

@2064,397,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   arg2 = 0x0

@2064,409,000us: [+3 T:0x07790036 S:0x0011fdec] OP -

@2064,419,000us: [+3 T:0x07790036 S:0x0011fdec] OP - linkCfg->dspConfigs[0]->poolTables[0][i].

@2064,437,000us: [+3 T:0x07790036 S:0x0011fdec] OP -

@2064,447,000us: [+3 T:0x07790036 S:0x0011fdec] OP - linkCfg->dspConfigs[0]->dataTables[0][i].

@2064,463,000us: [+3 T:0x07790036 S:0x0011fdec] OP - entry #0:

@2064,475,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   name = "ZCPYDATA"

@2064,487,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   baseChnlId = 0x0

@2064,501,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   numChannels = 0x10

@2064,513,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   maxBufSize = 0x4000

@2064,527,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   memEntry = 0x1

@2064,539,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   poolId = 0x0

@2064,551,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   queuePerChnl = 0x1

@2064,565,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   ipsId = 0x0

@2064,577,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   ipsEventNo = 0x1

@2064,591,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   arg1 = 0x0

@2064,601,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   arg2 = 0x0

@2064,613,000us: [+3 T:0x07790036 S:0x0011fdec] OP -

@2064,623,000us: [+3 T:0x07790036 S:0x0011fdec] OP - link S:0x0011fdec] OP -   memEntry = 0x1

@2064,871,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   maxEntries = 0x40

@2064,883,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   ipsId = 0xffffffff

@2064,897,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   ipsEventNo = 0xffffffff

@2064,911,000us: [+3 T:0x07790036 S:0x0011fdec] OP -

@2064,921,000us: [+3 T:0x07790036 S:0x0011fdec] OP - linkCfg->dspConfigs[0]->mpcsObjects->

@2064,937,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   name = "MPCS"

@2064,949,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   memEntry = 0x1

@2064,963,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   maxEntries = 0x100

@2064,975,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   ipsId = 0xffffffff

@2064,989,000us: [+3 T:0x07790036 S:0x0011fdec] OP -   ipsEventNo = 0xffffffff

@2065,007,000us: [+2 T:0x07790036 S:0x0011fe04] OP - Processor_create_d> Attaching to DSP PROC...

DSP Clk Rate 800000
Configuration error (B): Exceeded maximum number [31] of Translation  Look-aside Buffers.
The configured entries are:
    Number of entries of size 4KB:  1
    Number of buffers of size 64KB: 0
    Number of buffers of size 1MB:  29
    Number of buffers of size 16MB: 2
 DSP_init status [0x80008052]
@2065,083,000us: [+7 T:0x07790036 S:0x0011fe04] OP - Processor_create_d> Loading and starting DSP server '\windows\all.x64P' FAILED, status=[0x80008052] (look for error code 'DSP_EBASE + 0x52' in dspl
ink*/packages/dsplink/gpp/inc/usr/errbase.h)

@2065,121,000us: [+0 T:0x07790036 S:0x0011fdf0] OP - Processor_delete_d> Enter (proc=0x50d20)

@2065,137,000us: [+2 T:0x07790036 S:0x0011fdf0] OP - Processor_delete_d> Closing remote transport...

@2065,155,000us: [+6 T:0x07790036 S:0x0011fdf0] OP - Processor_delete_d> Closing remote transport FAILED, status=0x80008002.

@2065,177,000us: [+2 T:0x07790036 S:0x0011fdf0] OP - Processor_delete_d> Stopping DSP...

@2065,193,000us: [+6 T:0x07790036 S:0x0011fdf0] OP - Processor_delete_d> Stopping DSP FAILED, status=0x80008002

@2065,213,000us: [+2 T:0x07790036 S:0x0011fdf0] OP - Processor_delete_d> Closing pool...

@2065,229,000us: [+6 T:0x07790036 S:0x0011fdf0] OP - Processor_delete_d> Closing pool FAILED, status=0x80008000

@2065,249,000us: [+2 T:0x07790036 S:0x0011fdf0] OP - Processor_delete_d> Detaching from DSP...

@2065,265,000us: [+6 T:0x07790036 S:0x0011fdf0] OP - Processor_delete_d> Detaching from DSP FAILED, status=0x80008000

@2065,287,000us: [+2 T:0x07790036 S:0x0011fdf0] OP - Processor_delete_d> Destroying DSP... (object, that is)

@2065,307,000us: [+0 T:0x07790036 S:0x0011fde0] ti.sdo.ce.ipc.Power - Power_off> Enter (handle=0x50d60)

@2065,325,000us: [+2 T:0x07790036 S:0x0011fde0] ti.sdo.ce.ipc.Power - Power_off> Turning off DSP power...

@2065,343,000us: [+2 T:0x07790036 S:0x0011fde0] ti.sdo.ce.ipc.Power - Power_off> Closing Local Power Manager object...

@2065,365,000us: [+0 T:0x07790036 S:0x0011fde0] ti.sdo.ce.ipc.Power - Power_off> return (0)

@2065,381,000us: [+0 T:0x07790036 S:0x0011fdd4] OM - Memory_free> Enter(0x50da0, 0x0)

@2065,395,000us: [+0 T:0x07790036 S:0x0011fdd4] OM - Memory_free> return (0x1)

@2065,409,000us: [+0 T:0x07790036 S:0x0011fdf0] OP - Processor_delete_d> return

@2065,425,000us: [+2 T:0x07790036 S:0x0011fe04] OP - Processor_create_d> return (0)

@2065,439,000us: [+0 T:0x07790036 S:0x0011fe20] ti.sdo.ce.osal.Sem - Entered Sem_post> sem[0x50700]

@2065,457,000us: [+0 T:0x07790036 S:0x0011fe20] ti.sdo.ce.osal.Sem - Leaving Sem_post> sem[0x50700]

@2065,475,000us: [+0 T:0x075d0036 S:0x0004fa34] ti.sdo.ce.osal.Sem - Leaving Sem_pend> sem[0x50700] status[0]

@2065,495,000us: [+0 T:0x07790036 S:0x0011fe2c] OP - getCmd_d> Enter (proc=0x11fe3c)

@2065,509,000us: [+0 T:0x075d0036 S:0x0004fa48] OP - doCmd> Exit (result=2)

@2065,523,000us: [+0 T:0x07790036 S:0x0011fe18] ti.sdo.ce.osal.Sem - Entered Sem_pend> sem[0x506e0] timeout[0xffffffff]

@2065,545,000us: [+0 T:0x075d0036 S:0x0004fa50] OP - Processor_delete> Enter(proc=0x50d20)

@2065,561,000us: [+1 T:0x075d0036 S:0x0004fa50] OP - Processor_delete(0x50d20) freeing object ...

@2result=3)

@2066,563,000us: [+0 T:0x07790036 S:0x0011fe20] ti.sdo.ce.osal.Sem - Entered Sem_post> sem[0x50700]

@2066,579,000us: [+0 T:0x07790036 S:0x0011fe20] ti.sdo.ce.osal.Sem - Leaving Sem_post> sem[0x50700]

@2066,599,000us: [+0 T:0x075d0036 S:0x0004fafc] ti.sdo.ce.osal.Sem - Leaving Sem_pend> sem[0x50700] status[0]

@2066,617,000us: [+0 T:0x075d0036 S:0x0004fb10] OP - doCmd> Exit (result=1)

@2066,631,000us: [+0 T:0x075d0036 S:0x0004fb14] OT - Thread_delete> Enter (task=0x50740)

@2066,647,000us: [+4 T:0x075d0036 S:0x0004fb14] OT - Thread_delete> TerminateThread() (0x0)

@2066,663,000us: [+4 T:0x075d0036 S:0x0004fb14] OT - Thread_delete> WaitForSingleObject(task->hThread)@2066,663,000us: [+0 T:0x075d0036 S:0x0004faf8] OM - Memory_free> Enter(0x50740, 0x44)

@2066,697,000us: [+0 T:0x075d0036 S:0x0004faf8] OM - Memory_free> return (0x1)

@2066,711,000us: [+0 T:0x075d0036 S:0x0004fb14] OT - Thread_delete> Exit (task=0x50740)

@2066,727,000us: [+0 T:0x075d0036 S:0x0004fb18] ti.sdo.ce.osal.Sem - Entered Sem_delete> sem[0x506e0]

@2066,745,000us: [+0 T:0x075d0036 S:0x0004fafc] OM - Memory_free> Enter(0x506e0, 0x8)

@2066,759,000us: [+0 T:0x075d0036 S:0x0004fafc] OM - Memory_free> return (0x1)

@2066,773,000us: [+0 T:0x075d0036 S:0x0004fb18] ti.sdo.ce.osal.Sem - Leaving Sem_delete>

@2066,789,000us: [+0 T:0x075d0036 S:0x0004fb18] ti.sdo.ce.osal.Sem - Entered Sem_delete> sem[0x50700]

@2066,807,000us: [+0 T:0x075d0036 S:0x0004fafc] OM - Memory_free> Enter(0x50700, 0x8)

@2066,823,000us: [+0 T:0x075d0036 S:0x0004fafc] OM - Memory_free> return (0x1)

@2066,837,000us: [+0 T:0x075d0036 S:0x0004fb18] ti.sdo.ce.osal.Sem - Leaving Sem_delete>

@2066,853,000us: [+0 T:0x075d0036 S:0x0004fb00] OM - Memory_free> Enter(0x50720, 0x4)

@2066,869,000us: [+0 T:0x075d0036 S:0x0004fb00] OM - Memory_free> return (0x1)

@2066,883,000us: [+2 T:0x075d0036 S:0x0004fb2c] OG - Global_exit> calling function *0x2a7ec()...

@2066,899,000us: [+2 T:0x075d0036 S:0x0004fb2c] OG - Global_exit> calling function *0x2c7dc()...

@2066,917,000us: [+2 T:0x075d0036 S:0x0004fb2c] OG - Global_exit> calling function *0x2a29c()...

@2066,935,000us: [+0 T:0x075d0036 S:0x0004fb00] OM - Memory_free> Enter(0x50600, 0x4)

@2066,949,000us: [+0 T:0x075d0036 S:0x0004fb00] OM - Memory_free> return (0x1)

@2066,963,000us: [+2 T:0x075d0036 S:0x0004fb2c] OG - Global_exit> calling function *0x2af20()...

@2066,981,000us: [+0 T:0x075d0036 S:0x0004fafc] OM - Memory_free> Enter(0x50580, 0x4)

@2066,997,000us: [+0 T:0x075d0036 S:0x0004fafc] OM - Memory_free> return (0x1)

@2067,011,000us: [+2 T:0x075d0036 S:0x0004fb2c] OG - Global_exit> calling function *0x2cfd0()...

@2067,027,000us: [+2 T:0x075d0036 S:0x0004fb2c] OG - Global_exit> calling function *0x2d358()...

@2067,045,000us: [+2 T:0x075d0036 S:0x0004fb2c] OG - Global_exit> calling function *0x2ba08()...