Why does this thread continue on the list instead of being opened in JIRA<div>Can you see how this issue can be forgotten because it&#39;s on the mailing list that gets 200 emails a day?</div><div>When you show the code in the body of an email like that, then I have to spend a minuted wondering where in the code you were talking about because it&#39;s not in the form of a unified diff.</div>
<div><br></div><div>I appreciate that you do not normally have to deal with organized software management but I must ask that you please spend a little time to learn our customs and use JIRA and patches to communicate bug reports.  I am glad you are helping to find problems but we really need to stay organized to make it forward.  </div>
<div><br></div><div>I redid the function in latest GIT.  It did look like it was doing a few things wrong but they probably would have surfaced in valgrind if you were running it in full leak check mode.  When you say it goes to 300M, does it keep going from there because there is a bit of memory that will be pooled as you start to use more advanced features.  Did you ever watch it to see how high it will go?</div>
<div><br></div><div><br><br><div class="gmail_quote">On Sun, May 9, 2010 at 4:01 PM, Sergey Okhapkin <span dir="ltr">&lt;<a href="mailto:sos@sokhapkin.dyndns.org">sos@sokhapkin.dyndns.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Shouldn&#39;t label &quot;end:&quot; be BEFORE  switch_odbc_statement_handle_free(&amp;stmt); ?<br>
I think it should...<br>
<br>
<br>
static switch_status_t bill_event(<br>
....<br>
<br>
       if (switch_odbc_handle_exec(globals.master_odbc, sql, &amp;stmt, NULL) !=<br>
SWITCH_ODBC_SUCCESS) {<br>
                char *err_str;<br>
                err_str = switch_odbc_handle_get_error(globals.master_odbc,<br>
stmt);<br>
                switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, &quot;ERR:<br>
[%s]\n[%s]\n&quot;, sql, switch_str_nil(err_str));<br>
                switch_safe_free(err_str);<br>
        } else {<br>
                /* TODO: Failover to a flat/text file if DB is unavailable */<br>
<br>
                goto end;<br>
        }<br>
<br>
        switch_odbc_statement_handle_free(&amp;stmt);<br>
<br>
end:<br>
<div><div></div><div class="h5"><br>
<br>
On Sunday 09 May 2010, Brian West wrote:<br>
&gt; What are you calling significant memory usage?<br>
&gt;<br>
&gt; /b<br>
&gt;<br>
&gt; On May 9, 2010, at 2:10 PM, Sergey Okhapkin wrote:<br>
&gt; &gt; Valgrind output shows no significant leaks. This was discussed already in<br>
&gt; &gt; this thread a month ago.<br>
&gt; &gt;<br>
&gt; &gt; On Sunday 09 May 2010, Brian West wrote:<br>
&gt; &gt;&gt; Please use valgrind and see where its leaking then open a jira.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Nobody has been able to reproduce this in a lab nor provide any details<br>
&gt; &gt;&gt; to assist in finding the issue... All I have seen is people complaining<br>
&gt; &gt;&gt; about it and not doing what they should debugging the issue and<br>
&gt; &gt;&gt; reporting it.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; /b<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
<br>
<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>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900<br>
</div>