Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OutOfMemoryException TimeSpreadCalculator #250

Open
Hirogen opened this issue Jul 26, 2022 · 0 comments
Open

OutOfMemoryException TimeSpreadCalculator #250

Hirogen opened this issue Jul 26, 2022 · 0 comments
Assignees
Labels
bug Pesky little gritter, needs squashing

Comments

@Hirogen
Copy link
Collaborator

Hirogen commented Jul 26, 2022

Bug

Array dimensions exceeded supported range.
OutOfMemoryException
at System.Collections.Generic.List1.set_Capacity(Int32 value) at System.Collections.Generic.List1.EnsureCapacity(Int32 min)
at System.Collections.Generic.List`1.Add(T item)
at LogExpert.Classes.TimeSpreadCalculator.DoCalc() in D:\Hiro\GitHub\LogExpert\src\LogExpert\Classes\TimeSpreadCalculator.cs:line 255
at LogExpert.Classes.TimeSpreadCalculator.WorkerFx() in D:\Hiro\GitHub\LogExpert\src\LogExpert\Classes\TimeSpreadCalculator.cs:line 198
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()

Important questions

  • LogExpert Version: 1.9.0 - HIGH DPI
  • Windows Version: 10
  • Local file or Network: Local file
  • Used Columnizer: standard
  • Is this version specific or a new problem: since 1.9.0

file is open in the background, logexperts runs in the background and starts throwing this exception

@Hirogen Hirogen self-assigned this Jul 26, 2022
@Hirogen Hirogen added the bug Pesky little gritter, needs squashing label Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Pesky little gritter, needs squashing
Projects
None yet
Development

No branches or pull requests

1 participant