Looks like it&#39;s an assert-type error.<div><br></div><div>limit_state_handler() is called without the limit_backend variable being set, which is an internal variable for storing limit information used to internally track limit information during the call. The odd thing is that variable should always be set prior to limit_state_handler being registered.</div>

<div><br></div><div>I&#39;m guessing it&#39;s some sort of race condition...</div><div><br></div><div>-Steve</div><div><br></div><div><br></div><div><br><br><div class="gmail_quote">On 8 February 2013 04:24, Victor Chukalovskiy <span dir="ltr">&lt;<a href="mailto:victor.chukalovskiy@gmail.com" target="_blank">victor.chukalovskiy@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    I&#39;m getting this error occasionally in the log:<br>
    [ERR] switch_limit.c:86 Unset limit backendlist!<br>
    <br>
    Seems to happen only after I change the value of CPS limit on the
    working system. For example, after I change <b>4</b> to 3 below and
    send some more calls:<br>
    &lt;action application=&quot;limit&quot; data=&quot;hash cps test <b>4</b>/1
    !NORMAL_CIRCUIT_CONGESTION&quot; /&gt;<br>
    <br>
    Could someone please explain when exactly does this error occur? How
    to reset it other than restarting FS instance?<br>
    <br>
    What I found is that I&#39;m not the only one who got annoyed, and that
    loglevel was reduced in later versions:<br>
<a href="http://jira.freeswitch.org/browse/FS-4792?page=com.atlassian.streams.streams-jira-plugin:activity-stream-issue-tab" target="_blank">http://jira.freeswitch.org/browse/FS-4792?page=com.atlassian.streams.streams-jira-plugin:activity-stream-issue-tab</a><br>


    <br>
    However, I want to figure out how to avoid this error in the first
    place rather than just update and suppress it. Any help is
    appreciated.<br>
    <br>
    Thank you,<br>
    Victor<br>
  </div>

<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>