Hello,
I ran "client" example in MCSDK2.00.03.15 on Core0 of EVMC6678L.
And on shutting down, "Invalid free" error on HeapMem occurred.
The same situation occurrs in my application.
So, I want to fix this problem.
Any suggestion welcome!
The Console log follows:
[C66xx_0] QMSS successfully initialized
[C66xx_0] CPPI successfully initialized
[C66xx_0] PA successfully initialized
[C66xx_0]
[C66xx_0] TCP/IP Stack Example Client
[C66xx_0] Configuring DHCP client
[C66xx_0] PASS successfully initialized
[C66xx_0] Ethernet subsystem successfully initialized
[C66xx_0] Ethernet eventId : 48 and vectId (Interrupt) : 7
[C66xx_0] Registration of the EMAC Successful, waiting for link up ..
[C66xx_0] Service Status: DHCPC : Enabled : : 000
[C66xx_0] Service Status: Telnet : Enabled : : 000
[C66xx_0] Service Status: HTTP : Enabled : : 000
[C66xx_0] Service Status: DHCPC : Enabled : Running : 000
[C66xx_0] Network Added: If-1:172.26.22.230
[C66xx_0] Service Status: DHCPC : Enabled : Running : 017
[C66xx_0] 00031.100 TCP: Retransmit Timeout
[C66xx_0] 00041.100 TCP: Retransmit Timeout
[C66xx_0] 00041.400 TCP: Retransmit Timeout
--- Here, connect to EVM via telnet, and enter 'shutdown'
[C66xx_0] Network Removed: If-1:172.26.22.230
[C66xx_0] Service Status: DHCPC : Disabled : : 000
[C66xx_0] Service Status: Telnet : Disabled : : 000
[C66xx_0] Service Status: HTTP : Disabled : : 000
[C66xx_0] ti.sysbios.heaps.HeapMem: line 311: assertion failure: A_invalidFree: Invalid free
[C66xx_0] xdc.runtime.Error.raise: terminating execution
Thanks.
Hideo NORO
PS. Loading GEL file, and it runs on program(ie. client) loading.