[Freeswitch-users] Configure sofia-sip with --enable-ndebug
Sergey Okhapkin
sos at sokhapkin.dyndns.org
Wed Apr 21 11:56:42 PDT 2010
Assertion is fired in soa/soa_static.c, line 1036.
for (j = 0, um = user->sdp_media; j != s2u[i]; um = um->m_next, j++)
assert(um);
if (um == NULL) {
if (dryrun)
return 1;
According to gdb dryrun is 1, um could be 0. Seems like happens on reinvites.
May be on fallback from t38 back to G711u.
BTW, windows build is done with -DNDENUG, asserts are disabled.
On Wednesday 21 April 2010, Brian West wrote:
> If you're hitting an assert you're hitting it for a reason... can you
> elaborate what exactly you'e doing that is asserting?
>
> /b
>
> On Apr 21, 2010, at 1:34 PM, Sergey Okhapkin wrote:
> > --enable-ndebug configure option will turn off assert() macros in sofia
> > lib.
> >
> > On Wednesday 21 April 2010, Brian West wrote:
> >> Why are you doing this?
> >>
> >> /b
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
More information about the FreeSWITCH-users
mailing list