software hang at printk with "CONFIG_STACK_CANARIES=y" #1603
Labels
area: Kernel
bug
The issue is a bug, or the PR is fixing a bug
priority: high
High impact/importance bug
Milestone
Reported by Javier B Perez:
Configuration
x86
arduino_101
micro
Bug detailed description
Run sample test code "zephyr/tests/kernel/test_stackprot/microkernel" @Arduino_101 board, software hang at printk.
NOTE1: If disable "CONFIG_STACK_CANARIES=y", issue is not observed.
NOTE2: The issue is not observed with qemu_x86, even with "CONFIG_STACK_CANARIES=y"
Testcase to Reproduce
sample test code "zephyr/tests/kernel/test_stackprot/microkernel"
Steps to Reproduce
software hang here. Press ctrl+c to stop, and check from gdb:
Expected Result
UART output:
PROJECT EXECUTION SUCCESSFUL
Actual Result
UART output nothing, software hang at printk.
User Impact
When app call printk with stack protection enabled, software hang.
(Imported from Jira ZEP-3)
The text was updated successfully, but these errors were encountered: