[OpenSIPS-Devel] [OpenSIPS/opensips] a957b6: Fixed attr name for contact-related events.

2017-03-07 Thread Bogdan-Andrei Iancu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a957b69552de47a8b4081ff525e505c423eafb21 https://github.com/OpenSIPS/opensips/commit/a957b69552de47a8b4081ff525e505c423eafb21 Author: Bogdan-Andrei Iancu Date: 2017-03-07 (Tue,

Re: [OpenSIPS-Devel] Crash in OpenSIPS 2.1.4 (tm?)

2017-03-07 Thread Maxim Sobolev
Razvan, looks like the problem is with the lack of inter-process mutexes support in FreeBSD. There is some workaround for that supposedly implemented in the Go language runtime, I'll have to dig deeper and see if I can borrow a code from them. Starting opensips. Mar 7 13:44:45 [86183]

Re: [OpenSIPS-Devel] Crash in OpenSIPS 2.1.4 (tm?)

2017-03-07 Thread Maxim Sobolev
Razvan, looks like the problem is with the official lack of inter-process mutexes support in FreeBSD. There is some workaround for that supposedly implemented in the Go language runtime, I'll have to dig deeper and see if I can borrow a code from them. I'll keep you guys informed and/or create

[OpenSIPS-Devel] [OpenSIPS/opensips] 03a5e9: More attributes for the contact-related events.

2017-03-07 Thread Bogdan-Andrei Iancu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 03a5e99703a7f39c8ba931f8d96498206fd8fef8 https://github.com/OpenSIPS/opensips/commit/03a5e99703a7f39c8ba931f8d96498206fd8fef8 Author: Bogdan-Andrei Iancu Date: 2017-03-07 (Tue,

[OpenSIPS-Devel] MongoDB driver enhance in OpenSIPS 2.3!

2017-03-07 Thread Liviu Chircu
Hi all, It is my pleasure to announce that a MongoDB module enhancement will make it into the OpenSIPS 2.3 beta! It will include the following: * support for MongoDB 3.0+ servers * full support for database commands * compatibility with libmongoc versions 1.0.0 - 1.6.0 You may learn more

[OpenSIPS-Devel] [OpenSIPS/opensips] edd6f7: [siptrace] fix adding correlation id for each sip ...

2017-03-07 Thread ionutrazvanionita
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: edd6f77859c94977477d6ce2ea3f0c42af9988cd https://github.com/OpenSIPS/opensips/commit/edd6f77859c94977477d6ce2ea3f0c42af9988cd Author: ionutrazvanionita Date: 2017-03-07

[OpenSIPS-Devel] [OpenSIPS/opensips] 2a55bc: use the global advertised address for receive...

2017-03-07 Thread Razvan Crainea
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 2a55bccf0882655df78d70e025eab9423f7288c8 https://github.com/OpenSIPS/opensips/commit/2a55bccf0882655df78d70e025eab9423f7288c8 Author: Razvan Crainea Date: 2017-03-07 (Tue, 07 Mar

Re: [OpenSIPS-Devel] Crash in OpenSIPS 2.1.4 (tm?)

2017-03-07 Thread Răzvan Crainea
Hi, Maxim! From the stacktrace you showed, it looks like OpenSIPS was trying to get a transaction lock, but somehow it crashes with an abort. Not sure why though, I couldn't find any documentation about that. Is that the only process that crashes? It might be possible that another process

Re: [OpenSIPS-Devel] Crash in OpenSIPS 2.1.4 (tm?)

2017-03-07 Thread Maxim Sobolev
Răzvan, we are on FreeBSD there are no futexes on that OS. What's wrong with using pthreads? It's been working for us before I think. Thanks! -Max On Tue, Mar 7, 2017 at 12:20 AM, Răzvan Crainea wrote: > Hi, Nick! > > I see you are using pthreads locks, correct? Can you

[OpenSIPS-Devel] [OpenSIPS/opensips] 9489a6: RPM spec: exclude build cachedb_redis for el6 beca...

2017-03-07 Thread Nick Altmann
Branch: refs/heads/2.1 Home: https://github.com/OpenSIPS/opensips Commit: 9489a69a2c56db6a8d5dcf6292f98e8b9523f7f6 https://github.com/OpenSIPS/opensips/commit/9489a69a2c56db6a8d5dcf6292f98e8b9523f7f6 Author: Nick Altmann Date: 2017-03-07 (Tue, 07 Mar

[OpenSIPS-Devel] [OpenSIPS/opensips] 74800d: RPM spec: exclude build cachedb_redis for el6 beca...

2017-03-07 Thread Nick Altmann
Branch: refs/heads/2.2 Home: https://github.com/OpenSIPS/opensips Commit: 74800db8ce2cdd4ae6029f914bd5053c5769d8d2 https://github.com/OpenSIPS/opensips/commit/74800db8ce2cdd4ae6029f914bd5053c5769d8d2 Author: Nick Altmann Date: 2017-03-07 (Tue, 07 Mar

[OpenSIPS-Devel] [OpenSIPS/opensips] 2a4a64: RPM spec: exclude build cachedb_redis for el6 beca...

2017-03-07 Thread Nick Altmann
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 2a4a64fa27ed17687de274fbee866ca1aa92e909 https://github.com/OpenSIPS/opensips/commit/2a4a64fa27ed17687de274fbee866ca1aa92e909 Author: Nick Altmann Date: 2017-03-07 (Tue, 07

Re: [OpenSIPS-Devel] Crash in OpenSIPS 2.1.4 (tm?)

2017-03-07 Thread Răzvan Crainea
Hi, Nick! I see you are using pthreads locks, correct? Can you switch the locking mechanism to FUTEX and check if it behaves differently? Best regards, Răzvan Crainea OpenSIPS Solutions www.opensips-solutions.com On 03/06/2017 06:59 PM, Maxim Sobolev wrote: The code leading to a crash is