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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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.