Lei,<br><br>First things first - are you on the latest git revision? If so then I would recommend that you report this as a bug in JIRA. (<a href="http://jira.freeswitch.org">jira.freeswitch.org</a>) It will be much easier for the devs to keep track of this issue if it is logged in the tracking system. If you have any questions about what to do when reporting bugs check this page for tips:<br>
<br><a href="http://wiki.freeswitch.org/wiki/Reporting_Bugs">http://wiki.freeswitch.org/wiki/Reporting_Bugs</a><br><br>Thanks for taking the time to dig into this issue. A few more minutes to log it into JIRA will make it much easier to fix.<br>
-MC<br><br><div class="gmail_quote">On Thu, Jul 8, 2010 at 2:19 AM, lei shan <span dir="ltr">&lt;<a href="mailto:stdanley@gmail.com">stdanley@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;">
hello,<br>
Recently I have comiled and run freeswitch1.06  on a sun510 server.<br>
Everything worked smoothly,except when I began to test function: record_session.<br>
the freeswitch cored. dbx trace shows core occurred in the function<br>
switch_core_media_bug_read. line231:z += (int32_t) * (dp + x); or<br>
line217: *(tp++) = *(dp + x);<br>
<br>
I realize the reason is different byte order of a int16_t on Intel and sparc.<br>
but because I don&#39;t understand the logic of bug_read, I don&#39;t know how<br>
to fix this issue.<br>
<br>
anyone can help?<br>
thx<br>
<br>
_______________________________________________<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>