El Fri, 3 Feb 2017 00:50:58 +0100
"Jon Bonilla (Manwe)" <manwe(a)aholab.ehu.es> escribió:
El Wed, 1 Feb 2017 10:21:35 +0100
"Jon Bonilla (Manwe)" <manwe(a)aholab.ehu.es> escribió:
Update:
Installed version 4.4.5+0~20170202010534.75+jessie amd64 from nightly sources.
The coredump is 100% reproducible: Outgoing call to a freeswitch server which
is disabled (fsctl pause inbound) and responds 503. Kamailio dies after few
seconds. The message in the log is
CRITICAL: <core> [pass_fd.c:277]: receive_fd(): EOF on 10
Attaching latest coredump.
More tests:
This is the log I get when the error causes the coredump:
NOTICE: <script>: Reply - M=INVITE S=503 Maximum Calls In Progress
ID=KvcoZ5xMc5
Feb 2 15:35:32 14cn5 sbc[16550]: WARNING: <script>: [DISPATCHER] - Destination
down: INVITE sip:dest@domain:443;transport=tls (<null>)
Feb 2 15:35:32 14cn5 sbc[16550]: NOTICE: <script>: Node unavailable, trying
next sip:198.1.54.105:5060 from group <null>
Feb 2 15:35:48 14cn5 sbc[16572]: CRITICAL: <core> [pass_fd.c:277]:
receive_fd(): EOF on 10
And this is what I get on a 4.2.x where kamailio does not crash with the same
config and scenarios:
NOTICE: <script>: Reply - M=INVITE S=503 Maximum Calls In Progress ID=kN4dar1Jce
WARNING: <script>: [DISPATCHER] - Destination down: INVITE
sip:dest@domain:443;transport=tls (<null>)
NOTICE: <script>: Node unavailable, trying next sip:198.1.54.105:5060 from
group FREESWITCH
Note that dispatcher selects another node and shows the group in kamailio 4.2
but crashes and shows group null in version 4.4
cheers,
Jon