Coming from #2283 & #2466.
While we can prevent UI freezes if console output limit is set, we don't see reliable way yet to prevent it with unlimited output. At least on Linux we run into underlined system libary limits with very long lines.
The proposal is to add hard line wrapping limit option to console (for both limited/unlimited output mode), which would forcibly split very long lines by injecting new line characters into output. This option should be disabled by default.
@trancexpress : please investigate whether it is possible and if yes, provide a PR.