View Issue Details

IDProjectCategoryLast Update
0028054AI War 2Bug - OtherDec 5, 2023 1:49 am
ReporterStrategic Sage Assigned ToDismiss  
Severityminor 
Status resolvedResolutionno change required 
Product Version5.571 Hotfix 
Summary0028054: Memory not cleaned up at properly at RapidAntiLeakPoolable
DescriptionTwo saves here; memory usage increases quickly while playing both, but only one displays the error. More saves available from this campign isf needed. 'Alizon' is further along but does not produce the error message. 'k' produces it within 10 seconds or so after loading the save.
TagsNo tags attached.

Activities

Strategic Sage

Oct 26, 2023 7:27 pm

reporter  

Alizon.save (1,042,581 bytes)
k.save (1,163,114 bytes)

Dismiss

Oct 27, 2023 12:28 am

developer   ~0067988

Note to self: The error message itself is a red-herring, though the memory growing over time is real.

The error message occurs if the (rather huge) method for doing utility-fireteam stuff ends up taking more than 10 seconds, which in some extreme situations like this game, is possible. The lists are in fact returned to the pool when it finishes, this occurs inside a finally block so it will definitely occur (eventually).

Issue History

Date Modified Username Field Change
Oct 26, 2023 7:27 pm Strategic Sage New Issue
Oct 26, 2023 7:27 pm Strategic Sage File Added: Alizon.save
Oct 26, 2023 7:27 pm Strategic Sage File Added: k.save
Oct 27, 2023 12:28 am Dismiss Note Added: 0067988
Dec 5, 2023 1:49 am Dismiss Status new => resolved
Dec 5, 2023 1:49 am Dismiss Resolution open => no change required
Dec 5, 2023 1:49 am Dismiss Assigned To => Dismiss