hi,all
I used sipp as UAC to test 500 current calls on opensips, when the Total-calls
reach to about 3, opensips crashed. And the log shows as below:
WARNING:dialog:dlg_onroute: tight matching failed for BYE with
callid='15587-3269@x.x.x.x/23, ftag='15587'/5, ttag='15587'/5 and direction
hi,Bogdan
how to get the path/to/corefile?
--
View this message in context:
http://opensips-open-sip-server.1449251.n2.nabble.com/Dialplan-Segfaults-with-Blank-Fields-tp5135472p7592308.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.
_
Looks like 0.11:
ubuntu@ip-172-31-27-53:~$ apt-cache show libjson0
Package: libjson0
Priority: required
Section: libs
Installed-Size: 29
Maintainer: Ubuntu Developers
Original-Maintainer: fabien boucher
Architecture: amd64
Source: json-c
Version: 0.11-3ubuntu1.2
Depends: libjson-c2
Filename: poo
Hello,
There have been some recent changes to the JSON module in terms of
parsing the error codes ( some old code got deprecated on versions < 0.9
) and we had to do some compile-time detection of the version of libjson
used ( since the JSON library only exports a version macro starting with
I bumped up the debug, seeing this in the logs:
Jul 8 16:51:47 SERVERNAME /usr/sbin/opensips[30188]:
ERROR:json:pv_set_json: Error parsing json: success
Jul 8 16:51:47 SERVERNAME /usr/sbin/opensips[30188]: ERROR:core:do_assign:
setting PV failed
Jul 8 16:51:47 SERVERNAME /usr/sbin/opensips[3018
Huh. I tried the default json code too (
http://lists.opensips.org/pipermail/devel/2009-September/004177.html)
$json(obj1) := "{}"; # initialize an empty JSON object
$json(obj1/key) = "value"; #replace or insert the (key,value)
#pair into the json object;