[OpenSIPS-Devel] [opensips] error in infinite loop io_watch_del: BUG - trying to del fd 34 with flags 2 1 (#591)

2015-08-06 Thread rgupta0110
Hi Bogdan, Almost a month ago, I have raised the issue regarding the opensips log file filling up with the following message ERROR:core:io_watch_del: BUG - trying to del fd 38 with flags 2 1 Now I can reproduce it every time with the following scenario: 1) UAC and UAS are connected

Re: [OpenSIPS-Devel] [opensips] error in infinite loop io_watch_del: BUG - trying to del fd 34 with flags 2 1 (#591)

2015-08-06 Thread rgupta0110
I have captured logs for the scenario and uploaded to zippyshare . Please let me know if you want me to upload to anyother location http://www76.zippyshare.com/v/njlgk4lW/file.html 1) netstat_debug.log --- netstat info for the particular endpoint (10.205.203.130 in this case) 2)

[OpenSIPS-Devel] [OpenSIPS/opensips] 21fb5c: Just fixing indentation.

2015-08-06 Thread Bogdan-Andrei Iancu
Branch: refs/heads/usrlocCID Home: https://github.com/OpenSIPS/opensips Commit: 21fb5cd6320099d1b7c21bc9131df06006015d66 https://github.com/OpenSIPS/opensips/commit/21fb5cd6320099d1b7c21bc9131df06006015d66 Author: Bogdan-Andrei Iancu bog...@opensips.org Date: 2015-08-06 (Thu,

[OpenSIPS-Devel] [OpenSIPS/opensips] 7d20a3: fix contact id in DB_ONLY mode issue

2015-08-06 Thread ionutrazvanionita
Branch: refs/heads/usrlocCID Home: https://github.com/OpenSIPS/opensips Commit: 7d20a3605b9d6be575193f28952314954730654b https://github.com/OpenSIPS/opensips/commit/7d20a3605b9d6be575193f28952314954730654b Author: ionutrazvanionita ionution...@opensips.org Date: 2015-08-06

[OpenSIPS-Devel] [OpenSIPS/opensips] ad08a0: Fix missing typedef.

2015-08-06 Thread Bogdan-Andrei Iancu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: ad08a0d4c139d6fb5dc8787ad9997c7959b3f95c https://github.com/OpenSIPS/opensips/commit/ad08a0d4c139d6fb5dc8787ad9997c7959b3f95c Author: Bogdan-Andrei Iancu bog...@opensips.org Date: 2015-08-06 (Thu, 06 Aug

[OpenSIPS-Devel] [OpenSIPS/opensips] 164dbe: Fix async sleep() in sync mode.

2015-08-06 Thread Bogdan-Andrei Iancu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 164dbe53752783f7dd1c96c9a6a1874385241337 https://github.com/OpenSIPS/opensips/commit/164dbe53752783f7dd1c96c9a6a1874385241337 Author: Bogdan-Andrei Iancu bog...@opensips.org Date: 2015-08-06 (Thu, 06

[OpenSIPS-Devel] [OpenSIPS/opensips]

2015-08-06 Thread ionutrazvanionita
Branch: refs/heads/usrlocCID Home: https://github.com/OpenSIPS/opensips ___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] 04c9ad: introduced contactid as composed of aorhash|recrod...

2015-08-06 Thread ionutrazvanionita
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 04c9add72d463112161eba02c038bc790ceaedb5 https://github.com/OpenSIPS/opensips/commit/04c9add72d463112161eba02c038bc790ceaedb5 Author: ionutrazvanionita ionution...@opensips.org Date: 2015-07-24 (Fri,

Re: [OpenSIPS-Devel] [opensips] crash issue in tcpconn_add_alias (2.1) (#589)

2015-08-06 Thread Bogdan Andrei IANCU
@dbeskoek , could you do a list in gdb, to see what is your line 766 ? In my case it is a LM_WARN : LM_WARN(alias already present and points to another connection (%d : %d and %d : %d)\n, a-parent-id, port, c-id, port); Is this correct ? --- Reply to this email directly or

Re: [OpenSIPS-Devel] [opensips] crash issue in tcpconn_add_alias (2.1) (#589)

2015-08-06 Thread dbeskoek
thats correct: ``` 761 LM_ERR(no connection found for id %d\n,id); 762 return -1; 763 error_sec: 764 TCPCONN_UNLOCK(id); 765 LM_WARN(possible port hijack attempt\n); 766 LM_WARN(alias already present and points to another connection

Re: [OpenSIPS-Devel] [opensips] crash issue in tcpconn_add_alias (2.1) (#589)

2015-08-06 Thread Bogdan Andrei IANCU
Is there any chance to get direct access to the corefile (ssh?) the debugging gets a bit more complex at this stage. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/589#issuecomment-128424797___ Devel

[OpenSIPS-Devel] [OpenSIPS/opensips] a8a487: Remove double define.

2015-08-06 Thread Bogdan-Andrei Iancu
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: a8a4875304ca6aa53e39bc566e429ac63a3a300e https://github.com/OpenSIPS/opensips/commit/a8a4875304ca6aa53e39bc566e429ac63a3a300e Author: Bogdan-Andrei Iancu bog...@opensips.org Date: 2015-08-06 (Thu, 06 Aug

[OpenSIPS-Devel] [OpenSIPS/opensips] 0ff15f: Remove double define.

2015-08-06 Thread Bogdan-Andrei Iancu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 0ff15f63e7002e58385228a16bb4e43dbf75a400 https://github.com/OpenSIPS/opensips/commit/0ff15f63e7002e58385228a16bb4e43dbf75a400 Author: Bogdan-Andrei Iancu bog...@opensips.org Date: 2015-08-06 (Thu, 06

[OpenSIPS-Devel] [OpenSIPS/opensips] ad6a92: Fix usage of timerfd on old systems.

2015-08-06 Thread Bogdan-Andrei Iancu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: ad6a923a4c508f683ef6a9a364f67f738b6b650d https://github.com/OpenSIPS/opensips/commit/ad6a923a4c508f683ef6a9a364f67f738b6b650d Author: Bogdan-Andrei Iancu bog...@opensips.org Date: 2015-08-06 (Thu, 06

[OpenSIPS-Devel] [OpenSIPS/opensips] 2d1506: fix debian packaging

2015-08-06 Thread Răzvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 2d15060e48333ab3cad2e9cf3cafb7a006324185 https://github.com/OpenSIPS/opensips/commit/2d15060e48333ab3cad2e9cf3cafb7a006324185 Author: Răzvan Crainea raz...@opensips.org Date: 2015-08-06 (Thu, 06 Aug

[OpenSIPS-Devel] [OpenSIPS/opensips] b7524e: add rest_client specs for debian, fedora and rpms

2015-08-06 Thread Răzvan Crainea
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: b7524e2f5b84549476b4f934d56d682264ce227a https://github.com/OpenSIPS/opensips/commit/b7524e2f5b84549476b4f934d56d682264ce227a Author: Razvan Crainea raz...@opensips.org Date: 2015-08-06 (Thu, 06 Aug

[OpenSIPS-Devel] [OpenSIPS/opensips] 2bdd10: add rest_client specs for debian, fedora and rpms

2015-08-06 Thread Răzvan Crainea
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 2bdd10f3eea77ad578ff5db2aa3869a4f7fda900 https://github.com/OpenSIPS/opensips/commit/2bdd10f3eea77ad578ff5db2aa3869a4f7fda900 Author: Razvan Crainea raz...@opensips.org Date: 2015-08-06 (Thu, 06 Aug

Re: [OpenSIPS-Devel] [opensips] crash issue in tcpconn_add_alias (2.1) (#589)

2015-08-06 Thread Bogdan Andrei IANCU
ok, try printing in gdb the vars: a, a-parent, c --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/589#issuecomment-128418538___ Devel mailing list Devel@lists.opensips.org

Re: [OpenSIPS-Devel] [opensips] crash issue in tcpconn_add_alias (2.1) (#589)

2015-08-06 Thread dbeskoek
``` (gdb) p a $1 = (struct tcp_conn_alias *) 0x7f31115f35d8 (gdb) p a-parent $2 = (struct tcp_connection *) 0x0 (gdb) p c $3 = (struct tcp_connection *) 0x7f311a308470 ``` --- Reply to this email directly or view it on GitHub: