[Freeswitch-users] A core dump problem

Gabriel Gunderson gabe at gundy.org
Wed Oct 24 03:09:39 MSD 2012


Seems like a good thing to open a ticket for.

http://jira.freeswitch.org


Best,
Gabe



On Tue, Oct 23, 2012 at 5:03 PM, Yiftach Golan <yiftah at choochee.com> wrote:
> Hi Community,
> We had seen core dumps that pointed to the following code :
> ./git/freeswitch/src/switch_core_rwlock.c
> ...
> SWITCH_DECLARE(void) switch_core_session_rwunlock(switch_core_session_t
> *session)
> {
> #endif
>         switch_thread_rwlock_unlock(session->rwlock);
> }
> ...
>
> We changed it to :
> ...
> SWITCH_DECLARE(void) switch_core_session_rwunlock(switch_core_session_t
> *session)
> {
> #endif
>        if(session)
>        {
>            switch_thread_rwlock_unlock(session->rwlock);
>        }
> }
> ...
> Anyone saw a similar problem?
> Do you want us to add the code to the head?
>
> Thanks,
> Yiftach.
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>



Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list