sergey-safarov left a comment (kamailio/kamailio#4258)

I have tested curent master and see crash
```
(gdb) bt
#0  0x0000ffffb9356274 in raise () from /lib64/libc.so.6
#1  0x0000ffffb9340a2c in abort () from /lib64/libc.so.6
#2  0x0000ffffb934fba0 in __assert_fail_base () from /lib64/libc.so.6
#3  0x0000ffffb934fc18 in __assert_fail () from /lib64/libc.so.6
#4  0x000000000079fbe0 in xavp_reset_list () at core/xavp.c:643
#5  0x000000000066acd0 in ksr_msg_env_reset () at core/receive.c:671
#6  0x0000ffffb86189a4 in siptrace_exec_evcb_msg (sto=0xffffd1765bd0) at 
siptrace.c:2272
#7  0x0000ffffb861b9f8 in siptrace_net_data_sent (evp=0xffffd1765fb8) at 
siptrace.c:2492
#8  0x000000000065d218 in sr_event_exec (type=15, evp=0xffffd1765fb8) at 
core/events.c:397
#9  0x0000ffffb877ae64 in msg_send_buffer (dst=0xffffb48a7a00, 
buf=0xffffb48a9870 "OPTIONS sip:[2600:1f1c:6d5:aa00::6]:5060;transport=tcp 
SIP/2.0\r\nVia: SIP/2.0/TCP [::1];branch=z9hG4bKe58c.7290ace", '0' <repeats 25 
times>, ".0\r\nTo: 
<sip:[2600:1f1c:6d5:aa00::6]:5060;transport=tcp>\r\nFrom"..., len=420, flags=0) 
at ../../core/forward.h:353
#10 0x0000ffffb877c330 in send_pr_buffer (rb=0xffffb48a79b0, 
buf=0xffffb48a9870, len=420) at t_funcs.c:77
#11 0x0000ffffb873cd1c in send_prepared_request_impl (request=0xffffb48a79b0, 
retransmit=1, branch=0) at uac.c:715
#12 0x0000ffffb873e3f0 in t_uac_with_ids (uac_r=0xffffd1766528, ret_index=0x0, 
ret_label=0x0) at uac.c:801
#13 0x0000ffffb873e2d0 in t_uac (uac_r=0xffffd1766528) at uac.c:765
#14 0x0000ffffb87417c8 in request (uac_r=0xffffd1766528, ruri=0xffffb489d3f0, 
to=0xffffb489d3f0, from=0xffffd1766518, next_hop=0xffffd1766508) at uac.c:1147
#15 0x0000ffffb454a188 in ds_ping_set (node=0xffffb489d020) at dispatch.c:4205
#16 0x0000ffffb454b47c in ds_check_timer (ticks=45772414, param=0x0) at 
dispatch.c:4253
#17 0x000000000054bad4 in compat_old_handler (ti=732358630, tl=0xffffb489cd40, 
data=0xffffb489cd40) at core/timer.c:982
#18 0x000000000054c964 in slow_timer_main () at core/timer.c:1105
#19 0x00000000004367dc in main_loop () at main.c:2000
#20 0x000000000044411c in main (argc=5, argv=0xffffd1766d48) at main.c:3411
(gdb) f 4
#4  0x000000000079fbe0 in xavp_reset_list () at core/xavp.c:643
643             assert(_xavp_list_crt != 0);
(gdb) list
638     }
639     
640     
641     void xavp_reset_list(void)
642     {
643             assert(_xavp_list_crt != 0);
644     
645             if(_xavp_list_crt != &_xavp_list_head)
646                     _xavp_list_crt = &_xavp_list_head;
647             xavp_destroy_list(_xavp_list_crt);
```
Full backtrace in the attached file
[bt.txt](https://github.com/user-attachments/files/20642893/bt.txt)



-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4258#issuecomment-2953554831
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/pull/4258/c2953554...@github.com>
_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to