<div dir="ltr">On Fri, Dec 28, 2012 at 9:36 AM, Jerry Geis <span dir="ltr">&lt;<a href="mailto:geisj@pagestation.com" target="_blank">geisj@pagestation.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000"><div class="im">
    <blockquote type="cite">
      
      <pre style="line-height:normal;text-indent:0px;letter-spacing:normal;text-align:start;font-variant:normal;text-transform:none;font-style:normal;font-weight:normal;word-spacing:0px">If you got the segfault, then recompiled with debug info, then the
addresses in the segfault are no longer relevant to the binary you have.

Are you getting the segfault repeatedly? If so, then just wait for it to
happen again with the debug info and work with that, and/or the core file
that Asterisk creates.

If you can&#39;t reproduce the segfault, unfortunately that is just the way of
things sometimes. Could be a random bit-flip in a stick of memory.

In either case, if that segfault line was generated by a non-debug asterisk
build, it isn&#39;t really useful to you.</pre>
    </blockquote></div>
    I was able with gdb to set a break point at the address of the
    instruction pointer:<br>
    
    <pre style="line-height:normal;text-indent:0px;letter-spacing:normal;text-align:start;font-variant:normal;text-transform:none;font-style:normal;font-weight:normal;word-spacing:0px"> ip 00296f96

This is in memcpu_iax32, which is called from sip_alloc() which is called from transmiter_register()
</pre></div></blockquote><div style>Yes, but that probably isn&#39;t where it was in the original binary. Now that you&#39;ve recompiled it including debug info, you have a different binary, with different addresses. Chances are slim that this is actually where the crash occurred.</div>
<div style><br></div><div style>Reproduce the segfault with the new debug binary.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000">
<pre style="line-height:normal;text-indent:0px;letter-spacing:normal;text-align:start;font-variant:normal;text-transform:none;font-style:normal;font-weight:normal;word-spacing:0px">??

Jerry
</pre>
    <br>
  </div>

<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br>-Chris Harrington<br>
<div>ACSDi Office: 763.559.5800</div><div><div>Mobile Phone: 612.326.4248</div></div><div><br></div>
</div></div>