[JIRA] Commented: (SSPCPP-392) Valgrind detects memory leaks

Scott Cantor (JIRA) noreply at shibboleth.net
Tue Sep 20 21:03:26 BST 2011


    [ https://issues.shibboleth.net/jira/browse/SSPCPP-392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13574#comment-13574 ] 

Scott Cantor commented on SSPCPP-392:
-------------------------------------

To avoid confusion: those experiencing large spikes in RAM usage (like multi gigabyte) are not going to solve anything plugging these small leaks.

You're using Apache in prefork mode, and you need to either stop (use worker mode) or reduce the default stack size using the stackSize option or a ulimit command.

> Valgrind detects memory leaks
> -----------------------------
>
>                 Key: SSPCPP-392
>                 URL: https://issues.shibboleth.net/jira/browse/SSPCPP-392
>             Project: Shibboleth SP - C++
>          Issue Type: Bug
>    Affects Versions: 2.4, 2.4.1, 2.4.2, 2.4.3
>            Reporter: Scott Cantor
>            Assignee: Scott Cantor
>             Fix For: 2.5
>
>   Original Estimate: 1 day
>          Time Spent: 1 hour, 30 minutes
>  Remaining Estimate: 6 hours, 30 minutes
>
> Valgrind reports a variety of memory leaks introduced over time, along with a few mismatched new/delete calls.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the commits mailing list