mirror of
https://github.com/apache/nuttx.git
synced 2026-05-11 16:01:03 +08:00
a5485d6c53
the address is 0x3c270203, cause unaligned access usage Fault
(gdb) p g_tcp_connections
$1 = {pool = 0x3c270203 <g_tcp_connections_buffer> <error: Cannot access memory at address 0x3c270203>,
prealloc = 8, dynalloc = 1, nodesize = -376, sem = {semcount = 32767, flags = 0 '\000',
waitlist = {head = 0x0, tail = 0x0}}, freebuffers = {head = 0x0, tail = 0x0}}
Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>