[sr-dev] [kamailio/kamailio] Fix execinfo error in ims_dialog module (#996)

Fabrice Fontaine notifications at github.com
Wed Feb 15 23:04:08 CET 2017


Currently, ims_dialog includes execinfo.h to use backtrace in the
backtrace2str function. However, all calls to backtrace2str are
commented so disable this function through "if 0" and comment the
include on execinfo.h to allow the cross-compilation of the ims_dialog
module as some libc's don't always have this header (uclibc-ng, musl)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
You can view, comment on, or merge this pull request online at:

  https://github.com/kamailio/kamailio/pull/996

-- Commit Summary --

  * Fix execinfo error in ims_dialog module

-- File Changes --

    M src/modules/ims_dialog/dlg_hash.c (4)

-- Patch Links --

https://github.com/kamailio/kamailio/pull/996.patch
https://github.com/kamailio/kamailio/pull/996.diff

-- 
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/996
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20170215/c747b76e/attachment.html>


More information about the sr-dev mailing list