Skip to content

fix: Memory leak in FluentOverflow #1483

@JamesNK

Description

@JamesNK

🐛 Bug Report

Updated to 4.4.1 and there is:

  • A fast memory leak with FluentOverflow.
  • Overflow control doesn't show [+1] etc when there is an overflow.

I double checked the overflow is the cause of the leak by testing the page with and without the overflow.

Without (memory usage stays constant):
traces-no-overflow

With (fast leak to multiple gigabytes of memory):
traces-with-overflow

💻 Repro or Code Sample

dotnet/aspire#2140

Run TestShop app host and then navigate to traces page.

🤔 Expected Behavior

Overflow counter is displayed and no memory leak.

😯 Current Behavior

No overflow counter and a memory leak.

💁 Possible Solution

🔦 Context

🌍 Your Environment

  • OS & Device: [e.g. MacOS, iOS, Windows, Linux] on [iPhone 7, PC]
  • Browser [e.g. Microsoft Edge, Google Chrome, Apple Safari, Mozilla FireFox]
  • .NET and FAST Version [e.g. 1.8.0]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions