Mindaugas Kezys
2008-Apr-07 12:25 UTC
[asterisk-users] Asterisk 1.4.19 crash with Realtime using SIP peers
Hello, Asterisk 1.4.19 crashes everytime using Realtime and SIP peers gdb asterisk /tmp/coreXXXXXXX shows: Program terminated with signal 11, Segmentation fault. #0 0xb6148968 in find_peer (peer=0xb6042768 "test", sin=0x0, realtime=1) at chan_sip.c:2547 2547 if (!(hp ast_gethostbyname(tmp->value, &ahp)) || (memcmp(&hp->h_addr, &sin->sin_addr, sizeof(hp->h_addr)))) { Sorry, I have no time to read manual how to correctly put this into bug tracker. Back to 1.4.18.1.... Regards, Mindaugas Kezys http://www.kolmisoft.com
Steve Totaro
2008-Apr-07 12:29 UTC
[asterisk-users] Asterisk 1.4.19 crash with Realtime using SIP peers
File a bug on Mantis. On Mon, Apr 7, 2008 at 8:25 AM, Mindaugas Kezys <mkezys at gmail.com> wrote:> Hello, > > Asterisk 1.4.19 crashes everytime using Realtime and SIP peers > > gdb asterisk /tmp/coreXXXXXXX shows: > > Program terminated with signal 11, Segmentation fault. > #0 0xb6148968 in find_peer (peer=0xb6042768 "test", sin=0x0, realtime=1) at > chan_sip.c:2547 > 2547 if (!(hp > ast_gethostbyname(tmp->value, &ahp)) || (memcmp(&hp->h_addr, &sin->sin_addr, > sizeof(hp->h_addr)))) { > > > Sorry, I have no time to read manual how to correctly put this into bug > tracker. > > > Back to 1.4.18.1.... > > > Regards, > Mindaugas Kezys > http://www.kolmisoft.com > > > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Trevor Peirce
2008-Apr-09 14:29 UTC
[asterisk-users] Asterisk 1.4.19 crash with Realtime using SIP peers
Mindaugas Kezys wrote:> Hello, > > Asterisk 1.4.19 crashes everytime using Realtime and SIP peers >Yes I also saw this and had to revert. Calls to the IVR seemed to be fine, but as soon as two peers call each other it crashes as the call progresses (never connects). I haven't had a chance to explore any further and therefore haven't posted a bug either. Perhaps this weekend if nobody does first.
Mark Michelson
2008-Apr-09 18:20 UTC
[asterisk-users] Asterisk 1.4.19 crash with Realtime using SIP peers
Mindaugas Kezys wrote:> Hello, > > Asterisk 1.4.19 crashes everytime using Realtime and SIP peers > > gdb asterisk /tmp/coreXXXXXXX shows: > > Program terminated with signal 11, Segmentation fault. > #0 0xb6148968 in find_peer (peer=0xb6042768 "test", sin=0x0, realtime=1) at > chan_sip.c:2547 > 2547 if (!(hp > ast_gethostbyname(tmp->value, &ahp)) || (memcmp(&hp->h_addr, &sin->sin_addr, > sizeof(hp->h_addr)))) { > > > Sorry, I have no time to read manual how to correctly put this into bug > tracker. > > > Back to 1.4.18.1.... > > > Regards, > Mindaugas Kezys > http://www.kolmisoft.com >For those following this issue, there was a bug filed for this (issue #12362: http://bugs.digium.com/view.php?id=12362) and it has been fixed, too (Asterisk 1.4 svn revision 113240). Mark Michelson