Search Issue Tracker
Won't Fix
Votes
0
Found in
4.1.0b2
Issue ID
517825
Regression
No
Editor freezes when a long string is going to be shown in Console
This issue has no description.
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
- Animator window Eye button on click visual does not cover the whole area of the button when clicked
Julien-Lynge
Jun 06, 2014 18:43
We just started seeing this same bug, and we're running 4.5 RC / 4.6 beta. In a nutshell, we were playing around with sending texture byte streams encoded as hex strings to Coherent, and we're debugging the messages being passed. The images aren't huge (say 1024x512 at most), but that's around 2M characters. If we log one and then open the console Unity totally freezes until you restart it. The console actually works fine if you're looking at another part of it; it only freezes once the particularly long message would need to be rendered.
This only seems to happen with very, very long strings. I know I've previously output JSON that we've sent to our backend in the console, with 10s to perhaps 100s of thousands of characters, and it works just fine.