pussuw commented on PR #8169:
URL: https://github.com/apache/nuttx/pull/8169#issuecomment-1385654294

   @xiaoxiang781216 I verified with qemu that there is no regression regarding 
this: https://github.com/apache/nuttx/pull/7498
   
   The reason it crashed before, was the removal of the L1 mapping, which is 
not necessary and is removed in this PR.
   
   I added an undefined symbol into hello app and ran it, no crash only the 
error about the missing symbol:
   
   ```
   ville@ville-ThinkPad-T14s-Gen-1:~/wpc_toolchain/workspace/nuttx-bare/nuttx$ 
qemu-system-arm -semihosting -M sabrelite -m 1024 -smp 4 -nographic -kernel 
./nuttx
   telnetd [0:100]
   
   NuttShell (NSH) NuttX-10.4.0
   /system/bin/hello
   [    8.610000] elf_relocate: Section 2 reloc 11: Failed to get value of 
symbol[219]: -2
   nsh: /system/bin/hello: command not found
   nsh> 
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to