Skip to content

Commit

Permalink
[#38245] Fix conflict between --console mode and `collapse-repeated…
Browse files Browse the repository at this point in the history
…-log-entries` config on dotnet

It required user input to release lock before collapsed repeated log was printed.

The behavior is because fetching the cursor position (Console.CursorTop getter) and Console.Read* take the same lock: dotnet/runtime#49301 (comment).

Renode running with `--console` switch interleaves log output and monitor input in a single shell. The proposed solution is a workaround that ignores  `collapse-repeated-log-entries`  config on dotnet and prints all lines.
  • Loading branch information
mars-low committed Jan 17, 2023
1 parent 907daa2 commit 95539e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Infrastructure

0 comments on commit 95539e7

Please sign in to comment.