Re: [sr-dev] [kamailio/kamailio] Kamailio crushes when tcp errors invalid fd -1 (#748)

2016-08-22 Thread mbike2000ru
Private memory increase did not help. Kamailio crushed yestearday -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:master:df83103b: core: fix double free on clearing hdr

2016-08-22 Thread Dragos Oancea
Module: kamailio Branch: master Commit: df83103bb4756b0a3c3e42927396f78aa8210ec4 URL: https://github.com/kamailio/kamailio/commit/df83103bb4756b0a3c3e42927396f78aa8210ec4 Author: Dragos Oancea Committer: Dragos Oancea Date:

[sr-dev] git:master:c1ea48cf: core: fix double free on clearing lump

2016-08-22 Thread Dragos Oancea
Module: kamailio Branch: master Commit: c1ea48cfe38e6c52c50e6f1d698254a789e988f1 URL: https://github.com/kamailio/kamailio/commit/c1ea48cfe38e6c52c50e6f1d698254a789e988f1 Author: Dragos Oancea Committer: Dragos Oancea Date:

[sr-dev] git:master:e34ecb39: Merge pull request #753 from athonet-open/fix__dbl_frees

2016-08-22 Thread GitHub
Module: kamailio Branch: master Commit: e34ecb397becd6824331fc15141e320bcc920cca URL: https://github.com/kamailio/kamailio/commit/e34ecb397becd6824331fc15141e320bcc920cca Author: Daniel-Constantin Mierla Committer: GitHub Date: 2016-08-22T13:25:45+02:00

Re: [sr-dev] [kamailio/kamailio] core: fixed two double free() situations (#753)

2016-08-22 Thread Daniel-Constantin Mierla
Merged #753. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/753#event-762871586___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:20a4f7e0: permissions: fixed rpc array

2016-08-22 Thread Kelvin Chua
Module: kamailio Branch: master Commit: 20a4f7e029262a94c5c4bcdc68a90e404b506c98 URL: https://github.com/kamailio/kamailio/commit/20a4f7e029262a94c5c4bcdc68a90e404b506c98 Author: Kelvin Chua Committer: Kelvin Chua Date: 2016-08-20T15:03:09Z permissions:

[sr-dev] git:master:dc6962fb: presence: fix multiple double free on shutdown caught with memlog=1

2016-08-22 Thread Dragos Oancea
Module: kamailio Branch: master Commit: dc6962fb7e02cf44a145e0bafa455873c73ebc2d URL: https://github.com/kamailio/kamailio/commit/dc6962fb7e02cf44a145e0bafa455873c73ebc2d Author: Dragos Oancea Committer: Dragos Oancea Date:

[sr-dev] git:master:5ebbe8dc: Merge pull request #726 from phil-lavin/bugfix-presence-race-2

2016-08-22 Thread GitHub
Module: kamailio Branch: master Commit: 5ebbe8dc2bc3fa3f7a32df3f479fe1ed6bc18a8e URL: https://github.com/kamailio/kamailio/commit/5ebbe8dc2bc3fa3f7a32df3f479fe1ed6bc18a8e Author: Daniel-Constantin Mierla Committer: GitHub Date: 2016-08-22T09:42:10+02:00

Re: [sr-dev] [kamailio/kamailio] Bugfix presence race 2 (#726)

2016-08-22 Thread Daniel-Constantin Mierla
Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/726#issuecomment-241336267___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] Bugfix presence race 2 (#726)

2016-08-22 Thread Daniel-Constantin Mierla
Merged #726. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/726#event-762635416___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:839cf89b: presentity: don't update terminated presentity entries in the database

2016-08-22 Thread Phil Lavin
Module: kamailio Branch: master Commit: 839cf89b02f8817156487a960ff62013e3cde530 URL: https://github.com/kamailio/kamailio/commit/839cf89b02f8817156487a960ff62013e3cde530 Author: Phil Lavin Committer: Phil Lavin Date: 2016-07-27T15:04:26+01:00

[sr-dev] git:master:3b2f7ce0: Merge pull request #724 from phil-lavin/bugfix-presence-race

2016-08-22 Thread GitHub
Module: kamailio Branch: master Commit: 3b2f7ce020db3537383a8585931fe8a420f683b6 URL: https://github.com/kamailio/kamailio/commit/3b2f7ce020db3537383a8585931fe8a420f683b6 Author: Daniel-Constantin Mierla Committer: GitHub Date: 2016-08-22T09:40:53+02:00

Re: [sr-dev] [kamailio/kamailio] presence: Always check if a record exists for this dialog before inserting (#724)

2016-08-22 Thread Daniel-Constantin Mierla
Merged #724. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/724#event-762634127___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:122e9b42: presence: Always check if a record exists for this dialog before inserting

2016-08-22 Thread Phil Lavin
Module: kamailio Branch: master Commit: 122e9b423d1c25bf34f6d7be995b992ca61c2fa3 URL: https://github.com/kamailio/kamailio/commit/122e9b423d1c25bf34f6d7be995b992ca61c2fa3 Author: Phil Lavin Committer: Phil Lavin Date: 2016-07-22T10:49:33+01:00

Re: [sr-dev] [kamailio/kamailio] core: fixed two double free() situations (#753)

2016-08-22 Thread Daniel-Constantin Mierla
In the patch for cleaning the hdr ( 2188baf), the 'if(foo)' is not needed, because the while condition tests the same value already. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] presence: fix multiple double free on shutdown caught with memlog=1 (#754)

2016-08-22 Thread Daniel-Constantin Mierla
Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/754#issuecomment-241335940___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] permissions: fixed rpc array (#755)

2016-08-22 Thread Daniel-Constantin Mierla
Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/755#issuecomment-241335387___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] permissions: fixed rpc array (#755)

2016-08-22 Thread Daniel-Constantin Mierla
Merged #755. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/755#event-762630433___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:4344a7fa: Merge pull request #755 from kelchy/master

2016-08-22 Thread GitHub
Module: kamailio Branch: master Commit: 4344a7fa68ac0ce95f5e0d5d5f8df398a6d7586c URL: https://github.com/kamailio/kamailio/commit/4344a7fa68ac0ce95f5e0d5d5f8df398a6d7586c Author: Daniel-Constantin Mierla Committer: GitHub Date: 2016-08-22T09:37:13+02:00

Re: [sr-dev] [kamailio/kamailio] Kamailio crushes when tcp errors invalid fd -1 (#748)

2016-08-22 Thread mbike2000ru
the Private memory was 4 mb. I increased the Private memory to 32 mb. Probably it will help to resolve the issue. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: