Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

freeswitch crashed #2422

Open
jinghuasoft opened this issue Apr 10, 2024 · 0 comments
Open

freeswitch crashed #2422

jinghuasoft opened this issue Apr 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jinghuasoft
Copy link

Describe the bug

freeswitch cashed frequently on one of my cloud servers. some logs found in /var/log/messages.

Apr  9 15:10:10 cc freeswitch: freeswitch: nta.c:8944: _nta_outgoing_timer: Assertion `!orq->orq_reliable && orq->orq_interval != 0' failed.
Apr  9 15:10:10 cc systemd: freeswitch.service: main process exited, code=killed, status=6/ABRT
Apr  9 15:10:10 cc systemd: Unit freeswitch.service entered failed state.
Apr  9 15:10:10 cc systemd: freeswitch.service failed.

image

I noticed the code is still there, so upgrade may not help.

image

To Reproduce

Expected behavior

something might be wrong in SIP messages, although I don't know what's wrong. but freeswitch should not crash.

if something is wrong in SIP messages, just ignore it. don't make freeswitch crash. the endpoints are from internet, and we can't control them,

Package version or git hash

  • sofia-sip-1.13.2-16.33974b9bd2.x86_64
  • freeswitch-1.10.5.release.8-1.el7.x86_64

Trace logs
Provide freeswitch logs w/ DEBUG and UUID logging enabled

backtrace from core file
If applicable, provide the full backtrace from the core file.

(gdb) set pagination off
(gdb) set logging file /tmp/backtrace.log
(gdb) set logging on
Copying output to /tmp/backtrace.log.
(gdb) bt
(gdb) bt full
(gdb) info threads
(gdb) thread apply all bt
(gdb) thread apply all bt full
(gdb) set logging off
Done logging to /tmp/backtrace.log.
(gdb) quit
@jinghuasoft jinghuasoft added the bug Something isn't working label Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant