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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.