the list is ALWAYS the wrong place to report bugs / send core dumps..<br><br>if this is a bug that you can reproduce.<br>create a JIRA for it, and upload the core there..<br>Also be sure to include steps to reproduce etc.<br>

<br>then if it needs further discussion, discuss it on the list with the link to the jira <br>for others to look at..<br><br><br><br><br><div class="gmail_quote">On Mon, Jul 11, 2011 at 10:48 AM, Chris Cureau <span dir="ltr">&lt;<a href="mailto:cmcureau@gmail.com">cmcureau@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I tried to send a core dump earlier on the list, but I can&#39;t see it in the archive for some reason...if anyone wants the core, let me know.<div>

<br></div><div>Otherwise, this is the text of the previous message:</div><div>
<br></div><div><span style="border-collapse: collapse; font-family: arial,sans-serif; font-size: 13px;">I don&#39;t claim to be an expert at gdb at all, but after compiling with debugging symbols here&#39;s what I got:<div>


<br></div><div><div class="im"><div style="color: rgb(80, 0, 80);"><div>GNU gdb (GDB) 7.0.1-debian</div><div>Copyright (C) 2009 Free Software Foundation, Inc.</div><div>License GPLv3+: GNU GPL version 3 or later &lt;<a href="http://gnu.org/licenses/gpl.html" style="color: rgb(0, 0, 204);" target="_blank">http://gnu.org/licenses/gpl.html</a>&gt;</div>


<div>This is free software: you are free to change and redistribute it.</div><div>There is NO WARRANTY, to the extent permitted by law.  Type &quot;show copying&quot;</div><div>and &quot;show warranty&quot; for details.</div>


<div>This GDB was configured as &quot;x86_64-linux-gnu&quot;.</div><div>For bug reporting instructions, please see:</div><div>&lt;<a href="http://www.gnu.org/software/gdb/bugs/" style="color: rgb(0, 0, 204);" target="_blank">http://www.gnu.org/software/gdb/bugs/</a>&gt;...</div>


</div></div><div>Reading symbols from /usr/local/src/freeswitch/libs/spandsp/src/make_modem_filter...done.</div><div>(gdb) set args -m V.17 -i -r</div><div>(gdb) break 470</div><div>Breakpoint 1 at 0x4016cc: file ../src/make_modem_filter.c, line 470.</div>


<div>(gdb) run</div><div>Starting program: /usr/local/src/freeswitch/libs/spandsp/src/make_modem_filter -m V.17 -i -r</div><div><br></div><div>Breakpoint 1, main (argc=5, argv=0x7fffffffebf8) at ../src/make_modem_filter.c:470</div>


<div>470<span style="white-space: pre-wrap;">        </span>        make_rx_filter(rx_coeff_sets,</div><div>(gdb) print rx_coeff_sets</div><div>$1 = 192</div><div>(gdb) print rx_coeffs_per_filter</div><div>$2 = 27</div><div>(gdb) print carrier</div>


<div>$3 = 1800</div><div>(gdb) print baud_rate</div><div>$4 = 2400</div><div>(gdb) print rx_excess_bandwidth</div><div>$5 = 0.5</div><div>(gdb) print fixed_point</div><div>$6 = 1</div><div>(gdb) print rx_tag</div><div>$7 = 0x4026bf &quot;&quot;</div>


<div>(gdb) step</div><div class="im"><div style="color: rgb(80, 0, 80);"><div><br></div><div>Program received signal SIGSEGV, Segmentation fault.</div></div></div><div>0x0000000000400d1e in make_rx_filter (coeff_sets=Cannot access memory at address 0x7ffffff9e62c</div>


<div>) at ../src/make_modem_filter.c:163</div><div>163<span style="white-space: pre-wrap;">        </span>{</div><div>(gdb) </div></div></span><div><div></div><div class="h5"><br><div class="gmail_quote">On Sun, Jul 10, 2011 at 6:07 PM, Steven Ayre <span dir="ltr">&lt;<a href="mailto:steveayre@gmail.com" target="_blank">steveayre@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div bgcolor="#FFFFFF"><div>I run on Debian too. If Steve Underwood doesn&#39;t beat me to it I&#39;ll try to reproduce it in the morning.<br>


<br>Steve on iPhone</div><div><div></div><div><div><br>On 10 Jul 2011, at 21:27, Chris Cureau &lt;<a href="mailto:cmcureau@gmail.com" target="_blank">cmcureau@gmail.com</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite">


<div><div>Hi, Steve...thanks for replying!</div><div><br></div>No core dump...but I did pass it through gdb (without compiling with debugging symbols)...<div><br></div><div><div>GNU gdb (GDB) 7.0.1-debian</div><div>Copyright (C) 2009 Free Software Foundation, Inc.</div>



<div>License GPLv3+: GNU GPL version 3 or later &lt;<a href="http://gnu.org/licenses/gpl.html" target="_blank"></a><a href="http://gnu.org/licenses/gpl.html" target="_blank">http://gnu.org/licenses/gpl.html</a>&gt;</div>


<div>This is free software: you are free to change and redistribute it.</div><div>
There is NO WARRANTY, to the extent permitted by law.  Type &quot;show copying&quot;</div><div>and &quot;show warranty&quot; for details.</div><div>This GDB was configured as &quot;x86_64-linux-gnu&quot;.</div><div>For bug reporting instructions, please see:</div>



<div>&lt;<a href="http://www.gnu.org/software/gdb/bugs/" target="_blank"></a><a href="http://www.gnu.org/software/gdb/bugs/" target="_blank">http://www.gnu.org/software/gdb/bugs/</a>&gt;...</div><div>Reading symbols from /usr/local/src/freeswitch/libs/spandsp/src/make_modem_filter...(no debugging symbols found)...done.</div>



<div>(gdb) set args -m V.17</div><div>(gdb) run</div><div>Starting program: /usr/local/src/freeswitch/libs/spandsp/src/make_modem_filter -m V.17</div><div><br></div><div>Program received signal SIGSEGV, Segmentation fault.</div>



<div>0x0000000000400d1e in make_rx_filter ()</div><div><br></div><br><div class="gmail_quote">On Sun, Jul 10, 2011 at 2:58 PM, Steven Ayre <span dir="ltr">&lt;<a href="mailto:steveayre@gmail.com" target="_blank"></a><a href="mailto:steveayre@gmail.com" target="_blank">steveayre@gmail.com</a>&gt;</span> wrote:<br>



<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Did you get a coredump generated?<br><br>-Steve<br><br><br><div class="gmail_quote"><div><div>

</div><div>On 10 July 2011 19:04, Chris Cureau <span dir="ltr">&lt;<a href="mailto:cmcureau@gmail.com" target="_blank"></a><a href="mailto:cmcureau@gmail.com" target="_blank">cmcureau@gmail.com</a>&gt;</span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div>

<span style="border-collapse: collapse; font-family: arial,sans-serif; font-size: 13px;">Hi there!<div><br></div><div>This morning, I did a fresh git checkout and attempted to build freeswitch with mod_freetdm and mod_flite defined in the modules.conf.  I am now getting a segfault when compiling:</div>






<div><br></div><div><div>making all mod_spandsp</div><div>Making all in src</div><div>/bin/bash: line 1: 22453 Segmentation fault      ./make_modem_filter -m V.17 -r &gt; v17_v32bis_rx_floating_rrc.h</div><div>make[7]: *** [v17_v32bis_rx_floating_rrc.h] Error 139</div>






<div>make[6]: *** [all] Error 2</div><div>make[5]: *** [all-recursive] Error 1</div><div>make[4]: *** [/usr/local/src/freeswitch/libs/spandsp/src/<a href="http://libspandsp.la/" style="color: rgb(0, 0, 204);" target="_blank">libspandsp.la</a>] Error 2</div>






<div>make[3]: *** [mod_spandsp-all] Error 1</div><div>make[2]: *** [all-recursive] Error 1</div><div>make[1]: *** [all-recursive] Error 1</div><div>make: *** [all] Error 2</div></div><div><br></div><div>running make_modem_filter manually gets the same result.  Twiddling with the commandline options doesn&#39;t help either.</div>






<div><br></div><div>OS: Debian 6.0.1a amd64, also a fresh install from last night.</div><div><br></div><div>Any idea what is happening?</div><div><br></div><div>Thanks in advance!</div><div><br></div></span>
<br></div></div>_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank"></a><a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank"></a><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank"></a><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"></a><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"></a><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><div style="padding: 0px; margin-left: 0px; margin-top: 0px; overflow: hidden; word-wrap: break-word; color: black; font-size: 10px; text-align: left; line-height: 130%;">

</div>
<br>_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank"></a><a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank"></a><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank"></a><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"></a><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"></a><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Join us at ClueCon 2011, Aug 9-11, Chicago</span><br><span><a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE</span><br>


<span></span><br><span>FreeSWITCH-users mailing list</span><br><span><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a></span><br><span><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a></span><br>


<span>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a></span><br><span><a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a></span><br>


</div></blockquote></div></div></div><br>_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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></div></div>
<br>_______________________________________________<br>
Join us at ClueCon 2011, Aug 9-11, Chicago<br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a> 877-7-4ACLUE<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><br clear="all"><br>-- <br>Sincerely<br><br>Jay<br>