-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Closed
Copy link
Labels
Arch: simulatorIssues related to the SIMulatorIssues related to the SIMulatorArea: Native portNative port issuesNative port issuesOS: LinuxIssues related to Linux (building system, etc)Issues related to Linux (building system, etc)Type: BugSomething isn't workingSomething isn't working
Description
Description / Steps to reproduce the issue
Make based build passes ostest, CMake build does not.
cd <nuttx_os_root>
mkdir build && cd build
cmake .. -G Ninja -DBOARD_CONFIG=sim:ostest
ninja
gdb nuttx
gdb > start
gdb > c
Program received signal SIGSEGV, Segmentation fault.
0x0000555555556e71 in kasan_mem_to_shadow (ptr=0x7ffff7afffff, size=1, bit=<error reading variable: Cannot access memory at address 0x7fffff7feff8>) at /home/dan/priv/nuttx/nuttx/mm/kasan/kasan.c:107
On which OS does this issue occur?
[Linux]
What is the version of your OS?
6.8.0-40-generic #40~22.04.3-Ubuntu SMP
NuttX Version
da6ddea (master)
Issue Architecture
[simulator]
Issue Area
[Native port]
Verification
- I have verified before submitting the report.
Metadata
Metadata
Assignees
Labels
Arch: simulatorIssues related to the SIMulatorIssues related to the SIMulatorArea: Native portNative port issuesNative port issuesOS: LinuxIssues related to Linux (building system, etc)Issues related to Linux (building system, etc)Type: BugSomething isn't workingSomething isn't working