Project

General

Profile

Actions

Bug #5149

closed

memory leak(s) in strongswan

Added by Chris Buechler over 8 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
IPsec
Target version:
Start date:
09/15/2015
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.2.x
Affected Architecture:

Description

There is a memory leak of some sort in strongswan with FreeBSD. Ticket opened by one of our users in their bug tracker.
https://wiki.strongswan.org/issues/1106

I've confirmed it leaks memory on stock FreeBSD with stock strongswan from FreeBSD ports as well. It seems like it may not be as bad as with our strongswan port, so there may be multiple issues at hand.


Files

ipsec-memleak-with-logging.png (45.4 KB) ipsec-memleak-with-logging.png Chris Buechler, 10/23/2015 09:43 PM
ipsec-memleak-rrd-nologging.png (44.9 KB) ipsec-memleak-rrd-nologging.png Chris Buechler, 10/23/2015 09:43 PM
Actions #1

Updated by Jim Thompson over 8 years ago

  • Assignee set to Chris Buechler
Actions #2

Updated by Luiz Souza over 8 years ago

  • Assignee changed from Chris Buechler to Luiz Souza
Actions #3

Updated by Chris Buechler over 8 years ago

disabling all logging, with the following in strongswan.conf:

    daemon {
        ike_name = yes
        default = -1
    }
    # disable logging under auth so logs aren't duplicated 
    auth {
        default = -1
    }

appears to stop the memory leak. Memory RRDs from two endpoints with the same config, only diff being one with default logging and one with no logging, attached. Before disabling logging, they leaked equally. The one without logging isn't leaking at all thus far. Logging was disabled at around 16:30. Through 5 rekeying cycles now, leaving it running.

Actions #4

Updated by Adam Piasecki over 8 years ago

If this seems to be working i can test on my box, Just need to know how i can edit the strongswan.conf without it being overwritten.

Actions #5

Updated by Chris Buechler over 8 years ago

  • Status changed from Confirmed to Feedback

the next snapshot build run should have strongswan compiled with --with-printf-hooks=vstr, which is the best option we've found to significantly reduce memory leaks. Disabling logging completely gets rid of much of the issue, disabling only IKE logging gets rid of quite a bit of it but not as much as disabling all logging. vstr looks to have only very minimal leaks, with 400 tunnels rekeying hourly, it's only grown several MB in 3+ days where without vstr the same circumstance has leaked >200 MB.

Actions #6

Updated by Jon Gerdes over 8 years ago

2.2.5-DEVELOPMENT (amd64) built on Tue Oct 27 10:31:57 CDT 2015

Not completely definitive yet but the graph I posted here:

https://forum.pfsense.org/index.php?topic=101468.msg566173#msg566173

shows memory usage running in a rather more sane manner than it has in the past. I wont bother posting the longer term graphs but they all show the same pattern of a 2 day linear climb to nearly 100% "Inactive" which I believe is effectively swap utilization. The box runs like that for several days and then crashes. It's done that since around mid April.

(VMware 5.5, 2GB vRAM + 2GB swap, 51 x IPSEC P1s)

Actions #7

Updated by Chris Buechler over 8 years ago

  • Status changed from Feedback to Resolved

Switching to with-printf-hooks=vstr resolved the most significant memory leaks.

Actions

Also available in: Atom PDF