-
Notifications
You must be signed in to change notification settings - Fork 629
Open
Description
OpenSIPS version you are running
version: opensips 3.1.1 (x86_64/linux)
flags: STATS: On, DISABLE_NAGLE, USE_MCAST, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, HP_MALLOC, DBG_MALLOC, FAST_LOCK-ADAPTIVE_WAIT
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535
poll method support: poll, epoll, sigio_rt, select.
git revision: b7cf71712
main.c compiled on 16:22:04 Jan 22 2021 with gcc 8
Crash Core Dump
https://pastebin.com/G2q31Hki
Describe the traffic that generated the bug
curl --location --request POST 'http://opensips_ip_address:8080/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc": "2.0",
"method": "reload_routes",
"id": 11
}'
To Reproduce
- start OpenSIPS
- send 2 times reload_routes using the curl command above
- wait ~20 seconds
- CRASH
Relevant System Logs
Jan 22 16:35:37 [842] ALERT:core:do_action: BUG - unknown type 1601399924
Jan 22 16:35:37 [842] ERROR:core:do_action: error in /efs/opensips-edge/opensips.cfg:5066
Jan 22 16:35:37 [842] ALERT:core:do_action: BUG - unknown type 1953460848
Jan 22 16:35:37 [842] ERROR:core:do_action: error in /efs/opensips-edge/opensips.cfg:5067
Jan 22 16:35:37 [842] ALERT:core:do_action: BUG - unknown type 1601399924
Jan 22 16:35:37 [842] CRITICAL:core:sig_usr: segfault in process pid: 842, id: 8
Jan 22 16:35:38 [818] NOTICE:presence:destroy: destroy module ...
OS/environment information
- Operating System: Debian 10.7
- OpenSIPS installation: 3.1
Thank you in advance for your support.
Vasilios Tzanoudakis