Skip to content

app: Do not call LOG_PANIC() with reset or shutdown#231

Merged
trantanen merged 1 commit into
nrfconnect:v1-branchfrom
MarkusLassila:fix-assert-in-reset
Mar 25, 2026
Merged

app: Do not call LOG_PANIC() with reset or shutdown#231
trantanen merged 1 commit into
nrfconnect:v1-branchfrom
MarkusLassila:fix-assert-in-reset

Conversation

@MarkusLassila
Copy link
Copy Markdown
Contributor

Calling LOG_PANIC() can lead to RTT trace corruption and assert as the RTT trace is intended to be sent only from logging thread.

This was observed with full modem FOTA.

Calling LOG_PANIC() can lead to RTT trace corruption
and assert as the RTT trace is intended to be sent
only from logging thread.

This was observed with full modem FOTA.

Signed-off-by: Markus Lassila <markus.lassila@nordicsemi.no>
@MarkusLassila MarkusLassila requested a review from trantanen March 25, 2026 11:19
@trantanen trantanen merged commit 5945158 into nrfconnect:v1-branch Mar 25, 2026
3 checks passed
@MarkusLassila MarkusLassila added the backport main Backport, or rather "forward port", the PR to main branch. label Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport main Backport, or rather "forward port", the PR to main branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants