<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks<br>
Jan<br>
<br>
On 2011/06/22 09:26 AM, Ingela Anderton Andin wrote:
<blockquote cite="mid:4E019940.5090801@erix.ericsson.se" type="cite">Hi!
<br>
<br>
Yes this is a known bug. It has been fixed and pushed to github. (
Merge of branch ia/ssl/session-table-clean-up/OTP-9346)
<br>
The bug should not affect your connections but the memory
consumption on a
<br>
long time perspective will go up.
<br>
<br>
Regards Ingela Erlang/OTP - Ericsson AB
<br>
<br>
Jan Jacobs wrote:
<br>
<blockquote type="cite">Hi,
<br>
<br>
I am getting a lot of the following errors in the log files:
<br>
=ERROR REPORT==== 20-Jun-2011::05:27:31 ===
<br>
Error in process <0.1702.0> on node 'maxman@xxx' with exit
value: {undef,[{ssl_session_cache,delete,[{8088,<<32
bytes>>}]}]}
<br>
<br>
I managed to track it down to:
<br>
<br>
In the ssl_manager.erl, lines 273 and 280 it sets up timer to
clean the cache. (see below)
<br>
Line 273: timer:apply_after(?CLEAN_SESSION_DB, CacheCb,
delete, [{{Host, Port}, ID}]),
<br>
Line 280: timer:apply_after(?CLEAN_SESSION_DB, CacheCb,
delete, [{Port, ID}]),
<br>
<br>
CacheCB is equal to ssl_session_cache.erl.
<br>
ssl_session_cache.erl only has a two parameter delete
(delete(Cache, Key)).
<br>
The Cache is not been passed as the first parameter.
<br>
<br>
Cheers
<br>
Jan
<br>
_______________________________________________
<br>
erlang-bugs mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:erlang-bugs@erlang.org">erlang-bugs@erlang.org</a>
<br>
<a class="moz-txt-link-freetext" href="http://erlang.org/mailman/listinfo/erlang-bugs">http://erlang.org/mailman/listinfo/erlang-bugs</a>
<br>
<br>
</blockquote>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
No virus found in this incoming message.
Checked by AVG - <a class="moz-txt-link-abbreviated" href="http://www.avg.com">www.avg.com</a>
Version: 9.0.901 / Virus Database: 271.1.1/3719 - Release Date: 06/22/11 08:34:00
</pre>
</blockquote>
</body>
</html>