Re: [OpenSIPS-Users] opensips crash when doing load test

2016-10-06 Thread Ramachandran, Agalya (Contractor)
, 2016 10:50 AM To: Bogdan-Andrei Iancu <bog...@opensips.org><mailto:bog...@opensips.org>; OpenSIPS users mailling list <users@lists.opensips.org><mailto:users@lists.opensips.org> Subject: Re: [OpenSIPS-Users] opensips crash when doing load test Sure. I will test and share

Re: [OpenSIPS-Users] opensips crash when doing load test

2016-10-05 Thread Bogdan-Andrei Iancu
bog...@opensips.org>; OpenSIPS users mailling list <users@lists.opensips.org> *Subject:* Re: [OpenSIPS-Users] opensips crash when doing load test Sure. I will test and share the results by end of day or tomorrow. Regards, Agalya *From:*Bogdan-Andrei Iancu [mailto:bog...@opensips.org] *Sent

Re: [OpenSIPS-Users] opensips crash when doing load test

2016-10-05 Thread Ramachandran, Agalya (Contractor)
bog...@opensips.org>; OpenSIPS users mailling list <users@lists.opensips.org> Subject: Re: [OpenSIPS-Users] opensips crash when doing load test Sure. I will test and share the results by end of day or tomorrow. Regards, Agalya From: Bogdan-Andrei Iancu [mailto:bog...@opensips.org] Sent: Wednes

Re: [OpenSIPS-Users] opensips crash when doing load test

2016-10-05 Thread Ramachandran, Agalya (Contractor)
Sure. I will test and share the results by end of day or tomorrow. Regards, Agalya From: Bogdan-Andrei Iancu [mailto:bog...@opensips.org] Sent: Wednesday, October 05, 2016 10:47 AM To: Ramachandran, Agalya (Contractor) ; OpenSIPS users mailling list

Re: [OpenSIPS-Users] opensips crash when doing load test

2016-10-05 Thread Bogdan-Andrei Iancu
Yes, that is ok (without the REST) - just to be sure which patch introduces the bug. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 05.10.2016 17:45, Ramachandran, Agalya (Contractor) wrote: Hi Bogdan, I have observed one more thing. In the

Re: [OpenSIPS-Users] opensips crash when doing load test

2016-10-05 Thread Ramachandran, Agalya (Contractor)
Hi Bogdan, I have observed one more thing. In the same source code, when opensips acts as pure proxy no HTTP call is made opensips is not crashing. I suspect the crashes may be due to the new async fix provided. I can do load test in 2.2, but it will be just pure-proxy load test and not with

Re: [OpenSIPS-Users] opensips crash when doing load test

2016-10-05 Thread Bogdan-Andrei Iancu
Hi Agalya, That is really weird, as that field (my_T) is initialized (with the address of the transaction) when the transaction is created (for all the possible branches) and never reset or set again. To avoid any regression due the patches you applied, could youplease run your load test

Re: [OpenSIPS-Users] opensips crash when doing load test

2016-10-04 Thread Ramachandran, Agalya (Contractor)
Hi Bogdan, Please find the values. Any common folder you have access for the outside world to put files? If yes, share me the details. I can upload the core file there. (gdb) print r_buf $1 = (struct retr_buf *) 0x7fded2484098 (gdb) print *r_buf $2 = {activ_type = 0, buffer = { s =

Re: [OpenSIPS-Users] opensips crash when doing load test

2016-10-04 Thread Bogdan-Andrei Iancu
Could you also print r_buf and*r_buf ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 04.10.2016 16:08, Ramachandran, Agalya (Contractor) wrote: Hi Bogdan, I have printed the “t” variable value. It says “$1 = (struct cell *) 0x0”. Is

Re: [OpenSIPS-Users] opensips crash when doing load test

2016-10-04 Thread Ramachandran, Agalya (Contractor)
Hi Bogdan, I have printed the "t" variable value. It says "$1 = (struct cell *) 0x0". Is there any link available to upload/share the core files? Because size of the core file 45KB and couldn't attach in e-mail. (gdb) frame 0 #0 final_response_handler (fr_tl=0x7fded2484110) at timer.c:383 383

Re: [OpenSIPS-Users] opensips crash when doing load test

2016-10-04 Thread Bogdan-Andrei Iancu
Hello Agalya, In frame 0, could you print the "t" variable ? BTW, is there any way to get access to the core file ? Best regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 30.09.2016 16:48, Ramachandran, Agalya (Contractor) wrote: Hi Bogdan,

Re: [OpenSIPS-Users] opensips crash when doing load test

2016-09-30 Thread Ramachandran, Agalya (Contractor)
Hi Bogdan, One more dump #0 final_response_handler (fr_tl=0x7fded2484110) at timer.c:383 383 if (is_invite(t) && should_cancel_branch(t, r_buf->branch) ) { Missing separate debuginfos, use: debuginfo-install cyrus-sasl-lib-2.1.26-20.el7_2.x86_64 glibc-2.17-106.el7_2.4.x86_64

[OpenSIPS-Users] opensips crash when doing load test

2016-09-30 Thread Ramachandran, Agalya (Contractor)
Hi Bogdan, I have taken 2.1.4 code base, added the below fixes on top of it 1. Fix potential starvation for the timer tasks. 66c337cc89a2b5c3e1bbd78c289371efcda21886 2. rest_client: Improve polling logic during TCP connect - c40f2b057209b8078520abc95e5d1bf5e5a28db6 3.