[Icecast-dev] Icecast 2.4 beta4 memory leak

"Thomas B. Rücker" thomas at ruecker.fi
Sun Jan 26 04:28:36 PST 2014


On 01/26/2014 06:56 AM, "Thomas B. Rücker" wrote:
> Hi,
>
> On 01/25/2014 11:47 PM, v_2e at ukr.net wrote:
>>   I have tested the newly released IceCast 2.4beta4 and again found a
>> noticeable memory leak in it.
> Can you please run Icecast under Valgrind?
> I'm personally using:
> valgrind -v --time-stamp=yes --leak-check=full --show-reachable=yes
> icecast -c /etc/icecast2/icecast.xml

To do live checking, without needing to terminate Icecast, I have
patched my local Icecast build with Valgrind instrumentation. See
attached patch.
Admin interface requests trigger Valgrind output on the console:
- "/admin/listmounts.xsl" - |VALGRIND_DO_ADDED_LEAK_CHECK|
- "/admin/stats.xsl" - |VALGRIND_DO_LEAK_CHECK|



More information about the Icecast-dev mailing list