Menu

#1922 massive leak in SfcbLocal operations (sfcb 1.3.7)

Memory_Leak
closed-invalid
sfcb (1090)
5
2010-06-29
2010-04-09
No

See my comments in ID 2978930

Discussion

  • Klaus Kämpf

    Klaus Kämpf - 2010-04-09

    The leak is in cimslpCMPI.c:getSLPData()

    This repeatedly calls
    ci = myGetInstances(...)
    with a later
    freeInstArr(ci);

    commenting out all other code, just leaving a single myGetInstances() with the corresponding freeInstArr() in _still_ leaks memory

     
  • Klaus Kämpf

    Klaus Kämpf - 2010-04-09

    So cimslp exposes this problem nicely (esp. when run with a small slpRefreshInterval) but its memory handling is actually fine.
    The real problem is cimslp using the "SfcbLocal" connection type. Changing this to "XML" fixes the leak.

    (Adapted summary accordingly)

     
  • Klaus Kämpf

    Klaus Kämpf - 2010-04-09
    • summary: massive leak in cimslp operation (sfcb 1.3.7) --> massive leak in SfcbLocal operations (sfcb 1.3.7)
     
  • Klaus Kämpf

    Klaus Kämpf - 2010-04-09

    Correction to the last comment. "SfcbLocal" must be replaced by "http".
    This *dramatically* reduces the leak but it does not plug it completely :-/

     
  • Chris Buccella

    Chris Buccella - 2010-04-09
    • assigned_to: buccella --> smswehla
     
  • Michael Chase-Salerno

    SLP was restructured in 1.3.8

     
  • Michael Chase-Salerno

    • status: open --> closed-invalid
     

Log in to post a comment.