[sr-dev] Re: [kamailio/kamailio] Module CNCXX coredump Kamailio version 5.8.2 (Issue #4009)

2024-11-12 Thread itpanda2024 via sr-dev
In debug and debug end gdb) p*call $1 = {prev = 0x7fbd1e5db5d1 , next = 0x7fbd1e5db621 , lock = {lock = {val = 0}, locker_pid = {val = 0}, rec_lock_level = 518420048}, confirmed = -67 '\275', max_amount = 6.9391911253011244e-310, money_based = {connect_cost = 0, cost_per_second = 0, ini

[sr-dev] Re: [kamailio/kamailio] Module CNCXX coredump Kamailio version 5.8.2 (Issue #4009)

2024-11-12 Thread itpanda2024 via sr-dev
The issue still same Debug log Using host libthread_db library "/lib64/libthread_db.so.1". Core was generated by `/usr/local/sbin/kamailio -DD -P /run/kamailio/kamailio.pid -f /usr/local/etc/ka'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x7fbd1e10502c in __delete_cal

[sr-dev] Re: [kamailio/kamailio] Module CNCXX coredump Kamailio version 5.8.2 (Issue #4009)

2024-11-07 Thread itpanda2024 via sr-dev
@linuxmaniac we try it and respond to you. Thanks so much -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/4009#issuecomment-2463699419 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] Module CNCXX coredump Kamailio version 5.8.2 (Issue #4009)

2024-10-30 Thread itpanda2024 via sr-dev
We update backtrack again : GNU gdb (CentOS Stream) 14.2-3.el9 Copyright (C) 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent per

[sr-dev] Re: [kamailio/kamailio] Module CNCXX coredump Kamailio version 5.8.2 (Issue #4009)

2024-10-30 Thread itpanda2024 via sr-dev
Thank you for your support so much. We update backtrack. --Type for more, q to quit, c to continue without paging--y Missing separate debuginfos, use: dnf debuginfo-install MariaDB-shared-10.5.25-1.el9.x86_64 hiredis-1.0.2-2.el9.x86_64[Thread debugging using libthread_db enabled] Using host li

[sr-dev] [kamailio/kamailio] Module CNCXX coredump Kamailio version 5.8.2 (Issue #4009)

2024-10-28 Thread itpanda2024 via sr-dev
### Description We upgrade Kamailio from V5.6.5 to V5.8.2 . When call out , out of credit and drop calls. Kamailio v5.8.2 crashed . We think our system not enough memory so we up to memory but the same issue. Anyone met this issue , please help us. Thanks Our system : - OS: Centos 9 st

[sr-dev] Re: [kamailio/kamailio] Kamailio core dump v5.6 with cncxx module (Issue #3859)

2024-07-04 Thread itpanda2024 via sr-dev
Thanks a lot of for your support . I check it again -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3859#issuecomment-2208426081 You are receiving this because you are subscribed to this thread. Message ID: ___

[sr-dev] Re: [kamailio/kamailio] Kamailio core dump v5.6 with cncxx module (Issue #3859)

2024-06-27 Thread itpanda2024 via sr-dev
Thanks for your helping .I give all route[MONEY_CREDIT]{ xlog("L_INFO","LIMIT - MONEY_CREDIT \n"); sql_pvquery("kam_conn", "select customer_id, credit_money, start_cost, cps, initial_p, final_p from call_cache where call_id='$ci'"," $var(lm_customer_id), $var(lm_credit_money), $var(lm

[sr-dev] Re: [kamailio/kamailio] Kamailio core dump v5.6 with cncxx module (Issue #3859)

2024-06-22 Thread itpanda2024 via sr-dev
we give the gdb backtrace from the core file Debugging Data: Program terminated with signal SIGFPE, Arithmetic exception. #0 0x7f2d04dacbfe in check_calls_by_money (ticks=45416177, param=0x0) at cnxcc_check.c:77 77

[sr-dev] [kamailio/kamailio] DNS google auto establish to kamailio service (Issue #3890)

2024-06-22 Thread itpanda2024 via sr-dev
I just study and work with Kamailio . I have a issue about listening port . Please help me. I install kamailio in centos 9 stream with version 5.6.5 when start call sometime, my system established connect from google dns (8.8.8.8:53) to kamailio with random port and it do call fail (not reply

[sr-dev] Re: [kamailio/kamailio] Kamailio core dump v5.6 with cncxx module (Issue #3859)

2024-06-07 Thread itpanda2024 via sr-dev
> The logs say that a core file was generated: > > ``` > May 28 10:08:37 KAM02 kamailio[45254]: 0(45254) ALERT: [main.c:787]: > handle_sigs(): core was generated > ``` > > Grab the backtrace with gdb and post it here. Hi @miconda , i give backtrace gdb Reading symbols from /usr/local/sbin/kama

[sr-dev] Re: [kamailio/kamailio] Kamailio core dump v5.6 with cncxx module (Issue #3859)

2024-06-07 Thread itpanda2024 via sr-dev
Thanks your support , I give log from gdb [root@test sbin]# gdb /usr/local/sbin/ GNU gdb (GDB) Red Hat Enterprise Linux 10.2-13.el9 Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free t

[sr-dev] Re: [kamailio/kamailio] Kamailio core dum v5.6 with cncxx module (Issue #3859)

2024-06-03 Thread itpanda2024 via sr-dev
I use command : " gdb /usr/sbin/kamailio /core" i don't know exactly [root@test ~]# gdb /usr/sbin/kamailio /core GNU gdb (GDB) Red Hat Enterprise Linux 10.2-13.el9 Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later T

[sr-dev] [kamailio/kamailio] Kamailio core dum v5.6 (Issue #3859)

2024-05-27 Thread itpanda2024 via sr-dev
we use Kamailio v5.6 and run cncxx module but when run cncxx function , it restart kamailio service and infor core dump -Log ; ay 28 10:08:30 KAM02 kamailio[45289]: 35(45289) ERROR: {1 83879051 INVITE 592b5ff7-9742-123d-7eb8-00505697ee23}