Hi.<br><br>I don't want to do any tracing like that in our production system.<br>But it must be the #session.timestamp that is a non-integer (unset?).<br>For example: <br><br>1> rr(ssl_session).<br><br>2> catch ssl_session:valid_session(#session{}, 3600).  <br>
{'EXIT',{badarith,[{ssl_session,valid_session,2},<br>                   {erl_eval,do_apply,5},<br>                   {erl_eval,expr,5},<br>                   {shell,exprs,7},<br>                   {shell,eval_exprs,7},<br>
                   {shell,eval_loop,3}]}}<br><br>So perhaps you can figure out a way for the timestamp to not be set properly.<br><br>--Tobbe<br><br><br><div class="gmail_quote">On Wed, Oct 19, 2011 at 8:53 AM, Ingela Anderton Andin <span dir="ltr"><<a href="mailto:ingela@erix.ericsson.se">ingela@erix.ericsson.se</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi!<br>
<br>
It is always good to check if the problem is in the latest release (R14B03 was alas not a very good ssl-release).<br>
If the problem should still be there could you use the following trace commands<br>
<br>
dbg:tracer().<br>
dbg:p(all, [call]).<br>
dbg:tpl(ssl_session, x).<br>
<br>
to see if you can get some more information.<br>
<br>
Regards Ingela Erlang OTP/team -Ericsson AB<br>
<br>
etnt wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5">
Hi,<br>
<br>
We are getting lots of error messages like this:<br>
<br>
== 18-Oct-2011::14:11:00 == ERROR -  emulator<br>
Error in process <0.27172.1216> on node 'xxx@yyy' with exit value: {badarith,[{ssl_session,valid_<u></u>session,2},{ssl_manager,<u></u>validate_session,3},{ssl_<u></u>manager,session_validation,2},<u></u>{lists,foldl,3},{ets,do_foldl,<u></u>4},{ets,foldl,3}]}<br>

<br>
That 'badarith' doesn't look good.<br>
We are running R14B03.<br>
<br>
Cheers, K.<br></div></div>
------------------------------<u></u>------------------------------<u></u>------------<div class="im"><br>
<br>
______________________________<u></u>_________________<br>
erlang-bugs mailing list<br>
<a href="mailto:erlang-bugs@erlang.org" target="_blank">erlang-bugs@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-bugs" target="_blank">http://erlang.org/mailman/<u></u>listinfo/erlang-bugs</a><br>
  <br>
</div></blockquote>
<br>
</blockquote></div><br>