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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.