samples: net: syslog_net: hard fault when running on frdm_k64f #34515
Labels
area: Logging
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Describe the bug
When building and running the syslog_net sample on a frdm_k64f board with no changes to the sample configuration, the application crashes with nothing printed to the shell besides the standard zephyr booting banner.
Disabling autostart of the log backend yields slightly more information in the form of a bus fault stack trace, see log output.
To Reproduce
west build -b frdm_k64f zephyr/samples/net/syslog_net -- -DCONFIG_LOG_BACKEND_NET_AUTOSTART=n
west flash -r jlink
Logs and console output
Additional context
Possibly related to #34403, at least in terms of observed behaviour.
The text was updated successfully, but these errors were encountered: