Hi,
Probem: Enabling PJ_GRP_LOCK_DEBUG crashes PJSIP.
Reason: The debug method pj_grp_lock_dump locks the same lock it's dumping and at the end releases it. Release also call dec_ref on the lock which calls the pj_grp_lock_dump and ends up in infinite loop til app crashes.
I commented out acquire and release calls from the method pj_grp_lock_dump
Thanks,
Imad
Imad
_______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@xxxxxxxxxxxxxxx http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org