This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Exception while encoding/writing view using pooled buffer #3252
Closed
Description
on running controller /home/index showing this error
ArgumentException: The output byte buffer is too small to contain the encoded data, encoding 'Unicode (UTF-8)' fallback 'System.Text.EncoderReplacementFallback'. Parameter name: bytes System.Text.Encoding.ThrowBytesOverflow()
Error 2
Unhandled Exception: System.InvalidOperationException: A LeasedArraySegment was collected without being returned to the pool. This is a memory leak. at Microsoft.Framework.MemoryPool.DefaultArraySegmentPool`1.DefaultLeasedArra ySegment.Finalize()