[Freeswitch-users] A core dump problem

Anthony Minessale anthony.minessale at gmail.com
Wed Oct 24 03:24:42 MSD 2012


And include the bt, because this solution proposed is just a band-aid that
will hide the real problem.


On Tue, Oct 23, 2012 at 6:09 PM, Gabriel Gunderson <gabe at gundy.org> wrote:

> 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
> >
>
> _________________________________________________________________________
> 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
>



-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_minessale at hotmail.com
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org
googletalk:conf+888 at conference.freeswitch.org
pstn:+19193869900
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20121023/fb815789/attachment.html 


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