mirror of
https://github.com/apache/nuttx.git
synced 2026-08-05 06:10:27 +00:00
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>
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Make.defs | ||
| net_bufpool.c | ||
| net_chksum.c | ||
| net_cmsg.c | ||
| net_dsec2tick.c | ||
| net_dsec2timeval.c | ||
| net_icmpchksum.c | ||
| net_incr32.c | ||
| net_iob_concat.c | ||
| net_ipchksum.c | ||
| net_ipv6_maskcmp.c | ||
| net_ipv6_payload.c | ||
| net_ipv6_pref2mask.c | ||
| net_lock.c | ||
| net_mask2pref.c | ||
| net_snoop.c | ||
| net_tcpchksum.c | ||
| net_timeval2dsec.c | ||
| net_udpchksum.c | ||
| utils.h | ||