-
Type: Bug
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Development Platform
-
ALL
-
0
In BF-4262, the spidermonkey integration can uassert if it tries to log an error message that overflows the max size of a BufBuilder. This means we lose the partial error message and create a confusing error message. We should check the size of the error message we're building to make sure it doesn't do this.