You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We experience bug which causes opensips to be unresponsive for SIP requests. At some point opensips just stops processing any requests with timer errors.
Crash Core Dump
I'm attaching trap from opensips during deadlock, there are messages like "Cannot access memory". gdb_opensips_20241119_142816.txt
Describe the traffic that generated the bug
At some point opensips starts to throw messages about timer task and stops responding to any SIP messages. Only restart helps to fix the issue.
To Reproduce
Relevant System Logs
opensips[3230562]: WARNING:core:utimer_ticker: utimer task <tm-utimer> already scheduled 110 ms ago (now 129050 ms), delaying execution
opensips[3230562]: WARNING:core:utimer_ticker: utimer task <tm-utimer> already scheduled 190 ms ago (now 129130 ms), delaying execution
opensips[3230562]: WARNING:core:utimer_ticker: utimer task <tm-utimer> already scheduled 290 ms ago (now 129230 ms), delaying execution
opensips[3230562]: WARNING:core:utimer_ticker: utimer task <tm-utimer> already scheduled 390 ms ago (now 129330 ms), delaying execution
opensips[3230562]: WARNING:core:utimer_ticker: utimer task <tm-utimer> already scheduled 500 ms ago (now 129440 ms), delaying execution
opensips[3230562]: WARNING:core:utimer_ticker: utimer task <tm-utimer> already scheduled 600 ms ago (now 129540 ms), delaying execution
opensips[3230562]: WARNING:core:utimer_ticker: utimer task <tm-utimer> already scheduled 710 ms ago (now 129650 ms), delaying execution
opensips[3230562]: WARNING:core:utimer_ticker: utimer task <tm-utimer> already scheduled 790 ms ago (now 129730 ms), delaying execution
opensips[3230562]: WARNING:core:utimer_ticker: utimer task <tm-utimer> already scheduled 890 ms ago (now 129830 ms), delaying execution
opensips[3230562]: WARNING:core:timer_ticker: timer task <tm-timer> already scheduled 990 ms ago (now 129830 ms), delaying execution
opensips[3230562]: WARNING:core:utimer_ticker: utimer task <tm-utimer> already scheduled 1000 ms ago (now 129940 ms), delaying execution
opensips[3230562]: WARNING:core:utimer_ticker: utimer task <tm-utimer> already scheduled 1190 ms ago (now 130130 ms), delaying execution
opensips[3230562]: WARNING:core:utimer_ticker: utimer task <tm-utimer> already scheduled 1190 ms ago (now 130130 ms), delaying execution
opensips[3230562]: WARNING:core:utimer_ticker: utimer task <tm-utimer> already scheduled 1290 ms ago (now 130230 ms), delaying execution
OS/environment information
Operating System: Ubuntu 22.04.1 LTS
OpenSIPS installation: git
other relevant information:
Additional context
There were 2 opened report for previous versions, that hang on investigation and closed. #3133 #3211
The text was updated successfully, but these errors were encountered:
i guess the issue here is use of dialog module specailly with call to create_dialog . the load_balancer module can also cause this as it internally create dialoge . this eventually lead to opensips segfault and we have been experiencing same issue for some time.
We experience bug which causes opensips to be unresponsive for SIP requests. At some point opensips just stops processing any requests with timer errors.
OpenSIPS version you are running
Crash Core Dump
I'm attaching trap from opensips during deadlock, there are messages like "Cannot access memory".
gdb_opensips_20241119_142816.txt
Describe the traffic that generated the bug
At some point opensips starts to throw messages about timer task and stops responding to any SIP messages. Only restart helps to fix the issue.
To Reproduce
Relevant System Logs
OS/environment information
Additional context
There were 2 opened report for previous versions, that hang on investigation and closed.
#3133
#3211
The text was updated successfully, but these errors were encountered: