mirror of
https://github.com/apache/nuttx.git
synced 2026-08-06 21:19:03 +00:00
After compilation, when starting nsh, the following crash occurs. ==2500151==Shadow memory range interleaves with an existing memory mapping. ASan cannot proceed correctly. ABORTING. ==2500151==ASan shadow was supposed to be located in the [0x1ffff000-0x3fffffff] range. ==2500151==Process memory map follows: 0x30000000-0x33dd4000 /nuttx/nuttx To avoid overlaps, change the starting address of the text segment. Using Ttext-segment=0x30000000 causes a crash when starting the 32-bit SIM. Using -Ttext-segment=0x50000000 causes a crash when starting the 64-bit SIM. Setting -Ttext-segment=0x40000000 resolves all issues perfectly. Signed-off-by: cuiziwei <cuiziwei@xiaomi.com> |
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| avr | ||
| dummy | ||
| hc/m9s12 | ||
| mips | ||
| misoc/lm32/misoc | ||
| or1k/mor1kx/or1k | ||
| renesas | ||
| risc-v | ||
| sim/sim/sim | ||
| sparc | ||
| tricore/tc3xx/tc397 | ||
| x86/qemu/qemu-i486 | ||
| x86_64/intel64/qemu-intel64 | ||
| xtensa | ||
| z16/z16f/z16f2800100zcog | ||
| z80 | ||
| .gitignore | ||
| Board.mk | ||
| boardctl.c | ||
| CMakeLists.txt | ||
| dummy.c | ||
| Kconfig | ||
| Makefile | ||