Menu

#48 Memory leak

closed
Generation (37)
5
2012-09-24
2008-07-03
No

When an active instance is deleted, no check is made for whether
its task has actually terminated. If it hasn't, the task won't
actually get deleted, and memory will leak.

ColdFrame #0371.

Discussion

  • Simon Wright

    Simon Wright - 2008-07-08

    Logged In: YES
    user_id=917025
    Originator: YES

    This change requires regeneration (the ColdFrame library/project code has changed).

     
  • Simon Wright

    Simon Wright - 2011-01-04

    The problem can only be fixed by altering the code generation strategy; on deletion of an instance of an active class, the task is placed on a special list after aborting it, and a separate low-priority task does the actual deletion when the task is terminated.

     
  • Simon Wright

    Simon Wright - 2011-01-05

    Accidentally re-opened while improving comments.

     

Log in to post a comment.

MongoDB Logo MongoDB